Do we need unit length eigenvectors for the process of matrix diagonalization

diagonalizationeigenvalues-eigenvectorslinear algebramatrices

I diagonalized a 2 by 2 matrix recently, and I did the usual process:

Find eigenvectors of the matrix $A$, put those column vectors together side by side to form a new matrix $S$, then compute $S^{-1}AS$, which is diagonal.

During this process, I usually take unit length eigenvectors but for the 2 by 2 matrix case, this is not necessary, and I can multiply the used eigenvectors by any nonzero scalar.

Is this the case for the not 2 by 2 matrices as well? If yes, that makes life much easier in some cases.

Best Answer

All you need is to take eigenvectors. They don't have to have norm $1$.

Related Question