Can a 4x4 matrix with two vanishing eigenvalues have a square root?

PRB147
Messages
122
Reaction score
0
If one 4\times 4 matrix have two vanishing eigenvalues, does the matrix have a square root?
 
Last edited:
Physics news on Phys.org
What do you mean by vanishing eigenvalues?
 
"Vanishing" is pretty standard for "0" so I'll assume you mean that the matrix has one or more eigenvalues equal to 0. Uh- what about the 0 matrix? Isn't its square root pretty easy? And it has plenty of "vanishing" eigenvalues.

(I'm assuming that you meant "does the matrix have a square root?")
 
i don't know what's vanishing eigen values but

in order to make a squere root of a matrix you need to build first a digonizable form of the given matrix

then you have the formula
P^-1 *f(D) *P=f(A)
in this case your "f" is a squere root function
you find the P and P^-1 then make the root operation on each of the numbers in the
diagonal matrix then take these three matrices and their multiplication
is your resolt
 
transgalactic said:
in order to make a squere root of a matrix you need to build first a digonizable form of the given matrix
That's not true. There are many non-diagonalizable matrices that have square roots, e.g.

\left(\begin{array}{cccc}<br /> 0 &amp; 1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 1 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0\end{array}\right) = \left(\begin{array}{cccc}<br /> 0 &amp; 0 &amp; 1 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 1 \\<br /> 0 &amp; 1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0\end{array}\right)^2.

If we're working over an algebraically closed field (like the complex numbers), then we can get a nice set of necessary and sufficient conditions for the existence of square roots of nxn matrices by putting everything into Jordan form. Then it becomes evident that the problem really lies in the Jordan blocks corresponding to zero. For 4x4 matrices with "two vanishing eigenvalues" the situation is relatively straightforward; the example above is such a matrix.
 
Last edited:
Back
Top