matematikawan
- 336
- 0
Matlab help state that the square root of X = \begin{pmatrix} 7 & 10 \\ 15 & 22 \end{pmatrix}
are
A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} , B = \begin{pmatrix} 1.5667 & 1.7408 \\ 2.6112 & 4.1779 \end{pmatrix}
, C=-A and D=-B .
When I used the MATLAB command expm(0.5*logm(X)) to compute the square root of X, I obtained the matrix B.
My questions:
1. Does it make sense to define the nth root for any given square matrix X ?
2. If it does, in general how many A are there such that An=X ?
3. If I am to use the command expm(logm(X)/n) to compute \sqrt[n]{X} which answer will I get.
are
A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} , B = \begin{pmatrix} 1.5667 & 1.7408 \\ 2.6112 & 4.1779 \end{pmatrix}
, C=-A and D=-B .
When I used the MATLAB command expm(0.5*logm(X)) to compute the square root of X, I obtained the matrix B.
My questions:
1. Does it make sense to define the nth root for any given square matrix X ?
2. If it does, in general how many A are there such that An=X ?
3. If I am to use the command expm(logm(X)/n) to compute \sqrt[n]{X} which answer will I get.