<?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>complex eigenvalue &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/complex-eigenvalue/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 18 Dec 2017 05:54:10 +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>complex eigenvalue &#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>Find Eigenvalues, Eigenvectors, and Diagonalize the 2 by 2 Matrix</title>
		<link>https://yutsumura.com/find-eigenvalues-eigenvectors-and-diagonalize-the-2-by-2-matrix/</link>
				<comments>https://yutsumura.com/find-eigenvalues-eigenvectors-and-diagonalize-the-2-by-2-matrix/#respond</comments>
				<pubDate>Mon, 18 Dec 2017 05:54:10 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[complex eigenvalue]]></category>
		<category><![CDATA[diagonalization]]></category>
		<category><![CDATA[diagonalize a matrix]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[linear algebra]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6235</guid>
				<description><![CDATA[<p>Consider the matrix $A=\begin{bmatrix} a &#038; -b\\ b&#038; a \end{bmatrix}$, where $a$ and $b$ are real numbers and $b\neq 0$. (a) Find all eigenvalues of $A$. (b) For each eigenvalue of $A$, determine the&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-eigenvalues-eigenvectors-and-diagonalize-the-2-by-2-matrix/" target="_blank">Find Eigenvalues, Eigenvectors, and Diagonalize the 2 by 2 Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 630</h2>
<p>Consider the matrix $A=\begin{bmatrix}<br />
  a &#038; -b\\<br />
  b&#038; a<br />
\end{bmatrix}$, where $a$ and $b$ are real numbers and $b\neq 0$.</p>
<p><strong>(a)</strong> Find all eigenvalues of $A$.</p>
<p><strong>(b)</strong> For each eigenvalue of $A$, determine the eigenspace $E_{\lambda}$.</p>
<p><strong>(c)</strong> Diagonalize the matrix $A$ by finding a nonsingular matrix $S$ and a diagonal matrix $D$ such that $S^{-1}AS=D$.	</p>
<p>&nbsp;<br />
<span id="more-6235"></span><br />

<h2>Solution.</h2>
<h3>(a) Find all eigenvalues of $A$.</h3>
<p>The characteristic polynomial $p(t)$ of the matrix $A$ is<br />
	\begin{align*}<br />
p(t)&#038;=\det(A-tI) = \begin{vmatrix}<br />
  a-t &#038; -b\\<br />
  b&#038; a-t<br />
\end{vmatrix}\\[6pt]
&#038;=(a-t)^2+b^2.<br />
\end{align*}</p>
<p>The eigenvalues of $A$ are roots of $p(t)$.<br />
So we solve $p(t)=0$. We have<br />
\begin{align*}<br />
&#038; \quad (a-t)^2+b^2=0\\<br />
\Leftrightarrow &#038; \quad (a-t)^2=-b^2\\<br />
\Leftrightarrow &#038;\quad a-t =\pm i b\\<br />
\Leftrightarrow &#038;\quad t= a \pm ib.<br />
\end{align*}<br />
Here $i=\sqrt{-1}$.</p>
<p>Thus, the eigenvalues of $A$ are $a\pm ib$.</p>
<h3>(b) For each eigenvalue of $A$, determine the eigenspace $E_{\lambda}$.</h3>
<p>We first determine the eigenspace $E_{\lambda}$ for $\lambda = a+ib$.<br />
Recall that by definition $E_{\lambda}=\calN(A-\lambda I)$, the nullspace of $A-\lambda I$.</p>
<p>We compute<br />
\begin{align*}<br />
A-(a+ib)I=\begin{bmatrix}<br />
  -ib &#038; -b\\<br />
  b&#038; -ib<br />
\end{bmatrix}<br />
\xrightarrow{\frac{i}{b}R_1}<br />
\begin{bmatrix}<br />
  1 &#038; -i\\<br />
  b&#038; -ib<br />
\end{bmatrix}<br />
\xrightarrow{R_2-bR_1}<br />
\begin{bmatrix}<br />
  1 &#038; -i\\<br />
  0&#038; 0<br />
\end{bmatrix}.<br />
\end{align*}<br />
Note that in the above row reduction, we needed the assumption $b\neq 0$.</p>
<p>It follows that the general solution of the system is $x_1=i x_2$.<br />
Hence, we have<br />
\[E_{a+ib} =\Span \left(\,  \begin{bmatrix}<br />
  i \\<br />
  1<br />
\end{bmatrix} \,\right).\]
<hr />
<p>Note that the other eigenvalue $a-ib$ is the complex conjugate of $a+ib$.<br />
It follows that the eigenspace $E_{a-ib}$ is obtained by conjugating the eigenspace $E_{a+ib}$.<br />
Thus,<br />
\[E_{a-ib} =\Span \left(\,  \begin{bmatrix}<br />
  -i \\<br />
  1<br />
\end{bmatrix} \,\right).\]
<h3>(c) Diagonalize the matrix $A$ </h3>
<p>From part (b), we see that<br />
\[\begin{bmatrix}<br />
  i \\<br />
  1<br />
\end{bmatrix} \text{ and } \begin{bmatrix}<br />
  -i \\<br />
  1<br />
\end{bmatrix}\]
form an eigenbasis for $\C^2$.</p>
<p>So, we set<br />
\[S=\begin{bmatrix}<br />
  i &#038; -i\\<br />
  1&#038; 1<br />
\end{bmatrix} \text{ and } D=\begin{bmatrix}<br />
  a+ib &#038; 0\\<br />
  0&#038; a-ib<br />
\end{bmatrix},\]
and we obtain $S^{-1}AS=D$ by the <a href="//yutsumura.com/how-to-diagonalize-a-matrix-step-by-step-explanation/" rel="noopener" target="_blank">diagonalization procedure</a>.</p>
<button class="simplefavorite-button has-count" data-postid="6235" data-siteid="1" data-groupid="1" data-favoritecount="70" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">70</span></button><p>The post <a href="https://yutsumura.com/find-eigenvalues-eigenvectors-and-diagonalize-the-2-by-2-matrix/" target="_blank">Find Eigenvalues, Eigenvectors, and Diagonalize the 2 by 2 Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-eigenvalues-eigenvectors-and-diagonalize-the-2-by-2-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6235</post-id>	</item>
		<item>
		<title>An Example of a Real Matrix that Does Not Have Real Eigenvalues</title>
		<link>https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/</link>
				<comments>https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/#respond</comments>
				<pubDate>Wed, 01 Nov 2017 03:22:49 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[complex eigenvalue]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[real matrix]]></category>
		<category><![CDATA[singular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5208</guid>
				<description><![CDATA[<p>Let \[A=\begin{bmatrix} a &#038; b\\ -b&#038; a \end{bmatrix}\] be a $2\times 2$ matrix, where $a, b$ are real numbers. Suppose that $b\neq 0$. Prove that the matrix $A$ does not have real eigenvalues. &#160;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/" target="_blank">An Example of a Real Matrix that Does Not Have Real Eigenvalues</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 596</h2>
<p>	Let<br />
	\[A=\begin{bmatrix}<br />
  a &#038; b\\<br />
  -b&#038; a<br />
	\end{bmatrix}\]
	be a $2\times 2$ matrix, where $a, b$ are real numbers.<br />
	Suppose that $b\neq 0$.</p>
<p>	Prove that the matrix $A$ does not have real eigenvalues.</p>
<p>&nbsp;<br />
<span id="more-5208"></span></p>
<h2> Proof. </h2>
<p>		Let $\lambda$ be an arbitrary eigenvalue of $A$.<br />
		Then the matrix $A-\lambda I$ is singular, where $I$ is the $2\times 2$ identity matrix.<br />
		This is equivalent to having $\det(A-\lambda I)=0$.</p>
<p>		We compute the determinant as follows.<br />
		We have<br />
		\begin{align*}<br />
	\det(A-\lambda I)&#038;=\begin{vmatrix}<br />
	  a-\lambda &#038; b\\<br />
	  -b&#038; a-\lambda<br />
	\end{vmatrix}\\[6pt]
	&#038;=(a-\lambda)^2-b(-b)\\<br />
	&#038;=a^2-2a\lambda+\lambda^2+b^2\\<br />
	&#038;=\lambda^2-2a\lambda+a^2+b^2.<br />
	\end{align*}</p>
<p>	We solve the equation $\lambda^2-2a\lambda+a^2+b^2=0$ by the quadratic formula and obtain<br />
	\begin{align*}<br />
	\lambda &#038;=\frac{2a\pm\sqrt{4a^2-4(a^2+b^2)}}{2}=\frac{2a\pm\sqrt{-4b^2}}{2}\\[6pt]
	&#038;=a\pm |b|i.<br />
	\end{align*}</p>
<p>	Since $b\neq 0$ by assumption, the eigenvalue $\lambda=a\pm|b|i$ is not a real number.<br />
	As $\lambda$ is an arbitrary eigenvalue of $A$, we conclude that all eigenvalues of $A$ are not real numbers.</p>
<button class="simplefavorite-button has-count" data-postid="5208" data-siteid="1" data-groupid="1" data-favoritecount="87" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">87</span></button><p>The post <a href="https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/" target="_blank">An Example of a Real Matrix that Does Not Have Real Eigenvalues</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/an-example-of-a-real-matrix-that-does-not-have-real-eigenvalues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5208</post-id>	</item>
		<item>
		<title>A Diagonalizable Matrix which is Not Diagonalized by a Real Nonsingular Matrix</title>
		<link>https://yutsumura.com/a-diagonalizable-matrix-which-is-not-diagonalized-by-a-real-nonsingular-matrix/</link>
				<comments>https://yutsumura.com/a-diagonalizable-matrix-which-is-not-diagonalized-by-a-real-nonsingular-matrix/#respond</comments>
				<pubDate>Fri, 13 Oct 2017 03:25:20 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[complex eigenvalue]]></category>
		<category><![CDATA[diagonal matrix]]></category>
		<category><![CDATA[diagonalizable matrix]]></category>
		<category><![CDATA[diagonalization of a matrix]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5081</guid>
				<description><![CDATA[<p>Prove that the matrix \[A=\begin{bmatrix} 0 &#038; 1\\ -1&#038; 0 \end{bmatrix}\] is diagonalizable. Prove, however, that $A$ cannot be diagonalized by a real nonsingular matrix. That is, there is no real nonsingular matrix $S$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/a-diagonalizable-matrix-which-is-not-diagonalized-by-a-real-nonsingular-matrix/" target="_blank">A Diagonalizable Matrix which is Not Diagonalized by a Real Nonsingular Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 584</h2>
<p>	Prove that the matrix<br />
	\[A=\begin{bmatrix}<br />
  0 &#038; 1\\<br />
  -1&#038; 0<br />
		\end{bmatrix}\]
		is diagonalizable.<br />
		Prove, however, that $A$ cannot be diagonalized by a real nonsingular matrix.<br />
		That is, there is no real nonsingular matrix $S$ such that $S^{-1}AS$ is a diagonal matrix.</p>
<p>&nbsp;<br />
<span id="more-5081"></span><br />

<h2> Proof. </h2>
<p>		We first find the eigenvalues of $A$ by computing its characteristic polynomial $p(t)$.<br />
			We have<br />
			\begin{align*}<br />
		p(t)=\det(A-tI)=\begin{vmatrix}<br />
		  -t &#038; 1\\<br />
		  -1&#038; -t<br />
		\end{vmatrix}=t^2+1.<br />
		\end{align*}<br />
		Solving $p(t)=t^2+1=0$, we obtain two distinct eigenvalues $\pm i$ of $A$.<br />
		Hence the matrix $A$ is diagonalizable.</p>
<hr />
<p>		To prove the second statement, assume, on the contrary, that $A$ is diagonalizable by a real nonsingular matrix $S$.<br />
		Then we have<br />
		\[S^{-1}AS=\begin{bmatrix}<br />
		  i &#038; 0\\<br />
		  0&#038; -i<br />
		\end{bmatrix}\]
		by <a href="//yutsumura.com/how-to-diagonalize-a-matrix-step-by-step-explanation/" rel="noopener" target="_blank">diagonalization</a>.<br />
		As the matrices $A, S$ are real, the left-hand side is a real matrix.<br />
		Taking the complex conjugate of both sides, we obtain<br />
		\[\begin{bmatrix}<br />
		  -i &#038; 0\\<br />
		  0&#038; i<br />
		\end{bmatrix}=\overline{\begin{bmatrix}<br />
		  i &#038; 0\\<br />
		  0&#038; -i<br />
		\end{bmatrix}}=\overline{S^{-1}AS}=S^{-1}AS=\begin{bmatrix}<br />
		  i &#038; 0\\<br />
		  0&#038; -i<br />
		\end{bmatrix}.\]
		This equality is clearly impossible.<br />
		Hence the matrix $A$ cannot be diagonalized by a real nonsingular matrix.</p>
<button class="simplefavorite-button has-count" data-postid="5081" data-siteid="1" data-groupid="1" data-favoritecount="20" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">20</span></button><p>The post <a href="https://yutsumura.com/a-diagonalizable-matrix-which-is-not-diagonalized-by-a-real-nonsingular-matrix/" target="_blank">A Diagonalizable Matrix which is Not Diagonalized by a Real Nonsingular Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/a-diagonalizable-matrix-which-is-not-diagonalized-by-a-real-nonsingular-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5081</post-id>	</item>
		<item>
		<title>Find All the Eigenvalues of 4 by 4 Matrix</title>
		<link>https://yutsumura.com/find-all-the-eigenvalues-of-4-by-4-matrix/</link>
				<comments>https://yutsumura.com/find-all-the-eigenvalues-of-4-by-4-matrix/#comments</comments>
				<pubDate>Sat, 24 Jun 2017 18:53:08 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[complex eigenvalue]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3284</guid>
				<description><![CDATA[<p>Find all the eigenvalues of the matrix \[A=\begin{bmatrix} 0 &#038; 1 &#038; 0 &#038; 0 \\ 0 &#038;0 &#038; 1 &#038; 0 \\ 0 &#038; 0 &#038; 0 &#038; 1 \\ 1 &#038; 0&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-all-the-eigenvalues-of-4-by-4-matrix/" target="_blank">Find All the Eigenvalues of 4 by 4 Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 475</h2>
<p>	Find all the eigenvalues of the matrix<br />
		\[A=\begin{bmatrix}<br />
	  0 &#038; 1 &#038; 0 &#038;   0 \\<br />
	  0 &#038;0 &#038;  1 &#038; 0  \\<br />
	  0 &#038; 0 &#038; 0 &#038; 1 \\<br />
	  1 &#038; 0 &#038; 0 &#038; 0<br />
	\end{bmatrix}.\]
<p>(<em>The Ohio State University, Linear Algebra Final Exam Problem</em>)</p>
<p>&nbsp;<br />
<span id="more-3284"></span><br />

<h2>Solution.</h2>
<p>		We compute the characteristic polynomial $p(t)$ of the matrix $A$ as follows.<br />
		We have<br />
		\begin{align*}<br />
	p(t)&#038;=\det(A-tI)\\<br />
	&#038;=\begin{vmatrix}<br />
	  -t &#038; 1 &#038; 0 &#038;   0 \\<br />
	  0 &#038;-t &#038;  1 &#038; 0  \\<br />
	  0 &#038; 0 &#038; -t &#038; 1 \\<br />
	  1 &#038; 0 &#038; 0 &#038; -t<br />
	\end{vmatrix}\\[6pt]
	&#038;=-t\begin{vmatrix}<br />
	  -t &#038; 1 &#038; 0 \\<br />
	   0 &#038;-t &#038;1 \\<br />
	   0 &#038; 0 &#038; -t<br />
	\end{vmatrix}<br />
	-\begin{vmatrix}<br />
	  0 &#038; 1 &#038; 0 \\<br />
	   0 &#038;-t &#038;1 \\<br />
	   1 &#038; 0 &#038; -t<br />
	\end{vmatrix} \tag{*}<br />
	\end{align*}<br />
	by the first row cofactor expansion.<br />
	The left determinant of the $3\times 3$ matrix in (*) is $(-t)^3$ since it is a diagonal matrix.</p>
<p>	We apply the first column cofactor expansion to the right determinant in (*) and obtain<br />
	\begin{align*}<br />
	\begin{vmatrix}<br />
	  0 &#038; 1 &#038; 0 \\<br />
	   0 &#038;-t &#038;1 \\<br />
	   1 &#038; 0 &#038; -t<br />
	\end{vmatrix} =\begin{vmatrix}<br />
	  1 &#038; 0\\<br />
	  -t&#038; 1<br />
	\end{vmatrix}=1.<br />
	\end{align*}</p>
<p>	It follows from (*) that<br />
	\begin{align*}<br />
	p(t)&#038;=(-t)(-t)^3-1=t^4-1.<br />
	\end{align*}</p>
<p>	The eigenvalues of $A$ are the roots of the characteristic polynomial $p(t)$.<br />
	Solving $t^4-1=0$, we obtain the eigenvalues<br />
	\[\pm 1, \pm i,\]
	where $i=\sqrt{-1}$.<br />
	Note that $t^4-1=(t-1)(t+1)(t-i)(t+i)$.</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>Find All the Eigenvalues of 4 by 4 Matrix (This page)</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><a href="//yutsumura.com/idempotent-matrix-and-its-eigenvalues/" target="_blank">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="3284" data-siteid="1" data-groupid="1" data-favoritecount="34" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">34</span></button><p>The post <a href="https://yutsumura.com/find-all-the-eigenvalues-of-4-by-4-matrix/" target="_blank">Find All the Eigenvalues of 4 by 4 Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-all-the-eigenvalues-of-4-by-4-matrix/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3284</post-id>	</item>
		<item>
		<title>Use the Cayley-Hamilton Theorem to Compute the Power $A^{100}$</title>
		<link>https://yutsumura.com/use-the-cayley-hamilton-theorem-to-compute-the-power-a100/</link>
				<comments>https://yutsumura.com/use-the-cayley-hamilton-theorem-to-compute-the-power-a100/#respond</comments>
				<pubDate>Fri, 23 Jun 2017 17:51:41 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Cayley-Hamilton theorem]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[complex eigenvalue]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[Kyushu]]></category>
		<category><![CDATA[Kyushu.LA]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[orthogonal matrix]]></category>
		<category><![CDATA[power of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3260</guid>
				<description><![CDATA[<p>Let $A$ be a $3\times 3$ real orthogonal matrix with $\det(A)=1$. (a) If $\frac{-1+\sqrt{3}i}{2}$ is one of the eigenvalues of $A$, then find the all the eigenvalues of $A$. (b) Let \[A^{100}=aA^2+bA+cI,\] where $I$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/use-the-cayley-hamilton-theorem-to-compute-the-power-a100/" target="_blank">Use the Cayley-Hamilton Theorem to Compute the Power $A^{100}$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 471</h2>
<p>	Let $A$ be a $3\times 3$ real orthogonal matrix with $\det(A)=1$.</p>
<p><strong>(a)</strong> If $\frac{-1+\sqrt{3}i}{2}$ is one of the eigenvalues of $A$, then find the all the eigenvalues of $A$.</p>
<p><strong>(b)</strong> Let<br />
	\[A^{100}=aA^2+bA+cI,\]
	where $I$ is the $3\times 3$ identity matrix.<br />
	Using the Cayley-Hamilton theorem, determine $a, b, c$.</p>
<p>(<em>Kyushu University, Linear Algebra Exam Problem</em>)<br />
&nbsp;<br />
<span id="more-3260"></span><br />

<h2>Solution.</h2>
<h3>(a) Find the all the eigenvalues of $A$.</h3>
<p>Since $A$ is a real matrix and $\frac{-1+\sqrt{3}i}{2}$ is a complex eigenvalue, its conjugate $\frac{-1-\sqrt{3}i}{2}$ is also an eigenvalue of $A$.<br />
	As $A$ is a $3\times 3$ matrix, it has one more eigenvalue $\lambda$.</p>
<p>	Note that <a href="//yutsumura.com/determinant-trace-and-eigenvalues-of-a-matrix/" target="_blank">the product of all eigenvalues of $A$ is the determinant of $A$</a>.<br />
	Thus, we have<br />
	\[\frac{-1+\sqrt{3}i}{2} \cdot \frac{-1-\sqrt{3}i}{2}\cdot \lambda =\det(A)=1.\]
	Solving this, we obtain $\lambda=1$.<br />
	Therefore, the eigenvalues of $A$ are<br />
	\[\frac{-1+\sqrt{3}i}{2}, \frac{-1-\sqrt{3}i}{2}, 1.\]
<h3>(a) Using the Cayley-Hamilton theorem, determine $a, b, c$.</h3>
<p> To use the Cayley-Hamilton theorem, we first need to determine the characteristic polynomial $p(t)=\det(A-tI)$ of $A$.<br />
	Since we found all the eigenvalues of $A$ in part (a) and the roots of characteristic polynomials are the eigenvalues, we know that<br />
	\begin{align*}<br />
	p(t)&#038;=-\left(\,  t-\frac{-1+\sqrt{3}i}{2} \,\right)\left(\,  t-\frac{-1-\sqrt{3}i}{2} \,\right)(t-1) \tag{*}\\<br />
	&#038;=-(t^2+t+1)(t-1)\\<br />
	&#038;=-t^3+1.<br />
	\end{align*}<br />
	(Remark that if your definition of the characteristic polynomial is $\det(tI-A)$, then the first negative sign in (*) should be omitted.)</p>
<p>	Then the Cayley-Hamilton theorem yields that<br />
	\[P(A)=-A^3+I=O,\]
	where $O$ is the $3\times 3$ zero matrix.</p>
<p>	Hence we have $A^3=I$.<br />
	We compute<br />
	\begin{align*}<br />
	A^{100}=(A^3)^{33}A=I^{33}A=IA=A.<br />
	\end{align*}</p>
<p>	Thus, we conclude that $a=0, b=1, c=0$.</p>
<h2>Comment.</h2>
<p>	Observe that we did not use the assumption that $A$ is orthogonal.</p>
<button class="simplefavorite-button has-count" data-postid="3260" data-siteid="1" data-groupid="1" data-favoritecount="80" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">80</span></button><p>The post <a href="https://yutsumura.com/use-the-cayley-hamilton-theorem-to-compute-the-power-a100/" target="_blank">Use the Cayley-Hamilton Theorem to Compute the Power $A^{100}$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/use-the-cayley-hamilton-theorem-to-compute-the-power-a100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3260</post-id>	</item>
		<item>
		<title>Diagonalize the 3 by 3 Matrix if it is Diagonalizable</title>
		<link>https://yutsumura.com/diagonalize-the-3-by-3-matrix-if-it-is-diagonalizable/</link>
				<comments>https://yutsumura.com/diagonalize-the-3-by-3-matrix-if-it-is-diagonalizable/#comments</comments>
				<pubDate>Wed, 14 Jun 2017 23:24:41 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[complex eigenvalue]]></category>
		<category><![CDATA[diagonal matrix]]></category>
		<category><![CDATA[diagonalization]]></category>
		<category><![CDATA[diagonalization of a matrix]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3119</guid>
				<description><![CDATA[<p>Determine whether the matrix \[A=\begin{bmatrix} 0 &#038; 1 &#038; 0 \\ -1 &#038;0 &#038;0 \\ 0 &#038; 0 &#038; 2 \end{bmatrix}\] is diagonalizable. If it is diagonalizable, then find the invertible matrix $S$ and&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/diagonalize-the-3-by-3-matrix-if-it-is-diagonalizable/" target="_blank">Diagonalize the 3 by 3 Matrix if it is Diagonalizable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 456</h2>
<p>	Determine whether the matrix<br />
	\[A=\begin{bmatrix}<br />
	  0 &#038; 1 &#038; 0 \\<br />
	   -1 &#038;0 &#038;0 \\<br />
	   0 &#038; 0 &#038; 2<br />
	\end{bmatrix}\]
	is diagonalizable. </p>
<p>If it is diagonalizable, then find the invertible matrix $S$ and a diagonal matrix $D$ such that $S^{-1}AS=D$.</p>
<p>&nbsp;<br />
<span id="more-3119"></span></p>
<h2>How to diagonalize matrices.</h2>
<p>For a general procedure of the diagonalization of a matrix, please read the post &#8220;<a href="//yutsumura.com/how-to-diagonalize-a-matrix-step-by-step-explanation/" target="_blank">How to Diagonalize a Matrix. Step by Step Explanation</a>&#8220;.</p>
<p>&nbsp;</p>
<h2>Solution.</h2>
<p>		We first determine the eigenvalues of the matrix $A$.<br />
		To do so, we compute the characteristic polynomial $p(t)$ of $A$.<br />
		We have<br />
		\begin{align*}<br />
	&#038;p(t)=\det(A-tI)\\<br />
	&#038;=\begin{vmatrix}<br />
	  -t &#038; 1 &#038; 0 \\<br />
	   -1 &#038;-t &#038;0 \\<br />
	   0 &#038; 0 &#038; 2-t<br />
	\end{vmatrix}\\[6pt]
	&#038;=(-1)^{3+3}(2-t)\begin{vmatrix}<br />
	  -t &#038; 1\\<br />
	  -1&#038; -t<br />
	\end{vmatrix} &#038;&#038; \text{by the third row cofactor expansion}\\<br />
	&#038;=(2-t)(t^2+1).<br />
	\end{align*}<br />
	Thus the eigenvalues of $A$ are $2, \pm i$.<br />
	Since the $3\times 3$ matrix $A$ has three distinct eigenvalues, it is diagonalizable.</p>
<hr />
<p>	To diagonalize $A$, we now find eigenvectors.<br />
	For the eigenvalue $2$, we compute<br />
	\begin{align*}<br />
	&#038;A-2I=\begin{bmatrix}<br />
	  -2 &#038; 1 &#038; 0 \\<br />
	   -1 &#038;-2 &#038;0 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	\xrightarrow{-R_2}<br />
	\begin{bmatrix}<br />
	  -2 &#038; 1 &#038; 0 \\<br />
	   1 &#038;2 &#038;0 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}\\[6pt]
	&#038;\xrightarrow{R_1 \leftrightarrow R_2}\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   -2 &#038;1 &#038;0 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	\xrightarrow{R_2+2R_1}\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   0 &#038;5 &#038;0 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}\\[6pt]
	&#038;\xrightarrow{\frac{1}{5}R_2}\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   0 &#038;1 &#038;0 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	\xrightarrow{R_1-2R_2}<br />
	\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 0 \\<br />
	   0 &#038;1 &#038;0 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}.<br />
	\end{align*}<br />
	Thus, the solutions $\mathbf{x}$ of $(A-2I)=\mathbf{0}$ satisfy $x=y=0$.<br />
	Hence the eigenspace is<br />
	\[E_2=\calN(A-2I)=\Span\left\{\,  \begin{bmatrix}<br />
	  0 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix} \,\right\}.\]
<hr />
<p>	  For the eigenvalue $i$, we compute<br />
	  \begin{align*}<br />
	A-iI=\begin{bmatrix}<br />
	  -i &#038; 1 &#038; 0 \\<br />
	   -1 &#038;-i &#038;0 \\<br />
	   0 &#038; 0 &#038; 2-i<br />
	\end{bmatrix}<br />
	\xrightarrow{iR_1}<br />
	\begin{bmatrix}<br />
	  1 &#038; i &#038; 0 \\<br />
	   -1 &#038;-i &#038;0 \\<br />
	   0 &#038; 0 &#038; 2-i<br />
	\end{bmatrix}\\[6pt]
	\xrightarrow{\substack{R_2+R_1\\ \frac{1}{2-i}R_3}}<br />
	\begin{bmatrix}<br />
	  1 &#038; i &#038; 0 \\<br />
	   0 &#038;0 &#038;0 \\<br />
	   0 &#038; 0 &#038; 1<br />
	\end{bmatrix}<br />
	\xrightarrow{R_2 \leftrightarrow R_3}<br />
	\begin{bmatrix}<br />
	  1 &#038; i &#038; 0 \\<br />
	   0 &#038; 0 &#038; 1\\<br />
	   0 &#038;0 &#038;0<br />
	\end{bmatrix}.<br />
	\end{align*}<br />
	So the solutions $\mathbf{x}$ of $(A-iI)\mathbf{x}=\mathbf{0}$ satisfy<br />
	\[x=-iy \text{ and } z=0.\]
	Thus, the eigenspace is<br />
	\[E_i=\calN(A-iI)=\Span\left\{\,  \begin{bmatrix}<br />
	  1 \\<br />
	   i \\<br />
	    0<br />
	  \end{bmatrix} \,\right\}.\]
<hr />
<p>	  Since $i$ and $-i$ are complex conjugate, their eigenspaces are also complex conjugate.<br />
	  Hence the eigenspace for $-i$ is<br />
	  \[E_{-i}=\Span\left\{\,  \begin{bmatrix}<br />
	  1 \\<br />
	   -i \\<br />
	    0<br />
	  \end{bmatrix} \,\right\}.\]
<hr />
<p>	  From these computations, we have obtained eigenvalues $2, i, -i$ and eigenvector corresponding to these are<br />
	  \[\mathbf{v}_{2}=\begin{bmatrix}<br />
	  0 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix}, \mathbf{v}_i=\begin{bmatrix}<br />
	  1 \\<br />
	   i \\<br />
	    0<br />
	  \end{bmatrix}, \mathbf{v}_{-i}=\begin{bmatrix}<br />
	  1 \\<br />
	   -i \\<br />
	    0<br />
	  \end{bmatrix}.\]
<p>	  Let<br />
	  \[S=\begin{bmatrix}<br />
	  \mathbf{v}_2 &#038; \mathbf{v}_i &#038; \mathbf{v}_{-i} \\<br />
	  \end{bmatrix}=\begin{bmatrix}<br />
	  0 &#038; 1 &#038; 1 \\<br />
	   0 &#038;i &#038;-i \\<br />
	   1 &#038; 0 &#038; 0<br />
	\end{bmatrix}\]
	and<br />
	\[D=\begin{bmatrix}<br />
	  2 &#038; 0 &#038; 0 \\<br />
	   0 &#038;i &#038;0 \\<br />
	   0 &#038; 0 &#038; -i<br />
	\end{bmatrix}.\]
	Then $S$ is invertible and we have $S^{-1}AS=D$ by the diagonalization process.</p>
<button class="simplefavorite-button has-count" data-postid="3119" data-siteid="1" data-groupid="1" data-favoritecount="116" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">116</span></button><p>The post <a href="https://yutsumura.com/diagonalize-the-3-by-3-matrix-if-it-is-diagonalizable/" target="_blank">Diagonalize the 3 by 3 Matrix if it is Diagonalizable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/diagonalize-the-3-by-3-matrix-if-it-is-diagonalizable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3119</post-id>	</item>
	</channel>
</rss>
