Can Eigenvalues and Determinants Determine the Elements of a Square Matrix?

  • Context: Undergrad 
  • Thread starter Thread starter Cygni
  • Start date Start date
  • Tags Tags
    Matrix Square
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
Cygni
Messages
38
Reaction score
0
Hello,

Given that we have some matrix M with unknown real elements a, b, c, d and we know its eigenvalues [tex]\lambda_{1}[/tex] and [tex]\lambda_{1}[/tex] (no eigenvectors though) and the value of the determinant is it possible to find the elements and hence the matrix M using this informaiton?

Thanks
 
Physics news on Phys.org
No, there are infinite matrices with the same eigenvalues, but different eigenvectors. For example

[tex]\left(\begin{array}{cc}1&2\\0&3\end{array}\right)\qquad\textrm{and}\qquad\left(\begin{array}{cc}3&4\\0&1\end{array}\right)[/tex]

have the same eigenvalues, but are...different!

By the way, the determinant is just the product of the eigenvalues, so it doesn't give further information.
 
Last edited:
I think that the below is basically correct...

Provided you have n eigenvalues for the nxn matrix, then if you know the eigenvalues then you know the matrix up to a similarity transformation.

If you also know the eigenvectors then that gives you the similarity transformation and thus you know the matrix up to permutation of rows. (provided the eigenvectors are distinct)
 
Simon_Tyler said:
If you also know the eigenvectors then that gives you the similarity transformation and thus you know the matrix up to permutation of rows. (provided the eigenvectors are distinct)

Actually in this case you know the matrix exactly, without any possibility of interchanging rows or columns, because if you change the order of the eigenvalues you have to change the order of the eigenvectors as well, and the result is always the same matrix.
 
@Petr

I knew (and have taught) that!
That should teach me not to post whilst watching tv.