5
$\begingroup$

$A$ is a $n\times n$ matrix over the field $F$. How can I prove that there are at most $n$ distinct scalars $c$ in $F$ such that $\det(cI - A) = 0$?

Thank you!

  • 0
    What kind of a function of $c$ comes out, when you expand that determinant?2012-04-23
  • 0
    Is it a linear function?2012-04-23
  • 0
    If $n=2$ and $$A=\pmatrix{a_{11}&a_{12}\cr a_{21}&a_{22}\cr},$$ then $$\det(cI-A)=\left|\begin{array}{cc}c-a_{11}&-a_{12}\\-a_{21}&c-a_{22}\end{array}\right|=c^2-c(a_{11}+a_{22})+(a_{11}a_{22}-a_{12}a_{21})$$ looks like a quadratic polynomial in the unknown $c$. What happens when $n>2$?2012-04-23
  • 1
    If $F$ is algebraically close, the equation will have $n$ roots, otherwise, less than $n$.2012-04-23
  • 0
    Unrelated note: I have edited this to make the title a little more useful. With foresight, I can imagine similar questions frequenting the site. So, this title will help locating the question than the previous one. I apologise to OP for making this draconic edit.2012-04-23
  • 0
    @No need to apologize. Thanks for the help.2012-04-23
  • 0
    @Jyrki Lahtonen Yes, should be polynomials of order n.2012-04-23
  • 0
    Correct, Megan. Though more commonly the highest power is referred to as the *degree* of the polynomial. What do you know about the number of zeros of a polynomial of degree $n$? In a field.2012-04-23
  • 0
    @Jyrki Lahtonen Polynomials of degree n has n zeros or roots.2012-04-23
  • 1
    Almost correct. It may be less: $(x-1)^2=0$ has only one zero even though it is quadratic :-) So you are seeing the light now, Megan? If so, you may consider writing a summary of what you learned as an answer, so that we can upvote, comment and criticize it!2012-04-23

2 Answers 2