5

Let $M(n,\mathbb R)$ denote set of all $n\times n$ matrices over $\mathbb R$.Which are true:

1.If $A\in M(2,\mathbb R)$ is nilpotent and non-zero ,then there exists a matrix $B\in M(2,\mathbb R)$ such that $B^2=A$

2.If $A\in M(n,\mathbb R)$ is symmetric and positive definite ,then there exists a symmetric matrix $B\in M(n,\mathbb R)$ such that $B^2=A$

3.If $A\in M(n,\mathbb R)$ is symmetric ,then there exists a symmetric matrix $B\in M(n,\mathbb R)$ such that $B^3=A$

I dont know how to approach these?

Learnmore
  • 31,062

2 Answers2

1

Here are some hints to get you started.

  1. If $A$ is nilpotent and $B^2 = A$, what can you say about higher powers of $B$? And which power of $A$ is guaranteed to give you the zero matrix?

  2. Think about diagonalizing $A$. Can you compute a square root of a diagonal matrix?

  3. Think about diagonalizing $A$. Can you compute a cube root of a diagonal matrix?

Hans Engler
  • 15,439
0
  1. If A is $\begin{bmatrix}{0}&{1}\\{0}&{0}\end{bmatrix}$ clearly ${A}{A}=0$ and you can prove that is a counterexample.