dobedobedo
- 28
- 0
Hello guise.
I am familiar to a method of diagonalizing an nxn-matrix which fulfills the following condition:
the sum of the dimensions of the eigenspaces is equal to n.
As to the algorithm itself, it says:
1. Find the characteristic polynomial.
2. Find the roots of the characteristic polynomial.
3. Let the eigenvectors v_{i} be the column vectors of some matrix S.
4. Let the eigenvalues \lambda_{i} be the elements of some diagonal matrix, ordered to CORRESPOND the order of the eigenvectors in S.
5. Our Diagonalization of A should be:
A = S \cdot A \cdot S^{-1} = (v_{1}...v_ {i}...v_ {n}) \cdot (\lambda_{1}...\lambda_{i}...\lambda_{n}) \cdot S^{-1}
My question is: how do I find at least one such matrix A Corresponding to some randomly created polynomial of degree m with integer roots? If it is too difficult to solve this for an arbitrary m, that's okay. But let's say for m = 5? Or for the much simpler case of m = 2?
Is this somehow related to the quadratic form?
I am familiar to a method of diagonalizing an nxn-matrix which fulfills the following condition:
the sum of the dimensions of the eigenspaces is equal to n.
As to the algorithm itself, it says:
1. Find the characteristic polynomial.
2. Find the roots of the characteristic polynomial.
3. Let the eigenvectors v_{i} be the column vectors of some matrix S.
4. Let the eigenvalues \lambda_{i} be the elements of some diagonal matrix, ordered to CORRESPOND the order of the eigenvectors in S.
5. Our Diagonalization of A should be:
A = S \cdot A \cdot S^{-1} = (v_{1}...v_ {i}...v_ {n}) \cdot (\lambda_{1}...\lambda_{i}...\lambda_{n}) \cdot S^{-1}
My question is: how do I find at least one such matrix A Corresponding to some randomly created polynomial of degree m with integer roots? If it is too difficult to solve this for an arbitrary m, that's okay. But let's say for m = 5? Or for the much simpler case of m = 2?
Is this somehow related to the quadratic form?