<?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>similar matrix &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/similar-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 20 Nov 2017 06:50:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</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>similar 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>Eigenvalues of Similarity Transformations</title>
		<link>https://yutsumura.com/eigenvalues-of-similarity-transformations/</link>
				<comments>https://yutsumura.com/eigenvalues-of-similarity-transformations/#respond</comments>
				<pubDate>Tue, 13 Jun 2017 16:15:42 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[conjugation]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[similar matrix]]></category>
		<category><![CDATA[similarity transformation]]></category>
		<category><![CDATA[singular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3094</guid>
				<description><![CDATA[<p>Let $A$ be an $n\times n$ complex matrix. Let $S$ be an invertible matrix. (a) If $SAS^{-1}=\lambda A$ for some complex number $\lambda$, then prove that either $\lambda^n=1$ or $A$ is a singular matrix.&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/eigenvalues-of-similarity-transformations/" target="_blank">Eigenvalues of Similarity Transformations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 452</h2>
<p>	Let $A$ be an $n\times n$ complex matrix.<br />
	Let $S$ be an invertible matrix.</p>
<p><strong>(a)</strong> If $SAS^{-1}=\lambda A$ for some complex number $\lambda$, then prove that either $\lambda^n=1$ or $A$ is a singular matrix.</p>
<p><strong>(b)</strong> If $n$ is odd and $SAS^{-1}=-A$, then prove that $0$ is an eigenvalue of $A$.</p>
<p><strong>(c)</strong> Suppose that all the eigenvalues of $A$ are integers and $\det(A) > 0$. If $n$ is odd and $SAS^{-1}=A^{-1}$, then prove that $1$ is an eigenvalue of $A$.</p>
<p>&nbsp;<br />
<span id="more-3094"></span><br />

<h2> Proof. </h2>
<h3>Basic Properties of Determinants</h3>
<p>		We use the following properties of determinants of matrices.<br />
		For $n\times n$ matrices $A, B$, we have</p>
<ol>
<li> $\det(AB)=\det(A)\det(B)$.</li>
<li> $\det(A^{-1})=\det(A)^{-1}$ if $A$ is invertible.</li>
<li>$\det(cA)=c^n\det(A)$ for any complex number $c$.</li>
</ol>
<p>&nbsp;</p>
<h3>(a) If $SAS^{-1}=\lambda A$, then prove that $\lambda^n=1$ or $A$ is a singular matrix.</h3>
<p> Suppose that we have $SAS^{-1}=\lambda A$.<br />
		We consider the determinants of both sides and we have<br />
		\begin{align*}<br />
	\det(SAS^{-1})=\det(\lambda A).<br />
	\end{align*}<br />
	The left hand side becomes<br />
	\begin{align*}<br />
	\det(SAS^{-1})&#038;=\det(S)\det(A)\det(S^{-1}) &#038;&#038;\text{by property 1}\\<br />
	&#038;=\det(S)\det(A)\det(S)^{-1} &#038;&#038;\text{by property 2}\\<br />
	&#038;=\det(A).<br />
	\end{align*}<br />
	The right hand side is by property 3<br />
	\[\det(\lambda A)=\lambda^n \det(A).\]
<p>	Hence we obtain<br />
	\[\det(A)=\lambda^n \det(A).\]
	It follows from this that either $\lambda^n=1$ or $\det(A)=0$.<br />
	In conclusion, either $\lambda^n=1$ or $A$ is a singular matrix.</p>
<h3>(b) If $n$ is odd and $SAS^{-1}=-A$, then prove that $0$ is an eigenvalue of $A$.</h3>
<p>Suppose that we have $SAS^{-1}=-A$.<br />
	Then we have<br />
	\begin{align*}<br />
	&#038;\det(A)=\det(S)\det(A)\det(S)^{-1} \\<br />
	&#038;=\det(S)\det(A)\det(S^{-1}) &#038;&#038;\text{by property 2}\\<br />
	&#038;=\det(SAS^{-1}) &#038;&#038;\text{by property 1}\\<br />
	&#038;=\det(-A) &#038;&#038;\text{by assumption}\\<br />
	&#038;=(-1)^n\det(A) &#038;&#038;\text{by property 3}\\<br />
	&#038;=-\det(A) &#038;&#038;\text{since $n$ is odd.}\\<br />
	\end{align*}</p>
<p>	This yields that $\det(A)=0$.<br />
	Note that the product of all eigenvalues of $A$ is $\det(A)$.<br />
(See the post &#8220;<a href="//yutsumura.com/determinant-trace-and-eigenvalues-of-a-matrix/" target="_blank">Determinant/Trace and Eigenvalues of a Matrix</a>&#8221; for a proof.)<br />
	Thus, $0$ is an eigenvalue of $A$.</p>
<h3>(c) Note that as $\det(A) > 0$, the matrix $A$ is invertible.<br />
	Suppose that $SAS^{-1}=A^{-1}$.<br />
	Then we have<br />
	\begin{align*}<br />
	&#038;\det(A)=\det(S)\det(A)\det(S)^{-1} \\<br />
	&#038;=\det(S)\det(A)\det(S^{-1}) &#038;&#038;\text{by property 2}\\<br />
	&#038;=\det(SAS^{-1}) &#038;&#038;\text{by property 1}\\<br />
	&#038;=\det(A^{-1}) &#038;&#038;\text{by assumption}\\<br />
	&#038;=\det(A)^{-1} &#038;&#038;\text{by property 2}.<br />
	\end{align*}<br />
	Thus we have $\det(A)^2=1$, hence $\det(A)=1$ as $\det(A) > 0$ by assumption.</p>
<hr />
<p>	Note again that the product of all eigenvalues of $A$ is $\det(A)$.<br />
	Since the eigenvalues of $A$ are integers by assumption, the eigenvalues of $A$ are either $1$ or $-1$.</p>
<p>	If all of the $n$ eigenvalues of $A$ are $-1$, then the determinant is<br />
	\[\det(A)=(-1)^n=-1\]
	since $n$ is odd, and this is a contradiction.<br />
	Thus, at least one of the eigenvalues must be $1$.</p>
<p>	This completes the proof.</p>
<h2>Similar Transformation (conjugate) </h2>
<p>A transformation $A$ to $SAS^{-1}$, for some invertible matrix $S$, is called a <strong>similarity transformation</strong> or <strong>conjugation</strong> of the matrix $A$.</p>
<p>We say that matrices $A$ and $B$ are <strong>similar</strong> if there exists an invertible matrix $S$ such that $B=SAS^{-1}$.<br />
In other words, $A$ is similar to $B$ if there is a similarity transformation from $A$ to $B$.</p>
<p>Check out the following problems about similar matrices.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Problem</strong>. Is the matrix $A=\begin{bmatrix}<br />
	  -1 &#038; 6\\<br />
	  -2&#038; 6<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  1 &#038; 2\\<br />
	  -1&#038; 4<br />
	\end{bmatrix}$?</div>
<p>For a solution together with similar problems, see the post &#8220;<a href="//yutsumura.com/determine-whether-given-matrices-are-similar/" target="_blank">Determine whether given matrices are similar</a>&#8220;.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Problem</strong>.  Let $A, B$ be matrices. Show that if $A$ is diagonalizable and if $B$ is similar to $A$, then $B$ is diagonalizable.</div>
<p>For a proof, see the post &#8220;<a href="//yutsumura.com/a-matrix-similar-to-a-diagonalizable-matrix-is-also-diagonalizable/" target="_blank">A matrix similar to a diagonalizable matrix is also diagonalizable</a>&#8220;.</p>
<button class="simplefavorite-button has-count" data-postid="3094" data-siteid="1" data-groupid="1" data-favoritecount="21" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">21</span></button><p>The post <a href="https://yutsumura.com/eigenvalues-of-similarity-transformations/" target="_blank">Eigenvalues of Similarity Transformations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/eigenvalues-of-similarity-transformations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3094</post-id>	</item>
		<item>
		<title>Determine Whether Given Matrices are Similar</title>
		<link>https://yutsumura.com/determine-whether-given-matrices-are-similar/</link>
				<comments>https://yutsumura.com/determine-whether-given-matrices-are-similar/#comments</comments>
				<pubDate>Thu, 27 Apr 2017 03:44:30 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[diagonalizable]]></category>
		<category><![CDATA[diagonalization]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[similar]]></category>
		<category><![CDATA[similar matrix]]></category>
		<category><![CDATA[trace]]></category>
		<category><![CDATA[trace of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2793</guid>
				<description><![CDATA[<p>(a) Is the matrix $A=\begin{bmatrix} 1 &#038; 2\\ 0&#038; 3 \end{bmatrix}$ similar to the matrix $B=\begin{bmatrix} 3 &#038; 0\\ 1&#038; 2 \end{bmatrix}$? &#160; (b) Is the matrix $A=\begin{bmatrix} 0 &#038; 1\\ 5&#038; 3 \end{bmatrix}$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-whether-given-matrices-are-similar/" target="_blank">Determine Whether Given Matrices are Similar</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 391</h2>
<p><strong>(a)</strong> Is the matrix $A=\begin{bmatrix}<br />
	  1 &#038; 2\\<br />
	  0&#038; 3<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  3 &#038; 0\\<br />
	  1&#038; 2<br />
	\end{bmatrix}$? &nbsp;</p>
<p><strong>(b)</strong> Is the matrix $A=\begin{bmatrix}<br />
	  0 &#038; 1\\<br />
	  5&#038; 3<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  1 &#038; 2\\<br />
	  4&#038; 3<br />
	\end{bmatrix}$?&nbsp;</p>
<p><strong>(c)</strong> Is the matrix $A=\begin{bmatrix}<br />
	  -1 &#038; 6\\<br />
	  -2&#038; 6<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  3 &#038; 0\\<br />
	  0&#038; 2<br />
	\end{bmatrix}$?&nbsp;</p>
<p><strong>(d)</strong> Is the matrix $A=\begin{bmatrix}<br />
	  -1 &#038; 6\\<br />
	  -2&#038; 6<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  1 &#038; 2\\<br />
	  -1&#038; 4<br />
	\end{bmatrix}$?</p>
<p>&nbsp;<br />
<span id="more-2793"></span><br />
&nbsp;<br />

<h2>Solution.</h2>
<h3>(a) Is the matrix $A=\begin{bmatrix}<br />
	  1 &#038; 2\\<br />
	  0&#038; 3<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  3 &#038; 0\\<br />
	  1&#038; 2<br />
	\end{bmatrix}$?</h3>
<p> Recall that <a href="//yutsumura.com/if-two-matrices-are-similar-then-their-determinants-are-the-same/" target="_blank">if $A$ and $B$ are similar, then their determinants are the same</a>.<br />
			We compute<br />
			\begin{align*}<br />
	\det(A)=(1)(3)-(2)(0)=3 \text{ and } \det(B)=(3)(2)-(0)(1)=6.<br />
	\end{align*}<br />
	Thus, $\det(A)\neq \det(B)$, and hence $A$ and $B$ are not similar.</p>
<h3>
(b) Is the matrix $A=\begin{bmatrix}<br />
	  0 &#038; 1\\<br />
	  5&#038; 3<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  1 &#038; 2\\<br />
	  4&#038; 3<br />
	\end{bmatrix}$?</h3>
<p> It is straightforward to check that $\det(A)=-5=\det(B)$. Thus determinants does not help here.<br />
	We recall that if $A$ and $B$ are similar, then their traces are the same. (See Problem &#8220;<a href="//yutsumura.com/similar-matrices-have-the-same-eigenvalues/" target="_blank">Similar matrices have the same eigenvalues</a>&#8220;.)<br />
	We compute<br />
	\begin{align*}<br />
	\tr(A)=0+3=3 \text{ and } \tr(B)=1+3=4,<br />
	\end{align*}<br />
	and thus $\tr(A)\neq\tr(B)$.<br />
	Hence $A$ and $B$ are not similar.</p>
<h3>(c) Is the matrix $A=\begin{bmatrix}<br />
	  -1 &#038; 6\\<br />
	  -2&#038; 6<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  3 &#038; 0\\<br />
	  0&#038; 2<br />
	\end{bmatrix}$?</h3>
<p> We see that<br />
	\[\det(A)=6=\det(B) \text{ and } \tr(A)=5=\tr(B).\]
	Thus, the determinants and traces do not give any information about similarity.<br />
	The characteristic polynomial of $A$ is given by<br />
	\begin{align*}<br />
	p(t)&#038;=\det(A-tI)\\<br />
	&#038;=\begin{vmatrix}<br />
	  -1-t &#038; 6\\<br />
	  -2&#038; 6-t<br />
	\end{vmatrix}\\<br />
	&#038;=(-1-t)(6-t)-(6)(-2)\\<br />
	&#038;=t^2-5t+6.<br />
	\end{align*}<br />
	(Note that since we found the determinant and trace of $A$, we could have found the characteristic polynomial from the formula $p(t)=t^2-\tr(A)t+\det(A)$.)</p>
<p>	Since $p(t)=(t-2)(t-3)$, the eigenvalue of $A$ are $2$ and $3$.<br />
	Since $A$ has two distinct eigenvalues, it is diagonalizable.<br />
	That is, there exists a nonsingular matrix $S$ such that<br />
	\[S^{-1}AS=\begin{bmatrix}<br />
	  2 &#038; 0\\<br />
	  0&#038; 3<br />
	\end{bmatrix}=B.\]
	Thus, $A$ and $B$ are similar.</p>
<h3>(d) Is the matrix $A=\begin{bmatrix}<br />
	  -1 &#038; 6\\<br />
	  -2&#038; 6<br />
	\end{bmatrix}$ similar to the matrix $B=\begin{bmatrix}<br />
	  1 &#038; 2\\<br />
	  -1&#038; 4<br />
	\end{bmatrix}$?</h3>
<p> We see that<br />
	\[\det(A)=6=\det(B) \text{ and } \tr(A)=5=\tr(B).\]
	It follows from the formula $p(t)=t^2-\tr(A)t+\det(A)$ (or just computing directly) that the characteristic polynomials of $A$ and $B$ are both<br />
	\[t^2-5t+6=(t-2)(t-3).\]
	Thus, the eigenvalues of $A$ and $B$ are $2, 3$. Hence both $A$ and $B$ are diagonalizable.<br />
	There exist nonsingular matrices $S$ and $P$ such that<br />
	\[S^{-1}AS=\begin{bmatrix}<br />
	  2 &#038; 0\\<br />
	  0&#038; 3<br />
	\end{bmatrix} \text{ and } P^{-1}BP=\begin{bmatrix}   2 &#038; 0\\<br />
	  0&#038; 3<br />
	\end{bmatrix}. \]
	So we have $S^{-1}AS=P^{-1}BP$, and hence<br />
	\[PS^{-1}ASP^{-1}=B.\]
	Putting $U=SP^{-1}$, we have<br />
	\[U^{-1}AU=B.\]
	(Since the product of invertible matrices is invertible, the matrix $U$ is invertible.)<br />
	Therefore $A$ and $B$ are similar.</p>
<h2> Related Question. </h2>
<p>For more problems about similar matrices, check out the following posts:</p>
<ul>
<li><a href="//yutsumura.com/problems-and-solutions-about-similar-matrices/" target="_blank">Problems and solutions about similar matrices</a></li>
<li><a href="//yutsumura.com/a-matrix-similar-to-a-diagonalizable-matrix-is-also-diagonalizable/" target="_blank">A matrix similar to a diagonalizable matrix is also diagonalizable</a></li>
</ul>
<button class="simplefavorite-button has-count" data-postid="2793" data-siteid="1" data-groupid="1" data-favoritecount="47" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">47</span></button><p>The post <a href="https://yutsumura.com/determine-whether-given-matrices-are-similar/" target="_blank">Determine Whether Given Matrices are Similar</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-whether-given-matrices-are-similar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2793</post-id>	</item>
		<item>
		<title>If Two Matrices are Similar, then their Determinants are the Same</title>
		<link>https://yutsumura.com/if-two-matrices-are-similar-then-their-determinants-are-the-same/</link>
				<comments>https://yutsumura.com/if-two-matrices-are-similar-then-their-determinants-are-the-same/#comments</comments>
				<pubDate>Thu, 27 Apr 2017 03:11:36 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[similar]]></category>
		<category><![CDATA[similar matrix]]></category>
		<category><![CDATA[trace]]></category>
		<category><![CDATA[trace of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2791</guid>
				<description><![CDATA[<p>Prove that if $A$ and $B$ are similar matrices, then their determinants are the same. &#160; Proof. Suppose that $A$ and $B$ are similar. Then there exists a nonsingular matrix $S$ such that \[S^{-1}AS=B\]&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-two-matrices-are-similar-then-their-determinants-are-the-same/" target="_blank">If Two Matrices are Similar, then their Determinants are the Same</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 390</h2>
<p> Prove that if $A$ and $B$ are similar matrices, then their determinants are the same.</p>
<p>&nbsp;<br />
<span id="more-2791"></span></p>
<h2> Proof. </h2>
<p>		Suppose that $A$ and $B$ are similar. Then there exists a nonsingular matrix $S$ such that<br />
		\[S^{-1}AS=B\]
		by definition.<br />
		Then we have<br />
		\begin{align*}<br />
	&#038;\det(B)\\<br />
	&#038;=\det(S^{-1}AS)\\<br />
	&#038;=\det(S)^{-1}\det(A)\det(S) \\<br />
	&#038; \text{(by multiplicative properties of determinants)}\\<br />
	&#038;=\det(A) \\<br />
	&#038;\text{(since determinants are just numbers, hence commutative).}<br />
	\end{align*}</p>
<p>	Thus, we obtain $\det(A)=\det(B)$ as required.</p>
<h2> Related Question. </h2>
<p>More generally, we can prove that if $A$ and $B$ are similar, then their characteristic polynomials are the same.<br />
From this, we also can deduce that the determinants of $A$ and $B$ are the same as well as their traces are the same.</p>
<p>For a proof, see the post &#8220;<a href="//yutsumura.com/similar-matrices-have-the-same-eigenvalues/" target="_blank">Similar matrices have the same eigenvalues</a>&#8220;.</p>
<button class="simplefavorite-button has-count" data-postid="2791" data-siteid="1" data-groupid="1" data-favoritecount="47" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">47</span></button><p>The post <a href="https://yutsumura.com/if-two-matrices-are-similar-then-their-determinants-are-the-same/" target="_blank">If Two Matrices are Similar, then their Determinants are the Same</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-two-matrices-are-similar-then-their-determinants-are-the-same/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2791</post-id>	</item>
		<item>
		<title>Problems and Solutions About Similar Matrices</title>
		<link>https://yutsumura.com/problems-and-solutions-about-similar-matrices/</link>
				<comments>https://yutsumura.com/problems-and-solutions-about-similar-matrices/#respond</comments>
				<pubDate>Tue, 28 Feb 2017 20:24:15 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[equivalence relation]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[similar matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2321</guid>
				<description><![CDATA[<p>Let $A, B$, and $C$ be $n \times n$ matrices and $I$ be the $n\times n$ identity matrix. Prove the following statements. (a) If $A$ is similar to $B$, then $B$ is similar to&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/problems-and-solutions-about-similar-matrices/" target="_blank">Problems and Solutions About Similar Matrices</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 319</h2>
<p> Let $A, B$, and $C$ be $n \times n$ matrices and $I$ be the $n\times n$ identity matrix.<br />
	Prove the following statements.</p>
<p>        <strong>(a)</strong> If $A$ is similar to $B$, then $B$ is similar to $A$.	</p>
<p>        <strong>(b)</strong> $A$ is similar to itself.</p>
<p>        <strong>(c)</strong> If $A$ is similar to $B$ and $B$ is similar to $C$, then $A$ is similar to $C$.</p>
<p> 	<strong>(d)</strong> If $A$ is similar to the identity matrix $I$, then $A=I$.</p>
<p>	<strong>(e)</strong> If $A$ or $B$ is nonsingular, then $AB$ is similar to $BA$.</p>
<p>	<strong>(f)</strong> If $A$ is similar to $B$, then $A^k$ is similar to $B^k$ for any positive integer $k$.</p>
<p>&nbsp;<br />
<span id="more-2321"></span></p>

<h2>Definition.</h2>
<p>We say that a matrix $A$ is <strong>similar</strong> to a matrix $B$ is there exists a nonsingular (invertible) matrix $P$ such that<br />
\[B=P^{-1}AP.\]
<h2> Proof. </h2>
<h3> (a) If $A$ is similar to $B$, then $B$ is similar to $A$.</h3>
<p> If $A$ is similar to $B$, then there exists a nonsingular matrix $P$ such that $B=P^{-1}AP$.<br />
			Let $Q=P^{-1}$. Since $P$ is nonsingular, so is $Q$.<br />
			Then we have<br />
			\begin{align*}<br />
			Q^{-1}BQ&#038;=(P^{-1})^{-1}BP^{-1}=PBP^{-1}\\<br />
			&#038;=P(P^{-1}AP)P^{-1}=IAI=A.<br />
			\end{align*}<br />
			Hence $B$ is similar to $A$.</p>
<h3> (b) $A$ is similar to iteself.</h3>
<p>Since the identity matrix $I$ is nonsingular and we have<br />
			\[A=I^{-1}AI,\]
			the matrix $A$ is similar to $A$ itself.</p>
<h3> (c) If $A$ is similar to $B$ and $B$ is similar to $C$, then $A$ is similar to $C$.</h3>
<p> If $A$ is similar to $B$, we have<br />
			\[B=P^{-1}AP,\]
			for some nonsingular matrix $P$.<br />
			Also, if $B$ is similar to $C$, we have<br />
			\[C=Q^{-1}BQ,\]
			for some nonsingular matrix $Q$.<br />
			Then we have<br />
			\begin{align*}<br />
			C&#038;=Q^{-1}BQ\\<br />
			&#038;=Q^{-1}(P^{-1}AP)Q\\<br />
			&#038;=(PQ)^{-1}A(PQ).<br />
			\end{align*}<br />
			Let $R=PQ$. Since both $P$ and $Q$ are nonsingular, $R=PQ$ is also nonsingular.<br />
			The above computation yields that we have<br />
			\[C=R^{-1}AR,\]
			hence $A$ is similar to $C$.</p>
<h3>(d) If $A$ is similar to the identity matrix $I$, then $A=I$.</h3>
<p>Since $A$ is similar to $I$, there exists a nonsingular matrix $P$ such that<br />
		\[A=P^{-1}IP.\]
		Since $P^{-1}IP=I$, we have $A=I$.</p>
<h3>(e) If $A$ or $B$ is nonsingular, then $AB$ is similar to $BA$.</h3>
<p>Suppose first that $A$ is nonsingular. Then $A$ is invertible, hence the inverse matrix $A^{-1}$ exists.<br />
		Then we have<br />
		\begin{align*}<br />
		A^{-1}(AB)A=A^{-1}ABA=IBA=BA,<br />
		\end{align*}<br />
		hence $AB$ and $BA$ are similar.</p>
<p>		Analogously, if $B$ is nonsingular, then the inverse matrix $B^{-1}$ exists.<br />
		We have<br />
		\begin{align*}<br />
		B^{-1}(BA)B=B^{-1}BAB=IAB=AB,<br />
		\end{align*}<br />
		hence $AB$ and $BA$ are similar.</p>
<h3>(f) If $A$ is similar to $B$, then $A^k$ is similar to $B^k$.</h3>
<p> If $A$ is similar to $B$, then we have<br />
			\[B=P^{-1}AP\]
			for some nonsingular matrix $P$.<br />
			Then we have for a positive integer $k$<br />
			\begin{align*}<br />
		B^{k}&#038;=(P^{-1}AP)^k\\<br />
		&#038;=\underbrace{(P^{-1}AP)(P^{-1}AP)\cdots (P^{-1}AP)}_{k \text{ times}} \\<br />
		&#038;=P^{-1}A^kP<br />
		\end{align*}<br />
		since we can cancel $P$ and $P^{-1}$ in between.<br />
		Hence $A^k$ and $B^k$ are similar.</p>
<h2>Comment.</h2>
<p>Part (a), (b), (c) show that similarity is an equivalence relation.</p>
<button class="simplefavorite-button has-count" data-postid="2321" data-siteid="1" data-groupid="1" data-favoritecount="27" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">27</span></button><p>The post <a href="https://yutsumura.com/problems-and-solutions-about-similar-matrices/" target="_blank">Problems and Solutions About Similar Matrices</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/problems-and-solutions-about-similar-matrices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2321</post-id>	</item>
		<item>
		<title>Dimension of Null Spaces of Similar Matrices are the Same</title>
		<link>https://yutsumura.com/dimension-of-null-spaces-of-similar-matrices-are-the-same/</link>
				<comments>https://yutsumura.com/dimension-of-null-spaces-of-similar-matrices-are-the-same/#respond</comments>
				<pubDate>Sat, 17 Dec 2016 21:19:43 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[isomorphism of vector spaces]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kernel of a matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[null space]]></category>
		<category><![CDATA[nullity]]></category>
		<category><![CDATA[similar]]></category>
		<category><![CDATA[similar matrix]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1571</guid>
				<description><![CDATA[<p>Suppose that $n\times n$ matrices $A$ and $B$ are similar. Then show that the nullity of $A$ is equal to the nullity of $B$. In other words, the dimension of the null space (kernel)&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/dimension-of-null-spaces-of-similar-matrices-are-the-same/" target="_blank">Dimension of Null Spaces of Similar Matrices are the Same</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 222</h2>
<p> Suppose that $n\times n$ matrices $A$ and $B$ are similar.</p>
<p> Then show that the nullity of $A$ is equal to the nullity of $B$.<br />
 In other words, the dimension of the null space (kernel) $\calN(A)$ of $A$ is the same as the dimension of the null space $\calN(B)$ of $B$.</p>
<p>&nbsp;<br />
<span id="more-1571"></span><br />

<h2>Definitions/Hint.</h2>
<p>The <strong>null space (kernel)</strong> of an $m \times n$ matrix $A$ is the subspace of $\R^m$ defined by<br />
\[\calN(A)=\{\mathbf{x} \in \R^m \mid A\mathbf{x}=\mathbf{0}\}.\]
<p>Two matrices $A$ and $B$ are <strong>similar</strong> if there exists an invertible matrix $S$ such that<br />
\[A=S^{-1}BS.\]
<p>To show that the dimensions of $\calN(A)$ and $\calN(B)$ are equal, find an isomorphism between these vector spaces using the fact that matrices $A$ and $B$ are similar.</p>
<h2> Proof. </h2>
<p>	Since $A$ and $B$ are similar, there exists an invertible matrix $S$ such that<br />
	\[A=S^{-1}BS.\]
	Observe that if $\mathbf{x}\in \calN(A)$, then we have<br />
	\begin{align*}<br />
A\mathbf{x}=\mathbf{0}\\<br />
\Leftrightarrow<br />
(S^{-1}BS)\mathbf{x}=\mathbf{0}\\<br />
\Leftrightarrow<br />
B(S\mathbf{x})=\mathbf{0}.<br />
\end{align*}</p>
<p>Therefore we have<br />
\[S\mathbf{x} \in \calN(B).\]
From this observation, we define the map<br />
\[\Psi: \calN(A) \to \calN(B)\]
by sending $\mathbf{x} \in \calN(A)$ to $S\mathbf{x}\in \calN(B)$.</p>
<hr />
<p>We claim that the map $\Psi$ is an isomorphism of vector spaces.</p>
<p>To see that $\Psi$ is a linear transformation, let $\mathbf{x}, \mathbf{y} \in \calN(A)$, and $c$ be a scalar.<br />
Then we have<br />
\begin{align*}<br />
\Psi(\mathbf{x}+\mathbf{y})=S(\mathbf{x}+\mathbf{y})=S\mathbf{x}+S\mathbf{y}=\Psi(\mathbf{x})+\Psi(\mathbf{y})<br />
\end{align*}<br />
and<br />
\begin{align*}<br />
\Psi(c\mathbf{x})=S(c\mathbf{x})=cS\mathbf{x}=c\Psi(\mathbf{x}).<br />
\end{align*}<br />
Thus $\Psi$ is a linear transformation.</p>
<hr />
<p>To show that $\Psi$ is an isomorphism, we give the inverse linear transformation of $\Psi$.</p>
<p>We define $\Phi:\calN(B) \to \calN(A)$ to be a map sending $\mathbf{x} \in \calN(B)$ to $S^{-1}\mathbf{x} \in \calN(A)$.<br />
By a similar argument as above, we can show that the element $S^{-1}\mathbf{x}$ is indeed in $\calN(A)$ and $\Phi$ is a linear transformation and it is straightforward to see that $\Psi\circ \Phi=\id_{\calN(B)}$ and $\Phi \circ \Psi=\id_{\calN(A)}$.<br />
Hence $\Phi$ is the inverse of $\Psi$, and $\Psi$ is an isomorphism. </p>
<p>Therefore the vector spaces $\calN(A)$ and $\calN(B)$ are isomorphic, and hence their dimensions are the same.</p>
<h2>Comment.</h2>
<p>Instead of finding the inverse linear transformation, you may directly show that the map $\Psi$ is bijective (injective and surjective).</p>
<button class="simplefavorite-button has-count" data-postid="1571" data-siteid="1" data-groupid="1" data-favoritecount="8" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">8</span></button><p>The post <a href="https://yutsumura.com/dimension-of-null-spaces-of-similar-matrices-are-the-same/" target="_blank">Dimension of Null Spaces of Similar Matrices are the Same</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/dimension-of-null-spaces-of-similar-matrices-are-the-same/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1571</post-id>	</item>
		<item>
		<title>A Matrix Similar to a Diagonalizable Matrix is Also Diagonalizable</title>
		<link>https://yutsumura.com/a-matrix-similar-to-a-diagonalizable-matrix-is-also-diagonalizable/</link>
				<comments>https://yutsumura.com/a-matrix-similar-to-a-diagonalizable-matrix-is-also-diagonalizable/#comments</comments>
				<pubDate>Thu, 08 Dec 2016 07:26:00 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[diagonal matrix]]></category>
		<category><![CDATA[diagonalizable]]></category>
		<category><![CDATA[diagonalizable matrix]]></category>
		<category><![CDATA[diagonalization]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[similar]]></category>
		<category><![CDATA[similar matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1527</guid>
				<description><![CDATA[<p>Let $A, B$ be matrices. Show that if $A$ is diagonalizable and if $B$ is similar to $A$, then $B$ is diagonalizable. &#160; Definitions/Hint. Recall the relevant definitions. Two matrices $A$ and $B$ are&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/a-matrix-similar-to-a-diagonalizable-matrix-is-also-diagonalizable/" target="_blank">A Matrix Similar to a Diagonalizable Matrix is Also Diagonalizable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 213</h2>
<p>  Let $A, B$ be matrices. Show that if $A$ is diagonalizable and if $B$ is similar to $A$, then $B$ is diagonalizable.</p>
<p>&nbsp;<br />
<span id="more-1527"></span><br />

<h2>Definitions/Hint.</h2>
<p>Recall the relevant definitions.</p>
<ul>
<li>Two matrices $A$ and $B$ are <strong>similar</strong> if there exists a nonsingular (invertible) matrix $S$ such that<br />
\[S^{-1}BS=A.\]</li>
<li>A matrix $A$ is <strong>diagonalizable</strong> if $A$ is similar to a diagonal matrix. Namely, $A$ is diagonalizable if there exist a nonsingular matrix $S$ and a diagonal matrix $D$ such that<br />
\[S^{-1}AS=D.\]</li>
</ul>
<p>Some useful facts are</p>
<ul>
<li>If $S$ and $T$ are invertible matrices, then we have<br />
\[(TS)^{-1}=S^{-1}T^{-1}.\]
(Note the order of the product.)
</li>
<li>A matrix is nonsingular if and only if its determinant is nonzero.</li>
</ul>
<h2> Proof. </h2>
<p>	Since the matrix $A$ is diagonalizable, there exist a nonsingular matrix $S$ and a diagonal matrix $D$ such that<br />
	\[S^{-1}AS=D. \tag{*}\]
	Also, since $B$ is similar to $A$, there exist a nonsingular matrix $T$ such that<br />
	\[T^{-1}BT=A. \tag{**}\]
<p>	Inserting the expression of $A$ from (**) into the equality (*), we obtain<br />
\begin{align*}<br />
D&#038;=S^{-1}(T^{-1}BT)S\\<br />
&#038;=(S^{-1}T^{-1})B(TS)\\<br />
&#038;=(TS)^{-1}B(TS) \tag{***}.<br />
\end{align*}</p>
<hr />
<p>Now let us put $U:=TS$. Then the matrix $U$ is nonsingular.<br />
(This is because we have<br />
\[\det(U)=\det(TS)=\det(T)\det(S)\neq 0\]
since $T$ and $S$ are nonsingular matrices, hence their determinants are not zero.)</p>
<p>Therefore from (***) we have<br />
\[D=U^{-1}BU,\]
where $D$ is a diagonal matrix and $U$ is a nonsingular matrix.<br />
Thus $B$ is a diagonalizable matrix.</p>
<button class="simplefavorite-button has-count" data-postid="1527" data-siteid="1" data-groupid="1" data-favoritecount="21" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">21</span></button><p>The post <a href="https://yutsumura.com/a-matrix-similar-to-a-diagonalizable-matrix-is-also-diagonalizable/" target="_blank">A Matrix Similar to a Diagonalizable Matrix is Also Diagonalizable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/a-matrix-similar-to-a-diagonalizable-matrix-is-also-diagonalizable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1527</post-id>	</item>
		<item>
		<title>Powers of a Diagonal Matrix</title>
		<link>https://yutsumura.com/powers-of-a-diagonal-matrix/</link>
				<comments>https://yutsumura.com/powers-of-a-diagonal-matrix/#comments</comments>
				<pubDate>Thu, 21 Jul 2016 18:35:10 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[induction]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[similar matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=69</guid>
				<description><![CDATA[<p>Let $A=\begin{bmatrix} a &#38; 0\\ 0&#38; b \end{bmatrix}$. Show that (1) $A^n=\begin{bmatrix} a^n &#38; 0\\ 0&#38; b^n \end{bmatrix}$ for any $n \in \N$. (2) Let $B=S^{-1}AS$, where $S$ be an invertible $2 \times 2$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/powers-of-a-diagonal-matrix/" target="_blank">Powers of a Diagonal Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 7</h2>
<p>Let $A=\begin{bmatrix}<br />
a &amp; 0\\<br />
0&amp; b<br />
\end{bmatrix}$.<br />
Show that</p>
<p><strong>(1)</strong> $A^n=\begin{bmatrix}<br />
a^n &amp; 0\\<br />
0&amp; b^n<br />
\end{bmatrix}$ for any $n \in \N$.</p>
<p><strong>(2) </strong>Let $B=S^{-1}AS$, where $S$ be an invertible $2 \times 2$ matrix.<br />
Show that $B^n=S^{-1}A^n S$ for any $n \in \N$</p>
<p><span id="more-69"></span><br />

<h2>Hint.</h2>
<p>Use mathematical induction.</p>
<h2> Proof. </h2>
<p><strong>(1)</strong> We prove $A^n=\begin{bmatrix}<br />
a^n &amp; 0\\<br />
0&amp; b^n<br />
\end{bmatrix}$ by induction on $n$.<br />
The base case $n=1$ is true by definition.</p>
<p>Suppose that $A^k=\begin{bmatrix}<br />
a^k &amp; 0\\<br />
0&amp; b^k<br />
\end{bmatrix}$. Then we have<br />
\[A^{k+1}=AA^k =\begin{bmatrix}<br />
a &amp; 0\\<br />
0&amp; b<br />
\end{bmatrix}<br />
\begin{bmatrix}<br />
a^k &amp; 0\\<br />
0&amp; b^k<br />
\end{bmatrix}<br />
=\begin{bmatrix}<br />
a^{k+1} &amp; 0\\<br />
0&amp; b^{k+1}<br />
\end{bmatrix}.\]
Here we used the induction hypothesis in the second equality.<br />
Hence the inductive step holds. This completes the proof.</p>
<hr />
<p><strong>(2)</strong> We show that $B^n=S^{-1}A^n S$ by induction on $n$.<br />
When $n=1$, this is just the definition of $B$.</p>
<p>For induction step, assume that $B^k=S^{-1} A^k S$.<br />
Then we have<br />
\[B^{k+1}=B B^k=(S^{-1} A S) (S^{-1} A^k S)=S^{-1}A A^k S=S^{-1} A^{k+1} S,\]
where we used the induction hypothesis in the second equality and the third equality follows by canceling $S S^{-1}=I_2$ in the middle.</p>
<p>Thus the inductive step holds, and this competes the proof.</p>
<button class="simplefavorite-button has-count" data-postid="69" data-siteid="1" data-groupid="1" data-favoritecount="50" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">50</span></button><p>The post <a href="https://yutsumura.com/powers-of-a-diagonal-matrix/" target="_blank">Powers of a Diagonal Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/powers-of-a-diagonal-matrix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">69</post-id>	</item>
	</channel>
</rss>
