Sciencemaster
- 129
- 20
- TL;DR Summary
- Is there a method to show that a collection of eigenvalues 'belong' *only* to a transformation matrix of a specific form?
If you have a collection of n (nonzero and different) eigenvectors, is there a way to find a general form of an n-by-n matrix that corresponds to them in such a way that 'rules out' alternative forms? For example, let's say we have the vectors ##\begin{bmatrix}c\\1\end{bmatrix}## and ##\begin{bmatrix}-c\\1\end{bmatrix}## and we use diagonalization (##A=PDP^{-1}##) to construct a 2D matrix that has these as its eigenvectors (with eigenvalues ##\lambda_1## and ##\lambda_2##), we would find that the corresponding matrix takes the form $$A=\begin{bmatrix}\lambda_1+\lambda_2&c(\lambda_1-\lambda_2)\\\frac{\lambda_1-\lambda_2}{c}&\lambda_1+\lambda_2\end{bmatrix}=\begin{bmatrix}a&bc\\\frac{b}{c}&a\end{bmatrix}$$
Where a, b, and c are arbitrary scalars. Does that necessarily mean that there aren't any other forms of a matrix that have the same eigenvectors? In this case, since c is a general constant and our eigenvectors can have any scalar coefficient, is this operation sufficient to ascertain that any 2D matrix with 2 eigenvectors whose direction is the reflection of one another across the x-axis must have the form above? Part of the reason I'm unsure about the uniqueness of the matrix ##A## is because as far as I know, ##P## and ##D## aren't unique to a given matrix due to the order of eigenvalues/vectors being interchangable, although I imagine the inclusion of ##P^{-1}## counteracts any impact the ordering would have. Is there some other way to show that a collection of eigenvalues correspond *only* to a given form of matrix?
Where a, b, and c are arbitrary scalars. Does that necessarily mean that there aren't any other forms of a matrix that have the same eigenvectors? In this case, since c is a general constant and our eigenvectors can have any scalar coefficient, is this operation sufficient to ascertain that any 2D matrix with 2 eigenvectors whose direction is the reflection of one another across the x-axis must have the form above? Part of the reason I'm unsure about the uniqueness of the matrix ##A## is because as far as I know, ##P## and ##D## aren't unique to a given matrix due to the order of eigenvalues/vectors being interchangable, although I imagine the inclusion of ##P^{-1}## counteracts any impact the ordering would have. Is there some other way to show that a collection of eigenvalues correspond *only* to a given form of matrix?