The square roots of a matrix is not unique, and most matrices have several different square roots; some even have infinite number of square roots, but some nilpotent matrices have no root. Actually, the
\( n \times n \) identity matrix has infinitely many square roots for \( n \ge 2. \) Recall that an
involutory matrix is a matrix that is its own inverse. That is, multiplication by matrix A is an involution if and only if \( {\bf A}^2 = {\bf I}. \) Involutory matrices are all square roots of the identity matrix.
Another example of the involutory matrix gives the Householder matrix (or Householder reflection) \( {\bf P} = {\bf I} - 2\,{\bf v}\,{\bf v}^T , \)
where v is a n-column vector of unit length and I is the identity matrix. It is named in honor of the American mathematician Alston S. Householder (1904--1993).
In \( \mathbb{R}^2 \) the Householder matrix represents a reflection about the line through the origin that is orthogonal to v, and in
\( \mathbb{R}^3 \) it represents a reflection about the plane theough the origin that is orthogonal to v. We present some examples.
Example: Each of the following matrices is an involutory one (an involutory matrix is a matrix that is its own inverse):
Example:
The following \( 2 \times 2 \) matrices (identity matrix and negative identity matrix) have infinite many roots depending on two parameters (denoted as a and b):
Both matrices satisfy the equation \( {\bf A}^2 = {\bf 0} \quad\mbox{and}\quad {\bf B}^2 = {\bf 0} .\) They have a double eigenvalue
\( \lambda =0 , \) with zero trace. However, we can define the following matrix-functions:
Let us show that matrix B has no square root under the field of real numbers by contradiction. Suppose that opposite is true and there exists
a matrix \( {\bf K} = \begin{bmatrix} a& b \\ c & d \end{bmatrix} , \) for some constants a, b, c, and d,
such that \( {\bf K}^2 = \begin{bmatrix} a^2 +bc& ab+bd \\ ac + cd& bc+d^2 \end{bmatrix} = {\bf B} = \begin{bmatrix} 1& 1 \\ -1 & -1 \end{bmatrix} . \)
From this matrix equation, we get four algebraic equations:
Therefore, \( c=-b \) and the matrix K becomes \( {\bf K} = \begin{bmatrix} a& b \\ -b & d \end{bmatrix} . \)
So instead of four equations, we have three: