<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>idempotent matrix &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/idempotent-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Feb 2018 07:09:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.4</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>idempotent matrix &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>True or False Problems on Midterm Exam 1 at OSU Spring 2018</title>
		<link>https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/</link>
				<comments>https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:10:20 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6880</guid>
				<description><![CDATA[<p>The following problems are True or False. Let $A$ and $B$ be $n\times n$ matrices. (a) If $AB=B$, then $B$ is the identity matrix. (b) If the coefficient matrix $A$ of the system $A\mathbf{x}=\mathbf{b}$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/" target="_blank">True or False Problems on Midterm Exam 1 at OSU Spring 2018</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 702</h2>
<p>The following problems are True or False.</p>
<p>Let $A$ and $B$ be $n\times n$ matrices.</p>
<p><strong>(a) </strong>If $AB=B$, then $B$ is the identity matrix.<br />
<strong>(b)</strong> If the coefficient matrix $A$ of the system $A\mathbf{x}=\mathbf{b}$ is invertible, then the system has infinitely many solutions.<br />
<strong>(c)</strong> If $A$ is invertible, then $ABA^{-1}=B$.<br />
<strong>(d)</strong> If $A$ is an idempotent nonsingular matrix, then $A$ must be the identity matrix.<br />
<strong>(e)</strong> If $x_1=0, x_2=0, x_3=1$ is a solution to a homogeneous system of linear equation, then the system has infinitely many solutions.</p>
<p>&nbsp;<br />
<span id="more-6880"></span><br />

<h2>Solution.</h2>
<h3>(a) True or False: if $AB=B$, then $B$ is the identity matrix.</h3>
<p>False. For example, if $B$ is the zero matrix, then of course we have $AB=B$ as both sides are the zero matrix.</p>
<h3>(b) True or False: if the coefficient matrix $A$ of the system $A\mathbf{x}=\mathbf{b}$ is invertible, then the system has infinitely many solutions.</h3>
<p>False. If the coefficient matrix $A$ is invertible, the system has a unique solution $\mathbf{x}=A^{-1}\mathbf{b}$.</p>
<h3>(c) True or False: if $A$ is invertible, then $ABA^{-1}=B$.</h3>
<p>False. The given equality is equivalent to $AB=BA$. Even $A$ is invertible, matrix multiplication is not commutative. As a counterexample, consider<br />
	\[A=\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  0&#038; 1<br />
\end{bmatrix} \text{ and } B=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 1<br />
\end{bmatrix}.\]
Note that the determinant of $A$ is $\det(A)=1\neq 0$. Hence $A$ is invertible.<br />
Yet, we have<br />
\[AB=\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  0&#038; 1<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 1<br />
\end{bmatrix}=\begin{bmatrix}<br />
  0 &#038; 1\\<br />
  -1&#038; 1<br />
\end{bmatrix}\]
and<br />
\[BA=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 1<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  0&#038; 1<br />
\end{bmatrix}=\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  -1&#038; 0<br />
\end{bmatrix},\]
and hence $AB\neq BA$.</p>
<h3>(d) True or False: if $A$ is an idempotent nonsingular matrix, then $A$ must be the identity matrix.</h3>
<p>True. Since $A$ is idempotent, we have $A^2=A$. As $A$ is nonsingular, it is invertible. Thus, the inverse matrix $A^{-1}$ exists. Then we have<br />
   \[I=A^{-1}A=A^{-1}A^2=IA=A.\]
   Hence, such a matrix $A$ must be the identity matrix $I$.</p>
<h3>(e) True or False: if $x_1=0, x_2=0, x_3=1$ is a solution to a homogeneous system of linear equation, then the system has infinitely many solutions.</h3>
<p>Note that any homogeneous system has the zero solution. In addition to the zero solution, this system has a solution $x_1=0, x_2=0, x_3=1$. So, it has at least two solutions. The only possibilities for the number of solutions of a system of linear equations are zero, one, or infinitely many.<br />
 So, we conclude that the system must have infinitely many solutions.</p>
<button class="simplefavorite-button has-count" data-postid="6880" data-siteid="1" data-groupid="1" data-favoritecount="51" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">51</span></button><p>The post <a href="https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/" target="_blank">True or False Problems on Midterm Exam 1 at OSU Spring 2018</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6880</post-id>	</item>
		<item>
		<title>Unit Vectors and Idempotent Matrices</title>
		<link>https://yutsumura.com/unit-vectors-and-idempotent-matrices/</link>
				<comments>https://yutsumura.com/unit-vectors-and-idempotent-matrices/#comments</comments>
				<pubDate>Wed, 02 Aug 2017 15:41:12 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[dot product]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[inner product]]></category>
		<category><![CDATA[length of a vector]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[orthogonal vector]]></category>
		<category><![CDATA[unit vector]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4295</guid>
				<description><![CDATA[<p>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.&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/unit-vectors-and-idempotent-matrices/" target="_blank">Unit Vectors and Idempotent Matrices</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 527</h2>
<p>	A square matrix $A$ is called <strong>idempotent</strong> if $A^2=A$.</p>
<hr />
<p><strong>(a)</strong> Let $\mathbf{u}$ be a vector in $\R^n$ with length $1$.<br />
	Define the matrix $P$ to be $P=\mathbf{u}\mathbf{u}^{\trans}$.</p>
<p>	Prove that $P$ is an idempotent matrix.</p>
<hr />
<p><strong>(b)</strong> Suppose that $\mathbf{u}$ and $\mathbf{v}$ be unit vectors in $\R^n$ such that $\mathbf{u}$ and $\mathbf{v}$ are orthogonal.<br />
	Let $Q=\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans}$.</p>
<p>	Prove that $Q$ is an idempotent matrix.</p>
<hr />
<p><strong>(c)</strong> Prove that each nonzero vector of the form $a\mathbf{u}+b\mathbf{v}$ for some $a, b\in \R$ is an eigenvector corresponding to the eigenvalue $1$ for the matrix $Q$ in part (b).</p>
<p>&nbsp;<br />
<span id="more-4295"></span><br />

<h2> Proof. </h2>
<h3>(a) Prove that $P=\mathbf{u}\mathbf{u}^{\trans}$ is an idempotent matrix.</h3>
<p>The length of the vector $\mathbf{u}$ is given by<br />
			\[\|\mathbf{u}\|=\sqrt{\mathbf{u}^{\trans}\mathbf{u}}.\]
			Since $\|\mathbf{u}\|=1$ by assumption, it yields that<br />
			\[\mathbf{u}^{\trans}\mathbf{u}=1.\]
<p>			Let us compute $P^2$ using the associative properties of matrix multiplication.<br />
			We have<br />
			\begin{align*}<br />
		P^2&#038;=(\mathbf{u}\mathbf{u}^{\trans})(\mathbf{u}\mathbf{u}^{\trans})\\<br />
		&#038;=\mathbf{u}(\mathbf{u}^{\trans}\mathbf{u})\mathbf{u}^{\trans}\\<br />
		&#038;=\mathbf{u}( 1 ) \mathbf{u}^{\trans}=\mathbf{u}\mathbf{u}^{\trans}=P.<br />
		\end{align*}</p>
<p>		Thus, we have obtained $P^2=P$, and hence $P$ is an idempotent matrix.</p>
<h3>(b) Prove that $Q=\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans}$ is an idempotent matrix</h3>
<p>Since $\mathbf{u}$ and $\mathbf{v}$ are unit vectors, we have as in part (a)<br />
			\[\mathbf{u}^{\trans}\mathbf{u}=1 \text{ and  } \mathbf{v}^{\trans}\mathbf{v}=1.\]
			Since $\mathbf{u}$ and $\mathbf{v}$ are orthogonal, their dot (inner) product is $0$.<br />
			Thus we have<br />
			\[\mathbf{u}^{\trans}\mathbf{v}=\mathbf{v}^{\trans}\mathbf{u}=0.\]
<p>			Using these identities, we compute $Q^2$ as follows.<br />
			We have<br />
			\begin{align*}<br />
		Q^2&#038;=(\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans})(\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans})\\<br />
		&#038;=\mathbf{u}\mathbf{u}^{\trans}(\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans})<br />
		+\mathbf{v}\mathbf{v}^{\trans}(\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans})\\<br />
		&#038;=\mathbf{u}\underbrace{\mathbf{u}^{\trans}\mathbf{u}}_{1}\mathbf{u}^{\trans}+\mathbf{u}\underbrace{\mathbf{u}^{\trans}\mathbf{v}}_{0}\mathbf{v}^{\trans}<br />
		+\mathbf{v}\underbrace{\mathbf{v}^{\trans}\mathbf{u}}_{0}\mathbf{u}^{\trans}+\mathbf{v}\underbrace{\mathbf{v}^{\trans}\mathbf{v}}_{1}\mathbf{v}^{\trans}\\[6pt]
		&#038;=\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans}=Q.<br />
		\end{align*}<br />
		It follows that $Q$ is an idempotent matrix.</p>
<h3>(c) Prove that $a\mathbf{u}+b\mathbf{v}$ is an eigenvector</h3>
<p> Let us first compute $Q\mathbf{u}$. We have<br />
		\begin{align*}<br />
		Q\mathbf{u}&#038;=(\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans})\mathbf{u}\\<br />
		&#038;=\mathbf{u}\underbrace{\mathbf{u}^{\trans}\mathbf{u}}_{1}+\mathbf{v}\underbrace{\mathbf{v}^{\trans}\mathbf{u}}_{0}=\mathbf{u}.<br />
		\end{align*}</p>
<p>		Note that $\mathbf{u}$ is a nonzero vector because it is a unit vector.<br />
		Thus, the equality $Q\mathbf{u}=\mathbf{u}$ implies that $1$ is an eigenvalue of $Q$ and $\mathbf{v}$ is a corresponding eigenvector.</p>
<p>		Similarly, we can check that $\mathbf{v}$ is an eigenvector corresponding to the eigenvalue $1$.</p>
<p>		Now let $a\mathbf{u}+b\mathbf{v}$ be a nonzero vector.<br />
		Then we have<br />
		\begin{align*}<br />
		Q(a\mathbf{u}+b\mathbf{v})&#038;=aQ\mathbf{u}+bQ\mathbf{v}=a\mathbf{u}+b\mathbf{v}.<br />
		\end{align*}<br />
		It follows that $a\mathbf{u}+b\mathbf{v}$ is an eigenvector corresponding to the eigenvalue $1$.</p>
<h4>Another way to prove (c)</h4>
<p>		Another way to see this is as follows.<br />
		As we saw above, the vectors $\mathbf{u}$ and $\mathbf{v}$ are eigenvectors corresponding to the eigenvalue $1$.<br />
		Hence $\mathbf{u}, \mathbf{v} \in E_{1}$, where $E_1$ is an eigenspace of the eigenvalue $1$</p>
<p>		Note that $E_1$ is a vector space, hence $a\mathbf{u}+b\mathbf{v}$ is a nonzero vector in $E_{1}$.<br />
		Thus, $a\mathbf{u}+b\mathbf{v}$ is an eigenvector corresponding to the eigenvalue $1$ as well.</p>
<h2> Related Question. </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
<strong>(a)</strong> Find a nonzero, nonidentity idempotent matrix.</p>
<p><strong>(b)</strong> Show that eigenvalues of an idempotent matrix $A$ is either $0$ or $1$.
</div>
<p>See the post &#8628;<br />
<a href="//yutsumura.com/idempotent-matrix-and-its-eigenvalues/" target="_blank">Idempotent Matrix and its Eigenvalues</a><br />
for solutions of this problem.</p>
<button class="simplefavorite-button has-count" data-postid="4295" data-siteid="1" data-groupid="1" data-favoritecount="29" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">29</span></button><p>The post <a href="https://yutsumura.com/unit-vectors-and-idempotent-matrices/" target="_blank">Unit Vectors and Idempotent Matrices</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/unit-vectors-and-idempotent-matrices/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4295</post-id>	</item>
		<item>
		<title>If $A^{\trans}A=A$, then $A$ is a Symmetric Idempotent Matrix</title>
		<link>https://yutsumura.com/if-atransaa-then-a-is-a-symmetric-idempotent-matrix/</link>
				<comments>https://yutsumura.com/if-atransaa-then-a-is-a-symmetric-idempotent-matrix/#respond</comments>
				<pubDate>Fri, 09 Jun 2017 17:25:07 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[symmetric matrix]]></category>
		<category><![CDATA[transpose]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3059</guid>
				<description><![CDATA[<p>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. &#160;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-atransaa-then-a-is-a-symmetric-idempotent-matrix/" target="_blank">If $A^{\trans}A=A$, then $A$ is a Symmetric Idempotent Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 447</h2>
<p> Let $A$ be a square matrix such that<br />
	\[A^{\trans}A=A,\]
	where $A^{\trans}$ is the transpose matrix of $A$.<br />
	Prove that $A$ is idempotent, that is, $A^2=A$. Also, prove that $A$ is a symmetric matrix.</p>
<p>&nbsp;<br />
<span id="more-3059"></span><br />
&nbsp;</p>
<h2>Hint.</h2>
<p>Recall the basic properties of transpose matrices.<br />
For matrices $A, B$, we have</p>
<ol>
<li>$(AB)^{\trans}=B^{\trans}A^{\trans}$.</li>
<li>$A^{\trans \trans}=A$.</li>
</ol>
<h2> Proof. </h2>
<p>		We first prove that $A$ is a symmetric matrix.<br />
		We have<br />
		\begin{align*}<br />
	A^{\trans}&#038;=(A^{\trans}A)^{\trans}\\<br />
	&#038;=A^{\trans}A^{\trans\trans} &#038;&#038; \text{by property 1}\\<br />
	&#038;=A^{\trans}A &#038;&#038; \text{by property 2}\\<br />
	&#038;=A.<br />
	\end{align*}<br />
	Hence we obtained $A^{\trans}=A$, and thus $A$ is a symmetric matrix.</p>
<hr />
<p>	Now we prove that $A$ is idempotent.<br />
	We compute<br />
	\begin{align*}<br />
	A^2&#038;=AA\\<br />
	&#038;=A^{\trans}A &#038;&#038; \text{since $A$ is symmetric}\\<br />
	&#038;=A &#038;&#038; \text{by assumption}.<br />
	\end{align*}<br />
	Therefore, the matrix $A$ satisfies $A^2=A$, and hence it is idempotent.</p>
<button class="simplefavorite-button has-count" data-postid="3059" data-siteid="1" data-groupid="1" data-favoritecount="45" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">45</span></button><p>The post <a href="https://yutsumura.com/if-atransaa-then-a-is-a-symmetric-idempotent-matrix/" target="_blank">If $A^{\trans}A=A$, then $A$ is a Symmetric Idempotent Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-atransaa-then-a-is-a-symmetric-idempotent-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3059</post-id>	</item>
		<item>
		<title>Idempotent Matrices are Diagonalizable</title>
		<link>https://yutsumura.com/idempotent-matrices-are-diagonalizable/</link>
				<comments>https://yutsumura.com/idempotent-matrices-are-diagonalizable/#comments</comments>
				<pubDate>Fri, 26 May 2017 03:45:25 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[isomorphism theorem]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[null space]]></category>
		<category><![CDATA[nullity]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[rank-nullity theorem]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2970</guid>
				<description><![CDATA[<p>Let $A$ be an $n\times n$ idempotent matrix, that is, $A^2=A$. Then prove that $A$ is diagonalizable. &#160; We give three proofs of this problem. The first one proves that $\R^n$ is a direct&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/idempotent-matrices-are-diagonalizable/" target="_blank">Idempotent Matrices are Diagonalizable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 429</h2>
<p>	Let $A$ be an $n\times n$ idempotent matrix, that is, $A^2=A$. Then prove that $A$ is diagonalizable.</p>
<p>&nbsp;<br />
<span id="more-2970"></span><br />

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.</p>
<p>The second proof proves the direct sum expression as in proof 1 but we use a linear transformation.</p>
<p>The third proof discusses the minimal polynomial of $A$.</p>
<h3>Range=Image, Null space=Kernel</h3>
<p>In the following proofs, we use the terminologies <strong>range</strong> and <strong>null space</strong> of a linear transformation. These are also called <strong>image</strong> and <strong>kernel</strong> of a linear transformation, respectively.</p>
<h2> Proof 1. </h2>
<p>		Recall that only possible eigenvalues of an idempotent matrix are $0$ or $1$.<br />
		(For a proof, see the post &#8220;<a href="//yutsumura.com/idempotent-matrix-and-its-eigenvalues/" target="_blank">Idempotent matrix and its eigenvalues</a>&#8220;.)</p>
<p>		Let<br />
		\[E_0=\{\mathbf{x}\in \R^n \mid A\mathbf{x}=\mathbf{0}\} \text{ and } E_{1}\{\mathbf{x}\in \R^n \mid A\mathbf{x}=\mathbf{x}\}\]
		be subspaces of $\R^n$.<br />
		(Thus, if $0$ and $1$ are eigenvalues, then $E_0$ and $E_1$ are eigenspaces.)</p>
<p>		Let $r$ be the rank of $A$. Then by the rank-nullity theorem, the nullity of $A$<br />
		\[\dim(E_0)=n-r.\]
<p>		The rank of $A$ is the dimension of the range<br />
		\[\calR(A)=\{\mathbf{y} \in \R^n \mid \mathbf{y}=A\mathbf{x} \text{ for some } \mathbf{x}\in \R^n\}.\]
<p>		Let $\mathbf{y}_1, \dots, \mathbf{y}_r$ be  basis vectors of $\calR(A)$.<br />
		Then there exists $\mathbf{x}_i\in \R^n$ such that<br />
		\[\mathbf{y}_i=A\mathbf{x}_i,\]
		for $i=1, \dots, r$.</p>
<p>		Then we have<br />
		\begin{align*}<br />
	A\mathbf{y}_i&#038;=A^2\mathbf{x}_i\\<br />
	&#038;=A\mathbf{x}_i &#038;&#038; \text{since $A$ is idempotent}\\<br />
	&#038;=\mathbf{y}_i.<br />
	\end{align*}</p>
<p>	It follows that $y_i\in E_1$.<br />
	Since $y_i, i=1,\dots, r$ form a basis of $\calR(A)$, they are linearly independent and thus we have<br />
	\[r\leq \dim(E_1).\]
<p>	We have<br />
	\begin{align*}<br />
	&#038;n=\dim(\R^n)\\<br />
	&#038;\geq \dim(E_0)+\dim(E_1) &#038;&#038; \text{since } E_0\cap E_1=\{\mathbf{0}\}\\<br />
	&#038;\geq (n-r)+r=n.<br />
	\end{align*}</p>
<p>	So in fact all inequalities are equalities, and hence<br />
	\[\dim(\R^n)=\dim(E_0)+\dim(E_1).\]
<p>	This implies<br />
	\[\R^n=E_0 \oplus E_1.\]
	Thus $\R^n$ is a direct sum of eigenspaces of $A$, and hence $A$ is diagonalizable.</p>
<h2> Proof 2. </h2>
<p>			Let $E_0$ and $E_1$ be as in proof 1.<br />
			Consider the linear transformation $T:\R^n \to \R^n$ represented by the idempotent matrix $A$, that is, $T(\mathbf{x})=A\mathbf{x}$.</p>
<p>			Then the null space $\calN(T)$ of the linear transformation $T$ is $E_0$ by definition.</p>
<p>			We claim that the range $\calR(T)$ is $E_1$.<br />
			If $\mathbf{x}\in \calR(T)$, then we have $\mathbf{y}\in \R^n$ such that $\mathbf{x}=T(\mathbf{y})=A\mathbf{y}$.</p>
<p>			Then we have<br />
			\begin{align*}<br />
	\mathbf{x}&#038;=A\mathbf{y}=A^2\mathbf{y} =A(A\mathbf{y})<br />
	=A\mathbf{x}.<br />
	\end{align*}<br />
	(The second equality follows since $A$ is idempotent.)</p>
<p>	This implies that $\mathbf{x}\in E_1$, and hence $\calR(T) \subset E_1$.</p>
<p>	On the other hand, if $\mathbf{x}\in E_1$, then we have<br />
	\[\mathbf{x}=A\mathbf{x}=T(\mathbf{x})\in \calR(T).\]
	Thus, we have $E_1\subset \calR(T)$. Putting these two inclusions together gives $E_1=\calR(T)$.</p>
<p>	By the isomorphism theorem of vector spaces, we have<br />
	\[\R^n=\calN(A)\oplus \calR(T)=E_0\oplus E_1.\]
	Thus, $\R^n$ is a direct sum of eigenspaces of $A$ and hence $A$ is diagonalizable.</p>
<h2> Proof 3. </h2>
<p>		Since $A$ is idempotent we have $A^2=A$.<br />
		Thus we have $A^2-A=O$, the zero matrix, and so $A$ satisfies the polynomial $x^2-x$.</p>
<p>		If $x^2-x=x(x-1)$ is not the minimal polynomial of $A$, then $A$ must be either the identity matrix or the zero matrix.<br />
		Since these matrices are diagonalizable (as they are already diagonal matrices), we consider the case when $x^2-x$ is the minimal polynomial of $A$.</p>
<p>		Since the minimal polynomial has two distinct simple roots $0, 1$, the matrix $A$ is diagonalizable.</p>
<h2>Another Proof </h2>
<p>	A slightly different proof is given in the post &#8220;<a href="//yutsumura.com/idempotent-projective-matrices-are-diagonalizable/" target="_blank">Idempotent (Projective) Matrices are Diagonalizable</a>&#8220;.</p>
<p>The proof there is a variation of Proof 2.</p>
<button class="simplefavorite-button has-count" data-postid="2970" data-siteid="1" data-groupid="1" data-favoritecount="35" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">35</span></button><p>The post <a href="https://yutsumura.com/idempotent-matrices-are-diagonalizable/" target="_blank">Idempotent Matrices are Diagonalizable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/idempotent-matrices-are-diagonalizable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2970</post-id>	</item>
		<item>
		<title>If $A$ is an Idempotent Matrix, then When $I-kA$ is an Idempotent Matrix?</title>
		<link>https://yutsumura.com/if-a-is-an-idempotent-matrix-then-when-i-ka-is-an-idempotent-matrix/</link>
				<comments>https://yutsumura.com/if-a-is-an-idempotent-matrix-then-when-i-ka-is-an-idempotent-matrix/#respond</comments>
				<pubDate>Tue, 23 May 2017 19:33:12 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[matrix operations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2957</guid>
				<description><![CDATA[<p>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&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-a-is-an-idempotent-matrix-then-when-i-ka-is-an-idempotent-matrix/" target="_blank">If $A$ is an Idempotent Matrix, then When $I-kA$ is an Idempotent Matrix?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 426</h2>
<p>A square matrix $A$ is called <strong>idempotent</strong> if $A^2=A$.</p>
<p><strong>(a)</strong> 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.</p>
<p><strong>(b)</strong> Assume that $A$ is an $n\times n$ nonzero idempotent matrix. Then determine all integers $k$ such that the matrix $I-kA$ is idempotent.</p>
<p><strong>(c)</strong> Let $A$ and $B$ be $n\times n$ matrices satisfying<br />
	\[AB=A \text{ and } BA=B.\]
	Then prove that $A$ is an idempotent matrix.</p>
<p>&nbsp;<br />
<span id="more-2957"></span><br />
&nbsp;<br />

<h2> Proof. </h2>
<h3>(a) Prove that the matrix $I-A$ is an idempotent matrix.</h3>
<p>To prove that $I-A$ is an idempotent matrix, we show that $(I-A)^2=I-A$.<br />
		We compute<br />
		\begin{align*}<br />
	(I-A)^2&#038;=(I-A)(I-A)\\<br />
	&#038;=I(I-A)-A(I-A)\\<br />
	&#038;=I-A-A+A^2\\<br />
	&#038;=I-2A+A^2\\<br />
	&#038;=I-2A+A &#038;&#038; \text{since $A$ is idempotent}\\<br />
	&#038;=I-A.<br />
	\end{align*}<br />
	Thus, we have $(I-A)^2=I-A$ and $I-A$ is an idempotent matrix.</p>
<h3>(b) Determine all integers $k$ such that the matrix $I-kA$ is idempotent.</h3>
<p>Let us find out the condition on $k$ so that $I-kA$ is an idempotent matrix.<br />
	We have<br />
	\begin{align*}<br />
	&#038;(I-kA)^2=(I-kA)(I-kA)\\<br />
	&#038;=I(I-kA)-kA(I-kA)\\<br />
	&#038;=I-kA-kA+k^2A^2\\<br />
	&#038;=I-2kA+k^2A &#038;&#038; \text{ since $A$ is idempotent}\\<br />
	&#038;=I-(2k-k^2)A.<br />
	\end{align*}</p>
<p>	It follows that $I-kA$ is idempotent if and only if $I-kA=I-(2k-k^2)A$, or equivalently $(k^2-k)A=O$, the zero matrix.<br />
	Since $A$ is not the zero matrix, we see that $I-kI$ is idempotent if and only if $k^2-k=0$.</p>
<p>	Since $k^2-k=k(k-1)$, we conclude that $I-kA$ is an idempotent matrix if and only if $k=0, 1$.</p>
<h3>(c) Prove that $A$ is an idempotent matrix.</h3>
<p> Let $A$ and $B$ be $n\times n$ matrices satisfying<br />
		\[AB=A \tag{*}\]
		 and<br />
		 \[ BA=B. \tag{**}\]
		  Our goal is to show that $A^2=A$.<br />
	We compute<br />
	\begin{align*}<br />
	&#038;A^2=AA\\<br />
	&#038;=(AB)A &#038;&#038; \text{by (*)}\\<br />
	&#038;=A(BA)\\<br />
	&#038;=AB &#038;&#038; \text{by (**)}\\<br />
	&#038;=A &#038;&#038; \text{by (*)}.<br />
	\end{align*}<br />
	Therefore, we have obtained the identity $A^2=A$, and we conclude that $A$ is an idempotent matrix.</p>
<h2> Related Question. </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
<strong>(a)</strong> Let $\mathbf{u}$ be a vector in $\R^n$ with length $1$.<br />
	Define the matrix $P$ to be $P=\mathbf{u}\mathbf{u}^{\trans}$.</p>
<p>	Prove that $P$ is an idempotent matrix.</p>
<hr />
<p><strong>(b)</strong> Suppose that $\mathbf{u}$ and $\mathbf{v}$ be unit vectors in $\R^n$ such that $\mathbf{u}$ and $\mathbf{v}$ are orthogonal.<br />
	Let $Q=\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans}$.</p>
<p>	Prove that $Q$ is an idempotent matrix.</p>
<hr />
<p><strong>(c)</strong> Prove that each nonzero vector of the form $a\mathbf{u}+b\mathbf{v}$ for some $a, b\in \R$ is an eigenvector corresponding to the eigenvalue $1$ for the matrix $Q$ in part (b).
</div>
<p>The proofs are given in the post &#8628;<br />
<a href="//yutsumura.com/unit-vectors-and-idempotent-matrices/" target="_blank">Unit Vectors and Idempotent Matrices</a></p>
<button class="simplefavorite-button has-count" data-postid="2957" data-siteid="1" data-groupid="1" data-favoritecount="56" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">56</span></button><p>The post <a href="https://yutsumura.com/if-a-is-an-idempotent-matrix-then-when-i-ka-is-an-idempotent-matrix/" target="_blank">If $A$ is an Idempotent Matrix, then When $I-kA$ is an Idempotent Matrix?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-a-is-an-idempotent-matrix-then-when-i-ka-is-an-idempotent-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2957</post-id>	</item>
		<item>
		<title>Idempotent (Projective) Matrices are Diagonalizable</title>
		<link>https://yutsumura.com/idempotent-projective-matrices-are-diagonalizable/</link>
				<comments>https://yutsumura.com/idempotent-projective-matrices-are-diagonalizable/#respond</comments>
				<pubDate>Fri, 14 Apr 2017 02:46:41 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[diagonalizable]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[projective matrix]]></category>
		<category><![CDATA[span]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2676</guid>
				<description><![CDATA[<p>Let $A$ be an $n\times n$ idempotent complex matrix. Then prove that $A$ is diagonalizable. &#160; Definition. An $n\times n$ matrix $A$ is said to be idempotent if $A^2=A$. It is also called projective&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/idempotent-projective-matrices-are-diagonalizable/" target="_blank">Idempotent (Projective) Matrices are Diagonalizable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 377</h2>
<p> Let $A$ be an $n\times n$ idempotent complex matrix.<br />
Then prove that $A$ is diagonalizable.</p>
<p>&nbsp;<br />
<span id="more-2676"></span><br />

<h2>Definition.</h2>
<p>An $n\times n$ matrix $A$ is said to be <strong>idempotent</strong> if $A^2=A$.<br />
It is also called <strong>projective matrix</strong>.</p>
<h2> Proof. </h2>
<p>	In general, an $n \times n$ matrix $B$ is diagonalizable if there are $n$ linearly independent eigenvectors. So if eigenvectors of $B$ span $\R^n$, then $B$ is diagonalizable.</p>
<hr />
<p>	We prove that $\R^n$ is spanned by eigenspaces. Every vector $\mathbf{v}\in \R^n$ can be expresses as<br />
	\[\mathbf{v}=(\mathbf{v}-A\mathbf{v})+A\mathbf{v}=\mathbf{v}_0+\mathbf{v}_1,\]
	where we put $\mathbf{v}_0=\mathbf{v}-A\mathbf{v}$ and $\mathbf{v}_1=A\mathbf{v}$.</p>
<hr />
<p>	We claim that $\mathbf{v}_0$ and $\mathbf{v}_1$ are elements in the eigenspaces corresponding to (possible) eigenvalues $0$ and $1$, respectively.<br />
	To see this, we compute<br />
	\begin{align*}<br />
A\mathbf{v}_0&#038;=A(\mathbf{v}-A\mathbf{v})\\<br />
&#038;=A\mathbf{v}-A^2\mathbf{v}\\<br />
&#038;=A\mathbf{v}-A\mathbf{v} &#038;&#038;  \text{since $A$ is idempotent}\\<br />
&#038;=O=0\mathbf{v}_0.<br />
\end{align*}</p>
<p>Thus, we have $A\mathbf{v}_0=0\mathbf{v}_0$, and this means that $\mathbf{v}_0$ is a vector in the eigenspace corresponding to the eigenvalue $0$.<br />
(If $0$ is not an eigenvalue of $A$, then $\mathbf{v}_0=\mathbf{0}$.)</p>
<hr />
<p>We also have<br />
\begin{align*}<br />
A\mathbf{v}_1=A(A\mathbf{v})=A^2\mathbf{v}=A\mathbf{v}=\mathbf{v}_1,<br />
\end{align*}<br />
where the third equality holds as $A$ is idempotent.<br />
This implies that $\mathbf{v}_1$ is a vector in the eigenspace corresponding to eigenvalue $1$. (If $1$ is not an eigenvalue of $A$, then $\mathbf{v}_1=\mathbf{0}$.)</p>
<hr />
<p>It follows that every vector $\mathbf{v}\in \R^n$ is a sum of eigenvectors (or the zero vector).<br />
That is, $\R^n$ is spanned by eigenvectors.</p>
<p>By the general fact mentioned at the beginning of the proof, we conclude that the idempotent matrix $A$ is diagonalizable.</p>
<h2>Different Proofs </h2>
<p>Three other different proofs of the fact that every idempotent matrix is diagonalizable are given in the post &#8220;<a href="//yutsumura.com/idempotent-matrices-are-diagonalizable/" target="_blank">Idempotent Matrices are Diagonalizable</a>&#8220;.</p>
<button class="simplefavorite-button has-count" data-postid="2676" data-siteid="1" data-groupid="1" data-favoritecount="31" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">31</span></button><p>The post <a href="https://yutsumura.com/idempotent-projective-matrices-are-diagonalizable/" target="_blank">Idempotent (Projective) Matrices are Diagonalizable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/idempotent-projective-matrices-are-diagonalizable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2676</post-id>	</item>
		<item>
		<title>Idempotent Linear Transformation and Direct Sum of Image and Kernel</title>
		<link>https://yutsumura.com/idempotent-linear-transformation-and-direct-sum-of-image-and-kernel/</link>
				<comments>https://yutsumura.com/idempotent-linear-transformation-and-direct-sum-of-image-and-kernel/#respond</comments>
				<pubDate>Wed, 08 Mar 2017 04:05:05 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[direct sum]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image of a linear transformation]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kernel of a linear transformation]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[matrix for linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[null space]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2389</guid>
				<description><![CDATA[<p>Let $A$ be the matrix for a linear transformation $T:\R^n \to \R^n$ with respect to the standard basis of $\R^n$. We assume that $A$ is idempotent, that is, $A^2=A$. Then prove that \[\R^n=\im(T) \oplus&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/idempotent-linear-transformation-and-direct-sum-of-image-and-kernel/" target="_blank">Idempotent Linear Transformation and Direct Sum of Image and Kernel</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 327</h2>
<p>	Let $A$ be the matrix for a linear transformation $T:\R^n \to \R^n$ with respect to the standard basis of $\R^n$.<br />
	We assume that $A$ is idempotent, that is, $A^2=A$.<br />
	Then prove that<br />
	\[\R^n=\im(T) \oplus \ker(T).\]
<p>	&nbsp;<br />
<span id="more-2389"></span></p>
<h2> Proof. </h2>
<p>		To prove the equality $\R^n=\im(T) \oplus \ker(T)$, we need to prove<br />
(a) $\R^n=\im(T) + \ker(T)$, and<br />
(b) $\im(T) \cap \ker(T)=\{0\}$.</p>
<p>		By definition, the image $\im(T)$ and $\ker(T)$ are subspaces of $\R^n$, hence $\im(T) + \ker(T) \subset \R^n$.<br />
		To prove the reverse inclusion, for any $x\in \R^n$, we write<br />
		\begin{align*}<br />
	x=Ax+(x-Ax).<br />
	\end{align*}<br />
	Then the first term is in $\im(T)$ since<br />
	\[Ax=T(x)\in \im(T).\]
	The second term $x-Ax$ is in $\ker(T)$ since<br />
	\begin{align*}<br />
	T(x-Ax)&#038;=A(x-Ax)\\<br />
	&#038;=Ax-A^2x\\<br />
	&#038;=Ax-Ax &#038;&#038; (\text{since $A$ is idempotent})\\<br />
	&#038;=0.<br />
	\end{align*}</p>
<p>	Thus we have<br />
	\[x=\underbrace{Ax}_{\in \im(T)}+\underbrace{(x-Ax)}_{\in \ker(T)}\in \im(T) + \ker(T) .\]
	Since $x$ is arbitrary element in $\R^n$, we have<br />
	\[\R^n\subset \im(T) + \ker(T),\]
	and putting the two inclusions together yields<br />
	\[\R^n= \im(T) + \ker(T),\]
	and we proved (a).</p>
<p>	To prove (b), let $x\in \im(T) \cap \ker(T)$. Thus $x\in \im(T)$ and $x\in \ker(T)$.<br />
	Since $x\in \im(T)$, there exists $x&#8217;\in \R^n$ such that $T(x&#8217;)=x$, or equivalently, $Ax&#8217;=x$.</p>
<p>	Then, we have<br />
	\begin{align*}<br />
	&#038;0=T(x)=Ax\\<br />
	&#038;=A(Ax&#8217;)=A^2x&#8217;\\<br />
	&#038;=Ax&#8217; &#038;&#038; (\text{since $A$ is idempotent})\\<br />
	&#038;=x.<br />
	\end{align*}</p>
<p>	Hence we have proved an arbitrary element $x$ in the intersection is $x=0$, and thus we have<br />
	\[\im(T) \cap \ker(T)=\{0\}.\]
	So (b) is proved.</p>
<p>	The facts (a), (b) implies that we have<br />
	\[\R^n=\im(T) \oplus \ker(T),\]
	as required.</p>
<button class="simplefavorite-button has-count" data-postid="2389" data-siteid="1" data-groupid="1" data-favoritecount="38" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">38</span></button><p>The post <a href="https://yutsumura.com/idempotent-linear-transformation-and-direct-sum-of-image-and-kernel/" target="_blank">Idempotent Linear Transformation and Direct Sum of Image and Kernel</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/idempotent-linear-transformation-and-direct-sum-of-image-and-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2389</post-id>	</item>
		<item>
		<title>Idempotent Matrices. 2007 University of Tokyo Entrance Exam Problem</title>
		<link>https://yutsumura.com/idempotent-matrices-2007-university-of-tokyo-entrance-exam-problem/</link>
				<comments>https://yutsumura.com/idempotent-matrices-2007-university-of-tokyo-entrance-exam-problem/#respond</comments>
				<pubDate>Fri, 20 Jan 2017 00:52:35 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[entrance exam]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[high school]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[U.Tokyo]]></category>
		<category><![CDATA[U.Tokyo.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2004</guid>
				<description><![CDATA[<p>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&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/idempotent-matrices-2007-university-of-tokyo-entrance-exam-problem/" target="_blank">Idempotent Matrices. 2007 University of Tokyo Entrance Exam Problem</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 265</h2>
<p>For a real number $a$, consider $2\times 2$ matrices $A, P, Q$ satisfying the following five conditions.</p>
<ol>
<li>$A=aP+(a+1)Q$</li>
<li> $P^2=P$</li>
<li>$Q^2=Q$</li>
<li>$PQ=O$</li>
<li>$QP=O$,</li>
</ol>
<p>where $O$ is the $2\times 2$ zero matrix.<br />
Then do the following problems.</p>
<hr />
<p><strong>(a)</strong> Prove that $(P+Q)A=A$.</p>
<hr />
<p><strong>(b)</strong> Suppose $a$ is a positive real number and let<br />
\[ A=\begin{bmatrix}<br />
  a &#038; 0\\<br />
  1&#038; a+1<br />
\end{bmatrix}.\]
Then find all matrices $P, Q$ satisfying conditions (1)-(5).</p>
<hr />
<p><strong>(c)</strong> Let $n$ be an integer greater than $1$. For any integer $k$, $2\leq k \leq n$, we define the matrix<br />
\[A_k=\begin{bmatrix}<br />
  k &#038; 0\\<br />
  1&#038; k+1<br />
\end{bmatrix}.\]
Then calculate and simplify the matrix product<br />
\[A_nA_{n-1}A_{n-2}\cdots A_2.\]
<p>(<em>Tokyo University Entrance Exam 2007</em>)<br />
&nbsp;<br />
<span id="more-2004"></span><br />

<h2>Solution.</h2>
<h3>(a) Prove that $(P+Q)A=A$.</h3>
<p>	 We have<br />
	\begin{align*}<br />
(P+Q)A&#038;\stackrel{(1)}{=} (P+Q)(aP+(a+1)Q)\\<br />
&#038;=aP^2+(a+1)PQ+aQP+(a+1)Q^2\\<br />
&#038;=aP+(a+1)O+aO+(a+1)Q \\<br />
&#038;\text{[ by (2), (3), (4), (5)]}\\<br />
&#038;=aP+(a+1)Q\stackrel{(1)}{=}A.<br />
\end{align*}<br />
Hence, we obtain<br />
\[(P+Q)A=A\]
as required.</p>
<h3>(b) Find all matrices $P, Q$</h3>
<p> Note that the matrix $A=\begin{bmatrix}<br />
  a &#038; 0\\<br />
  1&#038; a+1<br />
\end{bmatrix}$ is invertible since the determinant<br />
\[\det(A)=\begin{vmatrix}<br />
  a &#038; 0\\<br />
  1&#038; a+1<br />
\end{vmatrix}=a(a+1)\neq 0.\]
By part (a), we know $(P+Q)A=A$.<br />
Multiplying this by $A^{-1}$ from the right, we have<br />
\[P+Q=I,\]
where $I$ is the $2\times 2$ identity matrix.<br />
Substituting $Q=I-P$ into the equality $A=aP+(a+1)Q$ of (1), we have<br />
\begin{align*}<br />
A&#038;=aP+(a+1)(I-P)\\<br />
&#038;=(a+1)I-P.<br />
\end{align*}</p>
<p>Thus, we have<br />
\begin{align*}<br />
P&#038;=(a+1)I-A\\[6pt]
&#038;=\begin{bmatrix}<br />
  a+1 &#038; 0\\<br />
  0&#038; a+1<br />
\end{bmatrix}-\begin{bmatrix}<br />
  a &#038; 0\\<br />
  1&#038; a+1<br />
\end{bmatrix}\\[6pt]
&#038;=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 0<br />
\end{bmatrix},<br />
\end{align*}<br />
and thus<br />
\begin{align*}<br />
Q&#038;=I-P\\[6pt]
&#038;=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  0&#038; 1<br />
\end{bmatrix}-\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 0<br />
\end{bmatrix}\\[6pt]
&#038;=\begin{bmatrix}<br />
  0 &#038; 0\\<br />
  1&#038; 1<br />
\end{bmatrix}.<br />
\end{align*}<br />
It is straightforward to check that the matrices<br />
\[P=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 0<br />
\end{bmatrix} \text{ and } Q=\begin{bmatrix}<br />
  0 &#038; 0\\<br />
  1&#038; 1<br />
\end{bmatrix}\]
satisfy conditions (1)-(5).<br />
Hence these are the only matrices satisfying conditions (1)-(5).</p>
<h3>(c) Calculate and simplify the matrix product $A_nA_{n-1}A_{n-2}\cdots A_2$</h3>
<p> In part (2), we showed that for any positive integer $k$<br />
\[ A_k=kP+(k+1)Q,\]
where<br />
\[P=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 0<br />
\end{bmatrix} \text{ and } Q=\begin{bmatrix}<br />
  0 &#038; 0\\<br />
  1&#038; 1<br />
\end{bmatrix}.\]
(We just applied the result of (b) with $a=k$.)</p>
<p>Thus we have<br />
\begin{align*}<br />
&#038;A_n A_{n-1} \cdots A_2 \\<br />
&#038;=\left(nP+(n+1)Q\right) \left((n-1)P+nQ\right)\cdots \left (2P+3Q\right)\\[6pt]
&#038;=n! P+\frac{(n+1)!}{2} Q<br />
\end{align*}<br />
We used conditions (4) and (5) in the second equality.<br />
Using the explicit matrices for $P$ and $Q$, we have<br />
\begin{align*}<br />
&#038;n! P+\frac{(n+1)!}{2} Q\\[6pt]
&#038;=n!\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 0<br />
\end{bmatrix}+\frac{(n+1)!}{2}\begin{bmatrix}<br />
  0 &#038; 0\\<br />
  1&#038; 1<br />
\end{bmatrix}\\[6pt]
&#038;=\begin{bmatrix}<br />
  n! &#038; 0\\<br />
  -n!+\frac{(n+1)!}{2}&#038; \frac{(n+1)!}{2}<br />
\end{bmatrix}\\[6pt]
&#038;=\begin{bmatrix}<br />
  n! &#038; 0\\<br />
  n!\frac{n-1}{2}&#038; \frac{(n+1)!}{2}<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>Note that in the last step, we computed<br />
\begin{align*}<br />
&#038;-n!+\frac{(n+1)!}{2}=-n!+\frac{(n+1)n!}{2}\\[6pt]
&#038;=n!(-1+\frac{n+1}{2})\\[6pt]
&#038;=n!\frac{n-1}{2}.<br />
\end{align*}</p>
<p>In conclusion, we have obtained<br />
\[A_n A_{n-1} \cdots A_2 =\begin{bmatrix}<br />
  n! &#038; 0\\<br />
  n!\frac{n-1}{2}&#038; \frac{(n+1)!}{2}<br />
\end{bmatrix}.\]
<h2>Comment.</h2>
<p>Another way to solve (c) is that one first guesses the formula we obtained and prove it by mathematical induction.</p>
<button class="simplefavorite-button has-count" data-postid="2004" data-siteid="1" data-groupid="1" data-favoritecount="17" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">17</span></button><p>The post <a href="https://yutsumura.com/idempotent-matrices-2007-university-of-tokyo-entrance-exam-problem/" target="_blank">Idempotent Matrices. 2007 University of Tokyo Entrance Exam Problem</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/idempotent-matrices-2007-university-of-tokyo-entrance-exam-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2004</post-id>	</item>
		<item>
		<title>Determine Eigenvalues, Eigenvectors, Diagonalizable From a Partial Information of a Matrix</title>
		<link>https://yutsumura.com/determine-eigenvalues-eigenvectors-diagonalizable-from-a-partial-information-of-a-matrix/</link>
				<comments>https://yutsumura.com/determine-eigenvalues-eigenvectors-diagonalizable-from-a-partial-information-of-a-matrix/#respond</comments>
				<pubDate>Tue, 15 Nov 2016 03:02:46 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[algebraic multiplicity]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[basis for a vector space]]></category>
		<category><![CDATA[basis of a vector space]]></category>
		<category><![CDATA[basis vector]]></category>
		<category><![CDATA[diagonalizable]]></category>
		<category><![CDATA[diagonalizable matrix]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[geometric multiplicity]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[Johns Hopkins]]></category>
		<category><![CDATA[Johns Hopkins.LA]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1377</guid>
				<description><![CDATA[<p>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 \end{bmatrix}=3\begin{bmatrix} 1&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-eigenvalues-eigenvectors-diagonalizable-from-a-partial-information-of-a-matrix/" target="_blank">Determine Eigenvalues, Eigenvectors, Diagonalizable From a Partial Information of a Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 180</h2>
<p>Suppose the following information is known about a $3\times 3$ matrix $A$.<br />
\[A\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    1<br />
  \end{bmatrix}=6\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    1<br />
  \end{bmatrix},<br />
  \quad<br />
  A\begin{bmatrix}<br />
  1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}=3\begin{bmatrix}<br />
  1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}, \quad<br />
  A\begin{bmatrix}<br />
  2 \\<br />
   -1 \\<br />
    0<br />
  \end{bmatrix}=3\begin{bmatrix}<br />
  1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}.\]
<p><strong>(a)</strong> Find the eigenvalues of $A$.</p>
<p><strong>(b)</strong> Find the corresponding eigenspaces.</p>
<p><strong>(c)</strong> In each of the following questions, you must give a correct reason (based on the theory of eigenvalues and eigenvectors) to get full credit.<br />
  Is $A$ a diagonalizable matrix?<br />
  Is $A$ an invertible matrix?<br />
  Is $A$ an idempotent matrix?</p>
<p>(<em>Johns Hopkins University Linear Algebra Exam</em>)<br />
&nbsp;<br />
<span id="more-1377"></span><br />

<h2>Solution.</h2>
<h3> (a) Find the eigenvalues of $A$.</h3>
<p>From the first and the second equations, we see that $6$ and $3$ are eigenvalues of $A$.<br />
  	From the second and the third equations, we have<br />
  	\[A\begin{bmatrix}<br />
  1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}=3\begin{bmatrix}<br />
  1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}=A\begin{bmatrix}<br />
  2 \\<br />
   -1 \\<br />
    0<br />
  \end{bmatrix}\]
  and thus we have<br />
  \[\begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    0<br />
  \end{bmatrix}=A\left( \begin{bmatrix}<br />
  1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}- \begin{bmatrix}<br />
  2 \\<br />
   -1 \\<br />
    0<br />
  \end{bmatrix}\right)=A \begin{bmatrix}<br />
  -1 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}.\]
  This yields that<br />
  \[A\begin{bmatrix}<br />
  -1 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}=0\begin{bmatrix}<br />
  -1 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix} \tag{*}\]
  and we conclude that $0$ is an eigenvalue.<br />
  Since the size of the matrix $A$ is $3\times 3$, it has at most three eigenvalues. Thus we found them all. Eigenvalues of $A$ are $0, 3, 6$.</p>
<h3>(b) Find the corresponding eigenspaces. </h3>
<p> From the first equation, the vector $\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    1<br />
  \end{bmatrix}$ is an eigenvector corresponding to the eigenvalue $6$.<br />
  We also see from the second equation, the vector $\begin{bmatrix}<br />
  1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}$ is an eigenvector corresponding to the eigenvalue $3$.<br />
  The equation (*) in the solution (a) also tells us that the vector $\begin{bmatrix}<br />
  -1 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}$ is an eigenvector corresponding to the eigenvalue $0$.</p>
<p>  Note that we have three distinct eigenvalues for $3\times 3$ matrix $A$. So all the algebraic multiplicities for eigenvalues are $1$, hence the geometric multiplicities must be $1$ since the geometric multiplicity is always less than or equal to the algebraic multiplicity.<br />
  Therefore, each eigenspace has dimension $1$. We already found a nonzero vector in each eigenspace, and thus the vector is a basis vector for each eigenspace.<br />
  We denote $E_{\lambda}$ for the eigenspace for eigenvector $\lambda$. Then we have<br />
  \[E_0=\Span\left(\begin{bmatrix}<br />
  -1 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}\right), \quad<br />
  E_3=\Span\left(\begin{bmatrix}<br />
  1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}\right), \quad<br />
  E_6=\Span\left(\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    1<br />
  \end{bmatrix}\right).\] </p>
<h3>(c) Diagonalizable matrix? Invertible matrix? Idempotent matrix? </h3>
<p>Since $A$ has three distinct eigenvalues, $A$ is diagonalizable. (Or, algebraic multiplicities are the same as geometric multiplicities.)<br />
Since the matrix $A$ has $0$ as an eigenvalue. Thus $A$ is not invertible.</p>
<p>If $A$ is idempotent matrix, then the eigenvalues of $A$ is either $0$ or $1$. Thus $A$ is not an idempotent matrix.<br />
(For a proof of this fact, see the post <a href="//yutsumura.com/idempotent-matrix-and-its-eigenvalues/" target="_blank">Eigenvalues of an idempotent matrix</a>.)</p>
<button class="simplefavorite-button has-count" data-postid="1377" data-siteid="1" data-groupid="1" data-favoritecount="14" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">14</span></button><p>The post <a href="https://yutsumura.com/determine-eigenvalues-eigenvectors-diagonalizable-from-a-partial-information-of-a-matrix/" target="_blank">Determine Eigenvalues, Eigenvectors, Diagonalizable From a Partial Information of a Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-eigenvalues-eigenvectors-diagonalizable-from-a-partial-information-of-a-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1377</post-id>	</item>
		<item>
		<title>Idempotent Matrix and its Eigenvalues</title>
		<link>https://yutsumura.com/idempotent-matrix-and-its-eigenvalues/</link>
				<comments>https://yutsumura.com/idempotent-matrix-and-its-eigenvalues/#comments</comments>
				<pubDate>Fri, 11 Nov 2016 22:22:51 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[idempotent]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1356</guid>
				<description><![CDATA[<p>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&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/idempotent-matrix-and-its-eigenvalues/" target="_blank">Idempotent Matrix and its Eigenvalues</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 176</h2>
<p> Let $A$ be an $n \times n$ matrix. We say that $A$ is <strong>idempotent</strong> if $A^2=A$.</p>
<p><strong>(a)</strong> Find a nonzero, nonidentity idempotent matrix.</p>
<p><strong>(b)</strong> Show that eigenvalues of an idempotent matrix $A$ is either $0$ or $1$.</p>
<p>(<em>The Ohio State University, Linear Algebra Final Exam Problem</em>)<br />
&nbsp;<br />
<span id="more-1356"></span><br />

<h2> Proof. </h2>
<h3>(a) Nonzero, nonidentity idempotent matrix </h3>
<p>Let $A=\begin{bmatrix}<br />
  0 &#038; 1\\<br />
  0 &#038; 1<br />
\end{bmatrix}$. Then $A$ is a nonzero, nonidentity matrix and $A$ is idempotent since we have<br />
\[A^2=\begin{bmatrix}<br />
  0 &#038; 1\\<br />
  0 &#038; 1<br />
\end{bmatrix}\begin{bmatrix}<br />
  0 &#038; 1\\<br />
  0 &#038; 1<br />
\end{bmatrix}=\begin{bmatrix}<br />
  0 &#038; 1\\<br />
  0 &#038; 1<br />
\end{bmatrix}=A.\]
<h3> (b) Eigenvalues of an idempotent matrix $A$ is either $0$ or $1$</h3>
<p> Let $\lambda$ be an eigenvalue of the idempotent matrix $A$ and let $\mathbf{x}$ be an eigenvector corresponding to the eigenvalue $\lambda$.<br />
Namely we have<br />
\[A\mathbf{x}=\lambda \mathbf{x}, \mathbf{x}\neq \mathbf{0}. \tag{*} \]
Then we compute $A^2\mathbf{x}$ in two ways.<br />
First, since $A$ is idempotent we have $A^2=A$ and thus we have<br />
\[A^2\mathbf{x}=A\mathbf{x}\stackrel{(*)}{=} \lambda \mathbf{x}.\]
<hr />
<p>Next, we compute as follows.<br />
\begin{align*}<br />
A^2\mathbf{x}=A(A\mathbf{x})\stackrel{(*)}{=}A(\lambda \mathbf{x})=\lambda (A\mathbf{x})\stackrel{(*)}{=}\lambda (\lambda \mathbf{x})=\lambda^2\mathbf{x}.<br />
\end{align*}</p>
<p>Comparing these two computations, we obtain<br />
\[\lambda \mathbf{x}=\lambda^2 \mathbf{x}.\]
Since $\mathbf{x}$ is a nonzero vector (because $\mathbf{x}$ is an eigenvector), we must have<br />
\[\lambda=\lambda^2.\]
Hence solving $\lambda(\lambda-1)=0$, the possible values for $\lambda$ is either $0$ or $1$.<br />
Thus, the idempotent matrix $A$ only have eigenvalues $0$ or $1$.</p>
<h2>Final Exam Problems and Solution. (Linear Algebra Math 2568 at the Ohio State University) </h2>
<p>This problem is one of the final exam problems of Linear Algebra course at the Ohio State University (Math 2568).</p>
<p>The other problems can be found from the links below.</p>
<ol>
<li><a href="//yutsumura.com/find-all-the-eigenvalues-of-4-by-4-matrix/" target="_blank">Find All the Eigenvalues of 4 by 4 Matrix</a></li>
<li><a href="//yutsumura.com/find-a-basis-of-the-eigenspace-corresponding-to-a-given-eigenvalue/" target="_blank">Find a Basis of the Eigenspace Corresponding to a Given Eigenvalue</a></li>
<li><a href="//yutsumura.com/diagonalize-a-2-by-2-matrix-if-diagonalizable/" target="_blank">Diagonalize a 2 by 2 Matrix if Diagonalizable</a></li>
<li><a href="//yutsumura.com/find-an-orthonormal-basis-of-the-range-of-a-linear-transformation/" target="_blank">Find an Orthonormal Basis of the Range of a Linear Transformation</a></li>
<li><a href="//yutsumura.com/the-product-of-two-nonsingular-matrices-is-nonsingular/" target="_blank">The Product of Two Nonsingular Matrices is Nonsingular</a></li>
<li><a href="//yutsumura.com/determine-wether-given-subsets-in-r4-are-subspaces-or-not/" target="_blank">Determine Whether Given Subsets in ℝ4 R 4  are Subspaces or Not</a></li>
<li><a href="//yutsumura.com/find-a-basis-of-the-vector-space-of-polynomials-of-degree-2-or-less-among-given-polynomials/" target="_blank">Find a Basis of the Vector Space of Polynomials of Degree 2 or Less Among Given Polynomials</a></li>
<li><a href="//yutsumura.com/find-values-of-a-b-c-such-that-the-given-matrix-is-diagonalizable/" target="_blank">Find Values of $a , b , c$  such that the Given Matrix is Diagonalizable</a></li>
<li>Idempotent Matrix and its Eigenvalues</a></li>
<li><a href="//yutsumura.com/diagonalize-the-3-by-3-matrix-whose-entries-are-all-one/" target="_blank">Diagonalize the 3 by 3 Matrix Whose Entries are All One</a></li>
<li><a href="//yutsumura.com/given-the-characteristic-polynomial-find-the-rank-of-the-matrix/" target="_blank">Given the Characteristic Polynomial, Find the Rank of the Matrix</a></li>
<li><a href="//yutsumura.com/compute-a10mathbfv-using-eigenvalues-and-eigenvectors-of-the-matrix-a/" target="_blank">Compute $A^{10}\mathbf{v}$  Using Eigenvalues and Eigenvectors of the Matrix $A$</a></li>
<li><a href="//yutsumura.com/determine-whether-there-exists-a-nonsingular-matrix-satisfying-a4aba22a3/" target="_blank">Determine Whether There Exists a Nonsingular Matrix Satisfying $A^4=ABA^2+2A^3$</a></li>
</ol>
<button class="simplefavorite-button has-count" data-postid="1356" data-siteid="1" data-groupid="1" data-favoritecount="31" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">31</span></button><p>The post <a href="https://yutsumura.com/idempotent-matrix-and-its-eigenvalues/" target="_blank">Idempotent Matrix and its Eigenvalues</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/idempotent-matrix-and-its-eigenvalues/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1356</post-id>	</item>
	</channel>
</rss>
