2
$\begingroup$

Here is $3\times3$ matrix$$\begin{pmatrix} 1& -18& 0\\ 0 & 4& 0\\ -8& -13 & 9\end{pmatrix}$$ How can I find two different matrices so that $R^2=A$?

  • 0
    Reduce to RREF first?2017-01-19
  • 2
    Diagonalise? If $R$ works so does $-R$.2017-01-19

1 Answers 1

2

Hint

Finding a square root is easy for a diagonal matrix. If you can write $A$ as $PDP^{-1}$ with $D$ a diagonal matrix and if $S^2 = D$, then $R=PSP^{-1}$ is a square root of $A$.

Your matrix is diagonalizable and has eigenvalues $1$, $4$ and $9$.

  • 2
    Interestingly, the eigenvalues are perfect squares, so this is a well crafted exercise, and your solution is for sure interesting and...doable. I just got myself a nice exercise for my poor hardworking students...+12017-01-19
  • 0
    Well they needn't be for this method to work but indeed, this probably isn't a coincidence... :-).2017-01-19
  • 0
    It's a nice application of diagonalization which I hadn't thought off....2017-01-19
  • 0
    You're welcome @Ioanah.2017-01-20