ltrane2003
- 1
- 0
Homework Statement
Prove that the product of the diagonal entries of an nxn matrix A equals the product of the eigenvalues of A.
The discussion revolves around proving that the product of the diagonal entries of an nxn matrix A equals the product of the eigenvalues of A. Participants are exploring the validity of this statement and its conditions.
The discussion is ongoing, with participants providing hints and exploring different interpretations of the problem. Some have pointed out that the statement may not hold for all matrices, while others have acknowledged that it is true for diagonal matrices. There is a recognition of the relationship between the determinant and the product of the eigenvalues, but the discussion remains open regarding the implications of the (-1)^N factor.
Participants note that the original statement may only be true for certain types of matrices, and there is a focus on understanding the conditions under which the statement holds. The lack of initial attempts from the original poster has also influenced the direction of the discussion.
ltrane2003 said:Homework Statement
Prove that the product of the diagonal entries of an nxn matrix A equals the product of the eigenvalues of A.
Dick said:But it's not even true!? Take A=[[0,1],[1,0]]. Product of the eigenvalues is -1. Product of the diagonal entries is 0. Am I missing something?
Vid said:Both the eigenvalues are zero.
For a diagonal matrix the determinant is just the product of the diagonals.
The eiganvalues are |xI-A|...
AstroRoyale said:The product of the eigenvalues is the determinant, right. The statement would be true for a diagonal matrix for sure :)
DavidWhitbeck said:Yeah I totally screwed up, the OP never returned but I'll just say what I was thinking-- the constant term in the characteristic polynomial is known to be the determinant of the matrix, call it A, but also if you factor the polynomial knowing that it's roots are the eigenvalues [tex]\lambda_i[/tex] then the constant term is also
[tex](-1)^N\prod_{i=1}^{N}\lambda_i[/tex]
and there you have it--
[tex]\prod_{i=1}^{N}\lambda_i = (-1)^N\det A[/tex]
where A is an N by N matrix.