If $A^{\trans}A=A$, then $A$ is a Symmetric Idempotent Matrix

Linear Algebra Problems and Solutions

Problem 447

Let $A$ be a square matrix such that
\[A^{\trans}A=A,\] where $A^{\trans}$ is the transpose matrix of $A$.
Prove that $A$ is idempotent, that is, $A^2=A$. Also, prove that $A$ is a symmetric matrix.

 
LoadingAdd to solve later

Sponsored Links


 

Hint.

Recall the basic properties of transpose matrices.
For matrices $A, B$, we have

  1. $(AB)^{\trans}=B^{\trans}A^{\trans}$.
  2. $A^{\trans \trans}=A$.

Proof.

We first prove that $A$ is a symmetric matrix.
We have
\begin{align*}
A^{\trans}&=(A^{\trans}A)^{\trans}\\
&=A^{\trans}A^{\trans\trans} && \text{by property 1}\\
&=A^{\trans}A && \text{by property 2}\\
&=A.
\end{align*}
Hence we obtained $A^{\trans}=A$, and thus $A$ is a symmetric matrix.


Now we prove that $A$ is idempotent.
We compute
\begin{align*}
A^2&=AA\\
&=A^{\trans}A && \text{since $A$ is symmetric}\\
&=A && \text{by assumption}.
\end{align*}
Therefore, the matrix $A$ satisfies $A^2=A$, and hence it is idempotent.


LoadingAdd to solve later

Sponsored Links

More from my site

  • If $A$ is an Idempotent Matrix, then When $I-kA$ is an Idempotent Matrix?If $A$ is an Idempotent Matrix, then When $I-kA$ is an Idempotent Matrix? A square matrix $A$ is called idempotent if $A^2=A$. (a) Suppose $A$ is an $n \times n$ idempotent matrix and let $I$ be the $n\times n$ identity matrix. Prove that the matrix $I-A$ is an idempotent matrix. (b) Assume that $A$ is an $n\times n$ nonzero idempotent matrix. Then […]
  • Unit Vectors and Idempotent MatricesUnit Vectors and Idempotent Matrices A square matrix $A$ is called idempotent if $A^2=A$. (a) Let $\mathbf{u}$ be a vector in $\R^n$ with length $1$. Define the matrix $P$ to be $P=\mathbf{u}\mathbf{u}^{\trans}$. Prove that $P$ is an idempotent matrix. (b) Suppose that $\mathbf{u}$ and $\mathbf{v}$ be […]
  • Idempotent Matrices are DiagonalizableIdempotent Matrices are Diagonalizable Let $A$ be an $n\times n$ idempotent matrix, that is, $A^2=A$. Then prove that $A$ is diagonalizable.   We give three proofs of this problem. The first one proves that $\R^n$ is a direct sum of eigenspaces of $A$, hence $A$ is diagonalizable. The second proof proves […]
  • Idempotent (Projective) Matrices are DiagonalizableIdempotent (Projective) Matrices are Diagonalizable Let $A$ be an $n\times n$ idempotent complex matrix. Then prove that $A$ is diagonalizable.   Definition. An $n\times n$ matrix $A$ is said to be idempotent if $A^2=A$. It is also called projective matrix. Proof. In general, an $n \times n$ matrix $B$ is […]
  • Idempotent Matrix and its EigenvaluesIdempotent Matrix and its Eigenvalues Let $A$ be an $n \times n$ matrix. We say that $A$ is idempotent if $A^2=A$. (a) Find a nonzero, nonidentity idempotent matrix. (b) Show that eigenvalues of an idempotent matrix $A$ is either $0$ or $1$. (The Ohio State University, Linear Algebra Final Exam […]
  • Idempotent Matrices. 2007 University of Tokyo Entrance Exam ProblemIdempotent Matrices. 2007 University of Tokyo Entrance Exam Problem For a real number $a$, consider $2\times 2$ matrices $A, P, Q$ satisfying the following five conditions. $A=aP+(a+1)Q$ $P^2=P$ $Q^2=Q$ $PQ=O$ $QP=O$, where $O$ is the $2\times 2$ zero matrix. Then do the following problems. (a) Prove that […]
  • Determine Eigenvalues, Eigenvectors, Diagonalizable From a Partial Information of a MatrixDetermine Eigenvalues, Eigenvectors, Diagonalizable From a Partial Information of a Matrix Suppose the following information is known about a $3\times 3$ matrix $A$. \[A\begin{bmatrix} 1 \\ 2 \\ 1 \end{bmatrix}=6\begin{bmatrix} 1 \\ 2 \\ 1 \end{bmatrix}, \quad A\begin{bmatrix} 1 \\ -1 \\ 1 […]
  • Construction of a Symmetric Matrix whose Inverse Matrix is ItselfConstruction of a Symmetric Matrix whose Inverse Matrix is Itself Let $\mathbf{v}$ be a nonzero vector in $\R^n$. Then the dot product $\mathbf{v}\cdot \mathbf{v}=\mathbf{v}^{\trans}\mathbf{v}\neq 0$. Set $a:=\frac{2}{\mathbf{v}^{\trans}\mathbf{v}}$ and define the $n\times n$ matrix $A$ by \[A=I-a\mathbf{v}\mathbf{v}^{\trans},\] where […]

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Linear algebra problems and solutions
Solve the System of Linear Equations Using the Inverse Matrix of the Coefficient Matrix

Consider the following system of linear equations \begin{align*} 2x+3y+z&=-1\\ 3x+3y+z&=1\\ 2x+4y+z&=-2. \end{align*} (a) Find the coefficient matrix $A$ for this...

Close