<?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>Harvard &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/harvard/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Sun, 19 Nov 2017 04:24:28 +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>Harvard &#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>Trace, Determinant, and Eigenvalue (Harvard University Exam Problem)</title>
		<link>https://yutsumura.com/trace-determinant-and-eigenvalue-harvard-university-exam-problem/</link>
				<comments>https://yutsumura.com/trace-determinant-and-eigenvalue-harvard-university-exam-problem/#respond</comments>
				<pubDate>Wed, 26 Apr 2017 04:27:39 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[Harvard]]></category>
		<category><![CDATA[Harvard.LA]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[trace]]></category>
		<category><![CDATA[trace of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2768</guid>
				<description><![CDATA[<p>(a) A $2 \times 2$ matrix $A$ satisfies $\tr(A^2)=5$ and $\tr(A)=3$. Find $\det(A)$. (b) A $2 \times 2$ matrix has two parallel columns and $\tr(A)=5$. Find $\tr(A^2)$. (c) A $2\times 2$ matrix $A$ has&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/trace-determinant-and-eigenvalue-harvard-university-exam-problem/" target="_blank">Trace, Determinant, and Eigenvalue (Harvard University Exam Problem)</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 389</h2>
<p><strong>(a)</strong> A $2 \times 2$ matrix $A$ satisfies $\tr(A^2)=5$ and $\tr(A)=3$.<br />
	Find $\det(A)$.</p>
<p><strong>(b)</strong> A $2 \times 2$ matrix has two parallel columns and $\tr(A)=5$. Find $\tr(A^2)$.</p>
<p><strong>(c)</strong> A $2\times 2$ matrix $A$ has $\det(A)=5$ and positive integer eigenvalues. What is the trace of $A$?</p>
<p>(<em>Harvard University, Linear Algebra Exam Problem</em>)</p>
<p>&nbsp;<br />
<span id="more-2768"></span><br />

<h2>Solution.</h2>
<p>		For (a) and (b), we give two solutions. The first one does not use the knowledge of eigenvalues, and the second one uses eigenvalues.</p>
<h3>Solution 1 of (a) A $2 \times 2$ matrix $A$ satisfies $\tr(A^2)=5$ and $\tr(A)=3$. Find $\det(A)$.  </h3>
<p>		Let<br />
		\[A=\begin{bmatrix}<br />
	  a &#038; b\\<br />
	  c&#038; d<br />
	\end{bmatrix}.\]
	Then we have<br />
	\begin{align*}<br />
	A^2=\begin{bmatrix}<br />
	  a &#038; b\\<br />
	  c&#038; d<br />
	\end{bmatrix}\begin{bmatrix}<br />
	  a &#038; b\\<br />
	  c&#038; d<br />
	\end{bmatrix}=\begin{bmatrix}<br />
	  a^2+bc &#038; ab+bd\\<br />
	  ac+cd&#038; bc+d^2<br />
	\end{bmatrix}.<br />
	\end{align*}<br />
	Since $\tr(A^2)=5$ and $\tr(A)=3$, we obtain<br />
	\begin{align*}<br />
	5&#038;=\tr(A^2)=(a^2+bc)+(bc+d^2)=a^2+2bc+d^2 \text{ and }\\<br />
	3&#038;=\tr(A)=a+d.<br />
	\end{align*}<br />
	We find the determinant $\det(A)=ad-bc$ as follows.<br />
	We have<br />
	\begin{align*}<br />
	\det(A)&#038;=ad-bc=\frac{1}{2}\left(\, (a+d)^2-(a^2+2bc+d^2)  \,\right)\\<br />
	&#038;=\frac{1}{2}(3^2-5)=2.<br />
	\end{align*}<br />
	Thus, we obtain $\det(A)=2$.</p>
<h3>Solution 2 of (a)</h3>
<p>	Let $\lambda_1$ and $\lambda_2$ be eigenvalues of $A$.<br />
	Then we have<br />
	\begin{align*}<br />
	3=\tr(A)=\lambda_1+\lambda_2 \text{ and }\\<br />
	5=\tr(A^2)=\lambda_1^2+\lambda_2^2.<br />
	\end{align*}<br />
	Here we used two facts.<br />
The first one is that the <a href="//yutsumura.com/determinant-trace-and-eigenvalues-of-a-matrix/" target="_blank">trace of a matrix is the sum of all eigenvalues of the matrix</a>.<br />
 The second one is that <a href="//yutsumura.com/find-all-the-eigenvalues-of-ak-from-eigenvalues-of-a/" target="_blank">$\lambda^2$ is an eigenvalue of $A^2$ if $\lambda$ is an eigenvalue of $A$, and these are all the eigenvalues of $A^2$</a>.</p>
<p>	Since <a href="//yutsumura.com/determinant-trace-and-eigenvalues-of-a-matrix/" target="_blank">the determinant of $A$ is the product of eigenvalues of $A$</a>, we have<br />
	\begin{align*}<br />
	\det(A)&#038;=\lambda_1 \lambda_2\\<br />
	&#038;=\frac{1}{2}\left(\,  (\lambda_1+\lambda_2)^2-(\lambda_1^2+\lambda_2^2) \,\right)\\<br />
	&#038;=\frac{1}{2}(3^2-5)\\<br />
	&#038;=2.<br />
	\end{align*}<br />
	Hence we have $\det(A)=2$.</p>
<h3>Solution 1 of (b) A $2 \times 2$ matrix has two parallel columns and $\tr(A)=5$. Find $\tr(A^2)$.</h3>
<p>	Since two columns are parallel, we can write $A$ as<br />
	\[A=\begin{bmatrix}<br />
	  a &#038; ra\\<br />
	  c&#038; rc<br />
	\end{bmatrix}.\]
	Then we have<br />
	\begin{align*}<br />
	5=\tr(A)=a+rc.<br />
	\end{align*}<br />
	We use the formula in Solution 1 of (a) for $\tr(A^2)$ with $b=ra$ and $d=rc$, and we compute<br />
	\begin{align*}<br />
	\tr(A^2)&#038;=a^2+2(ra)+(rc)^2\\<br />
	&#038;=(a+rc)^2\\<br />
	&#038;=5^2=25.<br />
	\end{align*}<br />
	Thus, we find $\tr(A^2)=25$.</p>
<h3>Solution 2 of (b)</h3>
<p>	Since two columns are parallel, the matrix $A$ is singular. Hence $A$ has an eigenvalue $0$.<br />
	Since the sum of all the eigenvalues is $\tr(A)=5$, we see that $0$ and $5$ are eigenvalues of $A$.<br />
	It follows that $0$ and $25$ are eigenvalues of $A^2$. Hence<br />
	\[\tr(A^2)=0+25=25.\]
<h3>Solution of (c) A $2\times 2$ matrix $A$ has $\det(A)=5$ and positive integer eigenvalues. What is the trace of $A$?</h3>
<p>	The product of eigenvalues of $A$ is the determinant $\det(A)=5$.<br />
	Since eigenvalues are positive integers, it follows that $1$ and $5$ are eigenvalues of $A$.<br />
	It follows that<br />
	\[\tr(A)=1+5=6.\]
<button class="simplefavorite-button has-count" data-postid="2768" data-siteid="1" data-groupid="1" data-favoritecount="71" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">71</span></button><p>The post <a href="https://yutsumura.com/trace-determinant-and-eigenvalue-harvard-university-exam-problem/" target="_blank">Trace, Determinant, and Eigenvalue (Harvard University 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/trace-determinant-and-eigenvalue-harvard-university-exam-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2768</post-id>	</item>
		<item>
		<title>Determinant of Matrix whose Diagonal Entries are 6 and 2 Elsewhere</title>
		<link>https://yutsumura.com/determinant-of-matrix-whose-diagonal-entries-are-6-and-2-elsewhere/</link>
				<comments>https://yutsumura.com/determinant-of-matrix-whose-diagonal-entries-are-6-and-2-elsewhere/#comments</comments>
				<pubDate>Mon, 17 Apr 2017 01:12:13 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[algebraic multiplicity]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[geometric multiplicity]]></category>
		<category><![CDATA[Harvard]]></category>
		<category><![CDATA[Harvard.LA]]></category>
		<category><![CDATA[linear algebra]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2686</guid>
				<description><![CDATA[<p>Find the determinant of the following matrix \[A=\begin{bmatrix} 6 &#038; 2 &#038; 2 &#038; 2 &#038;2 \\ 2 &#038; 6 &#038; 2 &#038; 2 &#038; 2 \\ 2 &#038; 2 &#038; 6 &#038; 2&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determinant-of-matrix-whose-diagonal-entries-are-6-and-2-elsewhere/" target="_blank">Determinant of Matrix whose Diagonal Entries are 6 and 2 Elsewhere</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 380</h2>
<p>	Find the determinant of the following matrix<br />
	\[A=\begin{bmatrix}<br />
	  6 &#038; 2 &#038; 2 &#038; 2 &#038;2 \\<br />
	  2 &#038; 6 &#038; 2 &#038; 2 &#038; 2 \\<br />
	  2 &#038; 2 &#038; 6 &#038; 2 &#038; 2 \\<br />
	  2 &#038; 2 &#038; 2 &#038; 6 &#038; 2 \\<br />
	  2 &#038; 2 &#038; 2 &#038; 2 &#038; 6<br />
	  \end{bmatrix}.\]
<p>(<em>Harvard University, Linear Algebra Exam Problem</em>)<br />
&nbsp;<br />
<span id="more-2686"></span><br />

<h2>Hint.</h2>
<p>Computing the determinant directly by hand is tedious.<br />
So use the fact that <a href="//yutsumura.com/determinant-trace-and-eigenvalues-of-a-matrix/" target="_blank">the determinant of a matrix $A$ is the product of all eigenvalues of $A$</a>.</p>
<hr />
<p>However, finding the eigenvalue of $A$ itself is as complicated as computing the determinant of $A$.<br />
Instead, first determine the eigenvalues of $B=A-4I$.<br />
Then use the fact that if $\lambda$ is an eigenvalue of $B$, then $\lambda+4$ is an eigenvalue of $A$.</p>
<hr />
<p>For a proof of this fact, see the post &#8220;<a href="//yutsumura.com/eigenvalues-and-algebraicgeometric-multiplicities-of-matrix-aci/" target="_blank">Eigenvalues and algebraic/geometric multiplicities of matrix $A+cI$</a>&#8220;.</p>
<h2>Solution.</h2>
<p>	  	Let $B=A-4I$, where $I$ is the $5 \times 5$ identity matrix.<br />
	  	Then every entry of $B$ is $2$.</p>
<p>	  	By elementary row operations, we can reduced the matrix $B$ into<br />
	  	\[B=\begin{bmatrix}<br />
	  2 &#038; 2 &#038; 2 &#038; 2 &#038;2 \\<br />
	  2 &#038; 2 &#038; 2 &#038; 2 &#038; 2 \\<br />
	  2 &#038; 2 &#038; 2 &#038; 2 &#038; 2 \\<br />
	  2 &#038; 2 &#038; 2 &#038; 2 &#038; 2 \\<br />
	  2 &#038; 2 &#038; 2 &#038; 2 &#038; 2<br />
	  \end{bmatrix}\to<br />
	  \begin{bmatrix}<br />
	  1 &#038; 1 &#038; 1 &#038; 1 &#038;1 \\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0 \\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0 \\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0 \\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0<br />
	  \end{bmatrix}.\]
	  Thus, the rank of $B$ is $1$, hence the nullity is $4$ by the rank-nullity theorem.<br />
	  It follows that $0$ is an eigenvalue of $B$ and its geometric multiplicity is $4$.</p>
<hr />
<p>	  Since all entries of $B$ are equal, we compute<br />
	  \[B\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1 \\<br />
	   1 \\<br />
	   1<br />
	   \end{bmatrix}=10\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1 \\<br />
	   1 \\<br />
	   1<br />
	   \end{bmatrix}.\]
	   This yields that $10$ is an eigenvalue of $B$ and the vector $[1\, 1\, 1\, 1\, 1]^{\trans}$ is an eigenvector corresponding to $10$.</p>
<hr />
<p>	  Combining these observations, we see that the matrix $B$ has eigenvalues $0$ and $10$ with (algebraic) multiplicities $4$ and $0$, respectively.</p>
<p>	  Since $A=B+4I$, the eigenvalues of $A$ are $4$ and $14$ with algebraic multiplicities $4$ and $0$, respectively.<br />
(See Problem <a href="//yutsumura.com/eigenvalues-and-algebraicgeometric-multiplicities-of-matrix-aci/" target="_blank">Eigenvalues and algebraic/geometric multiplicities of matrix $A+cI$</a>.)</p>
<hr />
<p>	  The determinant of $A$ is the product of all the eigenvalues of $A$ (counting multiplicities). Thus we have<br />
	  \[\det(A)=4^4\cdot 14=3584.\]
<button class="simplefavorite-button has-count" data-postid="2686" data-siteid="1" data-groupid="1" data-favoritecount="33" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">33</span></button><p>The post <a href="https://yutsumura.com/determinant-of-matrix-whose-diagonal-entries-are-6-and-2-elsewhere/" target="_blank">Determinant of Matrix whose Diagonal Entries are 6 and 2 Elsewhere</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determinant-of-matrix-whose-diagonal-entries-are-6-and-2-elsewhere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2686</post-id>	</item>
		<item>
		<title>Eigenvalues and Eigenvectors of Matrix Whose Diagonal Entries are 3 and 9 Elsewhere</title>
		<link>https://yutsumura.com/eigenvalues-and-eigenvectors-of-matrix-whose-diagonal-entries-are-3-and-9-elsewhere/</link>
				<comments>https://yutsumura.com/eigenvalues-and-eigenvectors-of-matrix-whose-diagonal-entries-are-3-and-9-elsewhere/#comments</comments>
				<pubDate>Sat, 15 Apr 2017 02:36:42 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[algebraic multiplicity]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[geometric multiplicity]]></category>
		<category><![CDATA[Harvard]]></category>
		<category><![CDATA[Harvard.LA]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[rank-nullity theorem]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2681</guid>
				<description><![CDATA[<p>Find all the eigenvalues and eigenvectors of the matrix \[A=\begin{bmatrix} 3 &#038; 9 &#038; 9 &#038; 9 \\ 9 &#038;3 &#038; 9 &#038; 9 \\ 9 &#038; 9 &#038; 3 &#038; 9 \\ 9&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/eigenvalues-and-eigenvectors-of-matrix-whose-diagonal-entries-are-3-and-9-elsewhere/" target="_blank">Eigenvalues and Eigenvectors of Matrix Whose Diagonal Entries are 3 and 9 Elsewhere</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 379</h2>
<p>	  Find all the eigenvalues and eigenvectors of the matrix<br />
	  \[A=\begin{bmatrix}<br />
	  3 &#038; 9 &#038; 9 &#038;   9 \\<br />
	  9 &#038;3 &#038;  9 &#038; 9  \\<br />
	  9 &#038; 9 &#038; 3 &#038; 9 \\<br />
	  9 &#038; 9 &#038; 9 &#038; 3<br />
	\end{bmatrix}.\]
<p>(<em>Harvard University, Linear Algebra Final Exam Problem</em>)</p>
<p>&nbsp;<br />
<span id="more-2681"></span><br />

<h2>Hint.</h2>
<p>Instead of computing the characteristic polynomial $p(t)=\det(A-tI)$ of $A$, consider the matrix $B=A+6I$.<br />
Then use the relation between eigenvalues of $A$ and $B$.</p>
<p>See the problem &#8220;<a href="//yutsumura.com/eigenvalues-and-algebraicgeometric-multiplicities-of-matrix-aci/" target="_blank">Eigenvalues and algebraic/geometric multiplicities of matrix $A+cI$</a>&#8221; for more about the relation.</p>
<h2>Solution.</h2>
<p>		Let $B=A+6I$, where $I$ is the $4 \times 4$ identity matrix. Then every entry of $B$ is $9$. Consider the vector $\mathbf{v}=[1\, 1\, 1\, 1]^{\trans}$.<br />
		Then we have<br />
		\begin{align*}<br />
	B\mathbf{v}=\begin{bmatrix}<br />
	  9 &#038; 9 &#038; 9 &#038;   9 \\<br />
	  9 &#038;9 &#038;  9 &#038; 9  \\<br />
	  9 &#038; 9 &#038; 9 &#038; 9 \\<br />
	  9 &#038; 9 &#038; 9 &#038; 9<br />
	\end{bmatrix}\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1 \\<br />
	   1<br />
	   \end{bmatrix}=36\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1 \\<br />
	   1<br />
	   \end{bmatrix}=36\mathbf{v}.<br />
	\end{align*}</p>
<p>	It follows that $36$ is an eigenvalue of $B$ and the vector $\mathbf{v}$ is an associated eigenvector.</p>
<hr />
<p>	We apply the elementary row operations and obtain<br />
	\[B\to \begin{bmatrix}<br />
	  1 &#038; 1 &#038; 1 &#038;   1 \\<br />
	  0 &#038;0 &#038;  0 &#038; 0  \\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 \\<br />
	  0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{bmatrix}.\]
	Hence the rank of $B$ is $1$, and it follows from the rank-nullity theorem that the nullity is $3$.<br />
	Thus, $0$ is an eigenvalue of $B$ and its geometric multiplicity is $3$.</p>
<p>	The algebraic multiplicity is always greater than or equal to geometric multiplicity.<br />
	But the algebraic multiplicity of $0$ cannot be $4$, since $36$ is another eigenvalue.</p>
<p>	As a result, the matrix $B$ has eigenvalues $36$ and $0$ with algebraic multiplicities $1$ and $3$.</p>
<hr />
<p>	The eigenvectors corresponding to $36$ are<br />
	\[a\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1 \\<br />
	   1<br />
	   \end{bmatrix},\]
	   where $a$ is any nonzero complex number.<br />
	   The eigenvector corresponding to $0$ are obtained by solving $B\mathbf{x}=\mathbf{0}$.<br />
	   The solutions satisfy<br />
	   \[x_1=-x_2-x_3-x_4.\]
	   Hence the eigenvectors corresponding to $0$ are<br />
	   \[\mathbf{x}=x_2\begin{bmatrix}<br />
	  -1 \\<br />
	   1 \\<br />
	    0 \\<br />
	   0<br />
	   \end{bmatrix}+x_3\begin{bmatrix}<br />
	  -1 \\<br />
	   0 \\<br />
	    1 \\<br />
	   0<br />
	   \end{bmatrix}+x_4\begin{bmatrix}<br />
	  -1 \\<br />
	   0 \\<br />
	    0 \\<br />
	   1<br />
	   \end{bmatrix},\]
	   where $(x_2, x_3, x_4)\neq (0,0,0)$.</p>
<hr />
<p>	Since $A=B-6I$, it follows that the matrix $A$ has eigenvalues $30$ and $-6$ with algebraic multiplicity $1$ and $3$. Their associated eigenvectors are exactly the eigenvectors for $B$.<br />
(See Problem &#8220;<a href="//yutsumura.com/eigenvalues-and-algebraicgeometric-multiplicities-of-matrix-aci/" target="_blank">Eigenvalues and algebraic/geometric multiplicities of matrix $A+cI$</a>&#8221; for a proof of this fact.)</p>
<p>	Namely, the eigenvectors corresponding to $30$ are<br />
	\[a\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1 \\<br />
	   1<br />
	   \end{bmatrix},\]
	   where $a$ is any nonzero complex number.<br />
	   The eigenvectors corresponding to $-6$ are<br />
	    \[x_2\begin{bmatrix}<br />
	  -1 \\<br />
	   1 \\<br />
	    0 \\<br />
	   0<br />
	   \end{bmatrix}+x_3\begin{bmatrix}<br />
	  -1 \\<br />
	   0 \\<br />
	    1 \\<br />
	   0<br />
	   \end{bmatrix}+x_4\begin{bmatrix}<br />
	  -1 \\<br />
	   0 \\<br />
	    0 \\<br />
	   1<br />
	   \end{bmatrix},\]
	   where $(x_2, x_3, x_4)\neq (0,0,0)$.</p>
<button class="simplefavorite-button has-count" data-postid="2681" 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/eigenvalues-and-eigenvectors-of-matrix-whose-diagonal-entries-are-3-and-9-elsewhere/" target="_blank">Eigenvalues and Eigenvectors of Matrix Whose Diagonal Entries are 3 and 9 Elsewhere</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/eigenvalues-and-eigenvectors-of-matrix-whose-diagonal-entries-are-3-and-9-elsewhere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2681</post-id>	</item>
		<item>
		<title>Calculate $A^{10}$ for a Given Matrix $A$</title>
		<link>https://yutsumura.com/calculate-a10-for-a-given-matrix-a/</link>
				<comments>https://yutsumura.com/calculate-a10-for-a-given-matrix-a/#respond</comments>
				<pubDate>Tue, 02 Aug 2016 00:18:02 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[block matrix]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[Harvard]]></category>
		<category><![CDATA[Harvard.LA]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=262</guid>
				<description><![CDATA[<p>Find $A^{10}$, where $A=\begin{bmatrix} 4 &#38; 3 &#38; 0 &#38; 0 \\ 3 &#38;-4 &#38; 0 &#38; 0 \\ 0 &#38; 0 &#38; 1 &#38; 1 \\ 0 &#38; 0 &#38; 1 &#38; 1&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/calculate-a10-for-a-given-matrix-a/" target="_blank">Calculate $A^{10}$ for a Given Matrix $A$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 41</h2>
<p>Find $A^{10}$, where $A=\begin{bmatrix}<br />
4 &amp; 3 &amp; 0 &amp; 0 \\<br />
3 &amp;-4 &amp; 0 &amp; 0 \\<br />
0 &amp; 0 &amp; 1 &amp; 1 \\<br />
0 &amp; 0 &amp; 1 &amp; 1<br />
\end{bmatrix}$.</p>
<p>(<em>Harvard University Exam</em>)</p>
<p><span id="more-262"></span></p>
<h2>Solution.</h2>
<p>Let $B=\begin{bmatrix}<br />
4 &amp; 3\\<br />
3&amp; -4<br />
\end{bmatrix}$ and $C=\begin{bmatrix}<br />
1 &amp; 1\\<br />
1&amp; 1<br />
\end{bmatrix}$ and write $A=\begin{bmatrix}<br />
B &amp; 0\\<br />
0&amp; C<br />
\end{bmatrix}$ as a block matrix.<br />
Then we have<br />
\[A^{10}=\begin{bmatrix}<br />
B^{10} &amp; 0\\<br />
0&amp; C^{10}<br />
\end{bmatrix}.\]
<p>It remains to calculate $B^{10}$ and $C^{10}$.</p>
<p>We have $B^2=5^2I$, where $I$ is the $2\times 2$ identity matrix. From this, we get $B^{10}=5^{10}I$.</p>
<p>Also, we have $C^2=2C$. Applying this repeatedly, we get $C^{10}=2^9C$.</p>
<p>Therefore we have<br />
\[A^{10}=\begin{bmatrix}<br />
5^{10} &amp; 0 &amp; 0 &amp; 0 \\<br />
0 &amp;5^{10} &amp; 0 &amp; 0 \\<br />
0 &amp; 0 &amp; 2^9 &amp; 2^9 \\<br />
0 &amp; 0 &amp; 2^9 &amp; 2^9<br />
\end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="262" data-siteid="1" data-groupid="1" data-favoritecount="36" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">36</span></button><p>The post <a href="https://yutsumura.com/calculate-a10-for-a-given-matrix-a/" target="_blank">Calculate $A^{10}$ for a Given Matrix $A$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/calculate-a10-for-a-given-matrix-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">262</post-id>	</item>
		<item>
		<title>Find a Basis of the Subspace of All Vectors that  are Perpendicular to the Columns of the Matrix</title>
		<link>https://yutsumura.com/find-a-basis-of-the-subspace-of-all-vectors-that-are-perpendicular-to-the-columns-of-the-matrix/</link>
				<comments>https://yutsumura.com/find-a-basis-of-the-subspace-of-all-vectors-that-are-perpendicular-to-the-columns-of-the-matrix/#respond</comments>
				<pubDate>Mon, 01 Aug 2016 23:47:47 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[elementary row operation]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[Harvard]]></category>
		<category><![CDATA[Harvard.LA]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[transpose]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=258</guid>
				<description><![CDATA[<p>Find a basis for the subspace $W$ of all vectors in $\R^4$ which are perpendicular to the columns of the matrix \[A=\begin{bmatrix} 11 &#38; 12 &#38; 13 &#38; 14 \\ 21 &#38;22 &#38; 23&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-a-basis-of-the-subspace-of-all-vectors-that-are-perpendicular-to-the-columns-of-the-matrix/" target="_blank">Find a Basis of the Subspace of All Vectors that  are Perpendicular to the Columns of the Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 40</h2>
<p>Find a basis for the subspace $W$ of all vectors in $\R^4$ which are perpendicular to the columns of the matrix<br />
\[A=\begin{bmatrix}<br />
11 &amp; 12 &amp; 13 &amp; 14 \\<br />
21 &amp;22 &amp; 23 &amp; 24 \\<br />
31 &amp; 32 &amp; 33 &amp; 34 \\<br />
41 &amp; 42 &amp; 43 &amp; 44<br />
\end{bmatrix}.\]
<p>(<em>Harvard University Exam</em>)</p>
<p><span id="more-258"></span><br />

<h2>Hint.</h2>
<ol>
<li>Show that $W=\calN(A^{\trans})$.</li>
<li>Find a basis of $\calN(A^{\trans})$ by reducing the matrix $A^{\trans}$.</li>
</ol>
<h2>Solution.</h2>
<p>Let us write $A=[A_1 \, A_2 \, A_3 \,  A_4]$, where $A_i$ is the $i$-th column vector of $A$ for $i=1,2,3,4$.<br />
First we claim that a vector $\mathbf{x}\in \R^4$ is perpendicular to all column vectors $A_i$ if and only if $\mathbf{x} \in \calN(A^{\trans})$.<br />
To see this, we compute<br />
\begin{align*}<br />
A^{\trans} \mathbf{x} =\begin{bmatrix}<br />
A_1^{\trans} \\<br />
A_2^{\trans} \\<br />
A_3^{\trans} \\<br />
A_4^{\trans}<br />
\end{bmatrix}\mathbf{x}<br />
=\begin{bmatrix}<br />
A_1^{\trans}\mathbf{x} \\<br />
A_2^{\trans} \mathbf{x}\\<br />
A_3^{\trans} \mathbf{x}\\<br />
A_4^{\trans} \mathbf{x}<br />
\end{bmatrix}.<br />
\end{align*}<br />
From this equality the claim follows immediately.</p>
<p>So we proved that $\calN(A^{\trans}) =W$. From this, we see that $W$ is actually a subspace of $\R^4$.</p>
<hr />
<p>Thus, we need to find a basis for the null space of the transpose $A^{\trans}$.</p>
<p>We apply elementary row operations to $A^{\trans}$ and obtain a reduced row echelon form<br />
\[A^{\trans} \to \begin{bmatrix}<br />
1 &amp; 0 &amp; -1 &amp; -2 \\<br />
0 &amp;1 &amp; 2 &amp; 3 \\<br />
0 &amp; 0 &amp; 0 &amp; 0 \\<br />
0 &amp; 0 &amp; 0 &amp; 0<br />
\end{bmatrix}.\]
The last two columns correspond to two free variables. Let $s$ and $t$ be free variable.<br />
Then $\mathbf{x}=\begin{bmatrix}<br />
x_1 \\<br />
x_2 \\<br />
x_3 \\<br />
x_4<br />
\end{bmatrix} \in \calN(A^{\trans})$ if and only if $\mathbf{x}$ satisfies<br />
\begin{align*}<br />
x_1 &amp;=s+2t \\<br />
x_2 &amp;=-2s-3t\\<br />
x_3 &amp;=s\\<br />
x_4 &amp;=t,<br />
\end{align*}<br />
equivalently<br />
\begin{align*}<br />
\mathbf{x}=s\begin{bmatrix}<br />
1 \\<br />
-2 \\<br />
1 \\<br />
0<br />
\end{bmatrix}<br />
+t\begin{bmatrix}<br />
2 \\<br />
-3 \\<br />
0 \\<br />
1<br />
\end{bmatrix}.<br />
\end{align*}<br />
Therefore a basis of $W=\calN(A^{\trans})$ is<br />
\[ \begin{bmatrix}<br />
1 \\<br />
-2 \\<br />
1 \\<br />
0<br />
\end{bmatrix} \text{ and } \begin{bmatrix}<br />
2 \\<br />
-3 \\<br />
0 \\<br />
1<br />
\end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="258" data-siteid="1" data-groupid="1" data-favoritecount="37" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">37</span></button><p>The post <a href="https://yutsumura.com/find-a-basis-of-the-subspace-of-all-vectors-that-are-perpendicular-to-the-columns-of-the-matrix/" target="_blank">Find a Basis of the Subspace of All Vectors that  are Perpendicular to the Columns of the 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-a-basis-of-the-subspace-of-all-vectors-that-are-perpendicular-to-the-columns-of-the-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">258</post-id>	</item>
	</channel>
</rss>
