<?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>determinant of a matrix | Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/determinant-of-a-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Apr 2018 02:26:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.10</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>determinant of a matrix | 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 All Values of $x$ such that the Matrix is Invertible</title>
		<link>https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/</link>
				<comments>https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/#respond</comments>
				<pubDate>Mon, 23 Apr 2018 02:26:45 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cofactor expansion]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[quadratic formula]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7035</guid>
				<description><![CDATA[<p>Given any constants $a,b,c$ where $a\neq 0$, find all values of $x$ such that the matrix $A$ is invertible if \[ A= \begin{bmatrix} 1 &#038; 0 &#038; c \\ 0 &#038; a &#038; -b&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/">Find All Values of $x$ such that the Matrix is Invertible</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 721</h2>
<p>Given any constants $a,b,c$ where $a\neq 0$, find all values of $x$ such that the matrix $A$ is invertible if<br />
\[<br />
A=<br />
\begin{bmatrix}<br />
1 &#038; 0 &#038; c \\<br />
0 &#038; a &#038; -b \\<br />
-1/a &#038; x &#038; x^{2}<br />
\end{bmatrix}<br />
.<br />
\]
<p>&nbsp;<br />
<span id="more-7035"></span></p>
<h2>Solution.</h2>
<p>We know that $A$ is invertible precisely when $\det(A)\neq 0$. We therefore compute, by expanding along the first row,<br />
\begin{align*}<br />
\det(A)<br />
&#038;=<br />
1<br />
\begin{vmatrix}<br />
a &#038; -b \\ x &#038; x^{2}<br />
\end{vmatrix}<br />
+c<br />
\begin{vmatrix}<br />
0 &#038; a \\ -1/a &#038; x<br />
\end{vmatrix}<br />
=<br />
1(ax^{2}+bx)<br />
+c(0+1)<br />
\\<br />
&#038;=<br />
ax^{2}+bx+c<br />
.<br />
\end{align*}<br />
Thus $\det(A)\neq 0$ when $ax^{2}+bx+c\neq 0$. We know by the quadratic formula that $ax^{2}+bx+c=0$ precisely when<br />
\[<br />
x=<br />
\dfrac{-b\pm\sqrt{b^{2}-4ac}}{2}<br />
.<br />
\]
Therefore, $A$ is invertible so long as $x$ satisfies both of the following inequalities:<br />
\[<br />
x\neq<br />
\dfrac{-b+\sqrt{b^{2}-4ac}}{2}<br />
,\quad<br />
x\neq<br />
\dfrac{-b-\sqrt{b^{2}-4ac}}{2}<br />
.<br />
\]
<button class="simplefavorite-button has-count" data-postid="7035" data-siteid="1" data-groupid="1" data-favoritecount="435" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">435</span></button>The post <a href="https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/">Find All Values of $x$ such that the Matrix is Invertible</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7035</post-id>	</item>
		<item>
		<title>Find All Eigenvalues and Corresponding Eigenvectors for the $3\times 3$ matrix</title>
		<link>https://yutsumura.com/find-all-eigenvalues-and-corresponding-eigenvectors-for-the-3times-3-matrix/</link>
				<comments>https://yutsumura.com/find-all-eigenvalues-and-corresponding-eigenvectors-for-the-3times-3-matrix/#respond</comments>
				<pubDate>Mon, 16 Apr 2018 03:38:31 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[linear algebra]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7012</guid>
				<description><![CDATA[<p>Find all eigenvalues and corresponding eigenvectors for the matrix $A$ if \[ A= \begin{bmatrix} 2 &#038; -3 &#038; 0 \\ 2 &#038; -5 &#038; 0 \\ 0 &#038; 0 &#038; 3 \end{bmatrix} . \]&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/find-all-eigenvalues-and-corresponding-eigenvectors-for-the-3times-3-matrix/">Find All Eigenvalues and Corresponding Eigenvectors for the $3\times 3$ matrix</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 720</h2>
<p>	Find all eigenvalues and corresponding eigenvectors for the matrix $A$ if<br />
	\[<br />
	A=<br />
	\begin{bmatrix}<br />
	2 &#038; -3 &#038; 0 \\<br />
	2 &#038; -5 &#038; 0 \\<br />
	0 &#038; 0 &#038; 3<br />
	\end{bmatrix}<br />
	.<br />
	\]
<p>&nbsp;<br />
<span id="more-7012"></span></p>
<h2>Solution.</h2>
<p>	If $\lambda$ is an eigenvalue of $A$, then $\lambda$ satisfies<br />
	\begin{align*}<br />
	0<br />
	&#038;=<br />
	\det(A-\lambda I)<br />
	=<br />
	\det\left(<br />
	\begin{bmatrix}<br />
	2 &#038; -3 &#038; 0 \\<br />
	2 &#038; -5 &#038; 0 \\<br />
	0 &#038; 0 &#038; 3<br />
	\end{bmatrix}<br />
	&#8211;<br />
	\begin{bmatrix}<br />
	\lambda &#038; 0 &#038; 0 \\<br />
	0 &#038; \lambda &#038; 0 \\<br />
	0 &#038; 0 &#038; \lambda<br />
	\end{bmatrix}<br />
	\right)<br />
	\\<br />
	&#038;=<br />
	\begin{vmatrix}<br />
	2-\lambda &#038; -3 &#038; 0 \\<br />
	2 &#038; -5-\lambda &#038; 0 \\<br />
	0 &#038; 0 &#038; 3-\lambda<br />
	\end{vmatrix}<br />
	=<br />
	(3-\lambda)<br />
	\begin{vmatrix}<br />
	2-\lambda &#038; -3 \\<br />
	2 &#038; -5-\lambda<br />
	\end{vmatrix}<br />
	\\<br />
	&#038;=<br />
	(3-\lambda)<br />
	\left[(2-\lambda)(-5-\lambda)+6\right]
	=<br />
	(3-\lambda)<br />
	(-10+5\lambda-2\lambda+\lambda^{2}+6)<br />
	\\<br />
	&#038;=<br />
	(3-\lambda)(\lambda^{2}+3\lambda-4)<br />
	=<br />
	-(\lambda-3)(\lambda+4)(\lambda-1)<br />
	.<br />
	\end{align*}<br />
	In the above calculation, we calculated the determinant of the $3\times 3$ matrix by expanding along the third row. From the above equation, we can conclude that the eigenvalues of $A$ are $\lambda=3,1,-4$.</p>
<hr />
<p>	We will first find the eigenvectors corresponding to the eigenvalue $\lambda=3$. Any such eigenvector $\mathbf{x}$ must satisfy<br />
	\begin{align*}<br />
	\begin{bmatrix}<br />
	0 \\ 0 \\ 0<br />
	\end{bmatrix}<br />
	&#038;=<br />
	(A-3I)\mathbf{x}<br />
	=<br />
	\left(<br />
	\begin{bmatrix}<br />
	2 &#038; -3 &#038; 0 \\<br />
	2 &#038; -5 &#038; 0 \\<br />
	0 &#038; 0 &#038; 3<br />
	\end{bmatrix}<br />
	-3<br />
	\begin{bmatrix}<br />
	1 &#038; 0 &#038; 0 \\<br />
	0 &#038; 1 &#038; 0 \\<br />
	0 &#038; 0 &#038; 1<br />
	\end{bmatrix}<br />
	\right)<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2} \\ x_{3}<br />
	\end{bmatrix}<br />
	\\<br />
	&#038;=<br />
	\begin{bmatrix}<br />
	-1 &#038; -3 &#038; 0 \\<br />
	2 &#038; -8 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2} \\ x_{3}<br />
	\end{bmatrix}<br />
	.<br />
	\end{align*}<br />
	The augmented matrix for this system is given by<br />
	\[<br />
	\left[\begin{array}{ccc|c}<br />
	-1 &#038; -3 &#038; 0 &#038; 0 \\<br />
	2 &#038; -8 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\xrightarrow{R_{2}+2R_{1}}<br />
	\left[\begin{array}{ccc|c}<br />
	-1 &#038; -3 &#038; 0 &#038; 0 \\<br />
	0 &#038; -14 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\xrightarrow[-\frac{1}{14}R_{2}]{-R_{1}}<br />
	\]
	\[<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; 3 &#038; 0 &#038; 0 \\<br />
	0 &#038; 1 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\xrightarrow{R_{1}-3R_{2}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; 0 &#038; 0 &#038; 0 \\<br />
	0 &#038; 1 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	.<br />
	\]
	Therefore, the solution is given by $x_{1}=0$ and $x_{2}=0$. Since no other restrictions are given on $x_{3}$, we can conclude that any eigenvector $\mathbf{x}$ of $A$ corresponding to $\lambda=3$ must be of the form<br />
	\[<br />
	\mathbf{x}=x_{3}<br />
	\begin{bmatrix}<br />
	0 \\ 0 \\ 1<br />
	\end{bmatrix}<br />
	\]
	where $x_{3}\neq 0$.</p>
<hr />
<p>	Next, any eigenvector $\mathbf{x}$ corresponding to the eigenvalue $\lambda=1$ must satisfy<br />
	\begin{align*}<br />
	\begin{bmatrix}<br />
	0 \\ 0 \\ 0<br />
	\end{bmatrix}<br />
	&#038;=<br />
	(A-3I)\mathbf{x}<br />
	=<br />
	\left(<br />
	\begin{bmatrix}<br />
	2 &#038; -3 &#038; 0 \\<br />
	2 &#038; -5 &#038; 0 \\<br />
	0 &#038; 0 &#038; 3<br />
	\end{bmatrix}<br />
	&#8211;<br />
	\begin{bmatrix}<br />
	1 &#038; 0 &#038; 0 \\<br />
	0 &#038; 1 &#038; 0 \\<br />
	0 &#038; 0 &#038; 1<br />
	\end{bmatrix}<br />
	\right)<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2} \\ x_{3}<br />
	\end{bmatrix}<br />
	\\<br />
	&#038;=<br />
	\begin{bmatrix}<br />
	1 &#038; -3 &#038; 0 \\<br />
	2 &#038; -6 &#038; 0 \\<br />
	0 &#038; 0 &#038; 2<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2} \\ x_{3}<br />
	\end{bmatrix}<br />
	.<br />
	\end{align*}<br />
	The augmented matrix for this system is given by<br />
	\[<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; -3 &#038; 0 &#038; 0 \\<br />
	2 &#038; -6 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 2 &#038; 0<br />
	\end{array}\right]
	\xrightarrow[\frac{1}{2}R_{3}]{R_{2}-2R_{1}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; -3 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 1 &#038; 0<br />
	\end{array}\right]
	\xrightarrow{R_{2}\leftrightarrow R_{3}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; -3 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 1 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	.<br />
	\]
	Therefore, the solution to this system is given by $x_{1}-3x_{2}=0$, i.e. $x_{1}=3x_{2}$, and $x_{3}=0$. Therefore, any eigenvector $\mathbf{x}$ of $A$ corresponding to $\lambda=1$ must be of the form<br />
	\[<br />
	\mathbf{x}<br />
	=x_{2}<br />
	\begin{bmatrix}<br />
	3 \\ 1 \\ 0<br />
	\end{bmatrix}<br />
	\]
	where $x_{2}\neq 0$.</p>
<hr />
<p>	Finally, any eigenvector $\mathbf{x}$ corresponding to the eigenvalue $\lambda=-4$ must satisfy<br />
	\begin{align*}<br />
	\begin{bmatrix}<br />
	0 \\ 0 \\ 0<br />
	\end{bmatrix}<br />
	&#038;=<br />
	(A+4I)\mathbf{x}<br />
	=<br />
	\left(<br />
	\begin{bmatrix}<br />
	2 &#038; -3 &#038; 0 \\<br />
	2 &#038; -5 &#038; 0 \\<br />
	0 &#038; 0 &#038; 3<br />
	\end{bmatrix}<br />
	+4<br />
	\begin{bmatrix}<br />
	1 &#038; 0 &#038; 0 \\<br />
	0 &#038; 1 &#038; 0 \\<br />
	0 &#038; 0 &#038; 1<br />
	\end{bmatrix}<br />
	\right)<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2} \\ x_{3}<br />
	\end{bmatrix}<br />
	\\<br />
	&#038;=<br />
	\begin{bmatrix}<br />
	6 &#038; -3 &#038; 0 \\<br />
	2 &#038; -1 &#038; 0 \\<br />
	0 &#038; 0 &#038; 7<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2} \\ x_{3}<br />
	\end{bmatrix}<br />
	.<br />
	\end{align*}<br />
	The augmented matrix for this system is given by<br />
	\[<br />
	\left[\begin{array}{ccc|c}<br />
	6 &#038; -3 &#038; 0 &#038; 0 \\<br />
	2 &#038; -1 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 7 &#038; 0<br />
	\end{array}\right]
	\xrightarrow[\frac{1}{7}R_{3}]{R_{2}-\frac{1}{6}R_{1}}<br />
	\left[\begin{array}{ccc|c}<br />
	6 &#038; -3 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 1 &#038; 0<br />
	\end{array}\right]
	\]
	\[<br />
	\xrightarrow[R_{2}\leftrightarrow R_{3}]{\frac{1}{6}R_{1}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; -1/2 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 1 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	.<br />
	\]
	Therefore, the solution to this system satifies $x_{3}=0$ and $x_{1}-(1/2)x_{2}=0$, the latter of which reduces to $x_{1}=(1/2)x_{2}$. Thus any eigenvalue $\mathbf{x}$ of $A$ corresponding to $\lambda=-4$ must be of the form<br />
	\[<br />
	\mathbf{x}<br />
	=x_{2}<br />
	\begin{bmatrix}<br />
	1/2 \\ 1 \\ 0<br />
	\end{bmatrix}<br />
	\]
	where $x_{2}\neq 0$. </p>
<button class="simplefavorite-button has-count" data-postid="7012" data-siteid="1" data-groupid="1" data-favoritecount="435" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">435</span></button>The post <a href="https://yutsumura.com/find-all-eigenvalues-and-corresponding-eigenvectors-for-the-3times-3-matrix/">Find All Eigenvalues and Corresponding Eigenvectors for the $3\times 3$ matrix</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-all-eigenvalues-and-corresponding-eigenvectors-for-the-3times-3-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7012</post-id>	</item>
		<item>
		<title>Find All Values of $a$ which Will Guarantee that $A$ Has Eigenvalues 0, 3, and -3.</title>
		<link>https://yutsumura.com/find-all-values-of-a-which-will-guarantee-that-a-has-eigenvalues-0-3-and-3/</link>
				<comments>https://yutsumura.com/find-all-values-of-a-which-will-guarantee-that-a-has-eigenvalues-0-3-and-3/#respond</comments>
				<pubDate>Mon, 16 Apr 2018 03:25:27 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7006</guid>
				<description><![CDATA[<p>Let $A$ be the matrix given by \[ A= \begin{bmatrix} -2 &#038; 0 &#038; 1 \\ -5 &#038; 3 &#038; a \\ 4 &#038; -2 &#038; -1 \end{bmatrix} \] for some variable $a$. Find&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/find-all-values-of-a-which-will-guarantee-that-a-has-eigenvalues-0-3-and-3/">Find All Values of $a$ which Will Guarantee that $A$ Has Eigenvalues 0, 3, and -3.</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 719</h2>
<p>	Let $A$ be the matrix given by<br />
	\[<br />
	A=<br />
	\begin{bmatrix}<br />
	-2 &#038; 0 &#038; 1 \\<br />
	-5 &#038; 3 &#038; a \\<br />
	4 &#038; -2 &#038; -1<br />
	\end{bmatrix}<br />
	\]
	for some variable $a$. Find all values of $a$ which will guarantee that $A$ has eigenvalues $0$, $3$, and $-3$.</p>
<p>&nbsp;<br />
<span id="more-7006"></span></p>
<h2>Solution.</h2>
<p>	Let $p(t)$ be the characteristic polynomial of $A$, i.e. let $p(t)=\det(A-tI)=0$. By expanding along the second column of $A-tI$, we can obtain the equation<br />
	\begin{align*}<br />
	p(t)<br />
	&#038;=<br />
	\det\left(<br />
	\begin{bmatrix}<br />
	-2 &#038; 0 &#038; 1 \\<br />
	-5 &#038; 3 &#038; a \\<br />
	4 &#038; -2 &#038; -1<br />
	\end{bmatrix}<br />
	&#8211;<br />
	\begin{bmatrix}<br />
	t &#038; 0 &#038; 0 \\<br />
	0 &#038; t &#038; 0 \\<br />
	0 &#038; 0 &#038; t<br />
	\end{bmatrix}<br />
	\right)<br />
	\\<br />
	&#038;=<br />
	\begin{vmatrix}<br />
	-2-t &#038; 0 &#038; 1 \\<br />
	-5 &#038; 3-t &#038; a \\<br />
	4 &#038; -2 &#038; -1-t<br />
	\end{vmatrix}<br />
	\\<br />
	&#038;=<br />
	(3-t)<br />
	\begin{vmatrix}<br />
	-2-t &#038; 1 \\<br />
	4 &#038; -1-t<br />
	\end{vmatrix}<br />
	+2<br />
	\begin{vmatrix}<br />
	-2-t &#038; 1 \\<br />
	-5 &#038; a<br />
	\end{vmatrix}<br />
	\\<br />
	&#038;=<br />
	(3-t)<br />
	\left[(-2-t)(-1-t)-4\right]
	+2\left[(-2-t)a+5\right]
	\\<br />
	&#038;=<br />
	(3-t)<br />
	(2+t+2t+t^{2}-4)<br />
	+2(-2a-t a+5)<br />
	\\<br />
	&#038;=<br />
	(3-t)(t^{2}+3t-2)<br />
	+(-4a-2t a+10)<br />
	\\<br />
	&#038;=<br />
	3t^{2}+9t-6-t^{3}-3t^{2}+2t<br />
	-4a-2t a+10<br />
	\\<br />
	&#038;=<br />
	-t^{3}+11t-2t a+4-4a<br />
	\\<br />
	&#038;=<br />
	-t^{3}+(11-2a)t+4-4a<br />
	.<br />
	\end{align*}<br />
	For the eigenvalues of $A$ to be $0$, $3$, and $-3$, the characteristic polynomial $p(t)$ must have roots at $t=0,3,-3$. This implies<br />
	\begin{align*}<br />
	p(t)<br />
	=<br />
	&#8211; t(t-3)(t+3)<br />
	=<br />
	&#8211; t(t^{2}-9)<br />
	=<br />
	&#8211; t^{3}+ 9t.<br />
	\end{align*}</p>
<p>Therefore,<br />
	\[<br />
	-t^{3}+(11-2a)t+4-4a<br />
	=-t^{3}+9t<br />
	.<br />
	\]
<p>	For this equation to hold, the constant terms on the left and right hand sides of the above equation must be equal. This means that $4-4a=0$, which implies $a=1$. Hence $A$ has eigenvalues $0,3,-3$ precisely when $a=1$.</p>
<button class="simplefavorite-button has-count" data-postid="7006" data-siteid="1" data-groupid="1" data-favoritecount="204" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">204</span></button>The post <a href="https://yutsumura.com/find-all-values-of-a-which-will-guarantee-that-a-has-eigenvalues-0-3-and-3/">Find All Values of $a$ which Will Guarantee that $A$ Has Eigenvalues 0, 3, and -3.</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-all-values-of-a-which-will-guarantee-that-a-has-eigenvalues-0-3-and-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7006</post-id>	</item>
		<item>
		<title>Compute the Determinant of a Magic Square</title>
		<link>https://yutsumura.com/compute-the-determinant-of-a-magic-square/</link>
				<comments>https://yutsumura.com/compute-the-determinant-of-a-magic-square/#respond</comments>
				<pubDate>Tue, 03 Apr 2018 21:15:25 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cofactor expansion]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[magic square]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6991</guid>
				<description><![CDATA[<p>Let \[ A= \begin{bmatrix} 8 &#038; 1 &#038; 6 \\ 3 &#038; 5 &#038; 7 \\ 4 &#038; 9 &#038; 2 \end{bmatrix} . \] Notice that $A$ contains every integer from $1$ to $9$&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/compute-the-determinant-of-a-magic-square/">Compute the Determinant of a Magic Square</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 718</h2>
<p>	Let<br />
	\[<br />
	A=<br />
	\begin{bmatrix}<br />
	8 &#038; 1 &#038; 6 \\<br />
	3 &#038; 5 &#038; 7 \\<br />
	4 &#038; 9 &#038; 2<br />
	\end{bmatrix}<br />
	.<br />
	\]
	Notice that $A$ contains every integer from $1$ to $9$ and that the sums of each row, column, and diagonal of $A$ are equal. Such a grid is sometimes called a magic square.</p>
<p>	Compute the determinant of $A$.</p>
<p>&nbsp;<br />
<span id="more-6991"></span></p>
<h2>Solution.</h2>
<p>	We compute using the first row cofactor expansion<br />
	\begin{align*}<br />
	\det(A)<br />
	&#038;=<br />
	\begin{vmatrix}<br />
	8 &#038; 1 &#038; 6 \\<br />
	3 &#038; 5 &#038; 7 \\<br />
	4 &#038; 9 &#038; 2<br />
	\end{vmatrix}\\[6pt]
	&#038;=<br />
	8<br />
	\begin{vmatrix}<br />
	5 &#038; 7 \\ 9 &#038; 2<br />
	\end{vmatrix}<br />
	-1<br />
	\begin{vmatrix}<br />
	3 &#038; 7 \\ 4 &#038; 2<br />
	\end{vmatrix}<br />
	+6<br />
	\begin{vmatrix}<br />
	3 &#038; 5 \\ 4 &#038; 9<br />
	\end{vmatrix}<br />
	\\[6pt]
	&#038;=<br />
	8(10-63)-(6-28)+6(27-20)\\[6pt]
	&#038;=<br />
	8(-53)-(-22)+6(7)<br />
	\\[6pt]
	&#038;=<br />
	-424+22+42\\[6pt]
	&#038;=<br />
	-360.<br />
	\end{align*}</p>
<button class="simplefavorite-button has-count" data-postid="6991" data-siteid="1" data-groupid="1" data-favoritecount="175" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">175</span></button>The post <a href="https://yutsumura.com/compute-the-determinant-of-a-magic-square/">Compute the Determinant of a Magic Square</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/compute-the-determinant-of-a-magic-square/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6991</post-id>	</item>
		<item>
		<title>Given the Data of Eigenvalues, Determine if the Matrix is Invertible</title>
		<link>https://yutsumura.com/given-the-data-of-eigenvalues-determine-if-the-matrix-is-invertible/</link>
				<comments>https://yutsumura.com/given-the-data-of-eigenvalues-determine-if-the-matrix-is-invertible/#respond</comments>
				<pubDate>Fri, 02 Feb 2018 04:27:15 +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[determinant of a matrix]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6813</guid>
				<description><![CDATA[<p>In each of the following cases, can we conclude that $A$ is invertible? If so, find an expression for $A^{-1}$ as a linear combination of positive powers of $A$. If $A$ is not invertible,&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/given-the-data-of-eigenvalues-determine-if-the-matrix-is-invertible/">Given the Data of Eigenvalues, Determine if the Matrix is Invertible</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 686</h2>
<p>In each of the following cases, can we conclude that $A$ is invertible?  If so, find an expression for $A^{-1}$ as a linear combination of positive powers of $A$.  If $A$ is not invertible, explain why not.</p>
<p><strong>(a)</strong> The matrix $A$ is a $3 \times 3$ matrix with eigenvalues $\lambda=i , \lambda=-i$, and $\lambda=0$.  </p>
<p><strong>(b)</strong> The matrix $A$ is a $3 \times 3$ matrix with eigenvalues $\lambda=i , \lambda=-i$, and $\lambda=-1$.</p>
<p>&nbsp;<br />
<span id="more-6813"></span><br />

<h2>Hint.</h2>
<p>Recall that the product of all the eigenvalues of $A$ is the determinant of $A$.</p>
<h2>Solution.</h2>
<h3>(a) Eigenvalues $\lambda=i , \lambda=-i$, and $\lambda=0$.  </h3>
<p>The matrix $A$ is not invertible.  </p>
<p>The determinant of $A$ is the product of its eigenvalues.  In this case, that means that $\det(A) = i\cdot (-i)\cdot 0 = 0$. </p>
<p>Because the determinant is $0$, $A$ is singular and, hence, not invertible.</p>
<h3>(b) Eigenvalues $\lambda=i , \lambda=-i$, and $\lambda=-1$</h3>
<p>The determinant of $A$ is the product of its eigenvalues.<br />
In this case, that means $\det(A) = i\cdot (-i)\cdot (-1)=-1$.  Because the determinant is non-zero, the matrix $A$ is non-singular, and thus is invertible.</p>
<hr />
<p>To find an expression for $A^{-1}$, we will use the Cayley-Hamilton theorem.  First we find the characteristic polynomial of $A$, which is<br />
\[ p(\lambda) = (\lambda-i)(\lambda+i)(\lambda+1) = \lambda^3 + \lambda^2 + \lambda + 1 . \]
<p>The Cayley-Hamilton theorem says that $A$ must satisfy the equality<br />
\[ A^3 + A^2 + A + I = \mathbf{0} , \]
where $\mathbf{0}$ is the zero matrix.  Rewriting this, we have<br />
\[ I = -A &#8211; A^2 &#8211; A^3 = A( -I &#8211; A &#8211; A^2 ) . \]
<p>Multiplying on the left by $A^{-1}$ yields the desired equation,<br />
\[ A^{-1} = -I &#8211; A &#8211; A^2 . \]
<button class="simplefavorite-button has-count" data-postid="6813" data-siteid="1" data-groupid="1" data-favoritecount="135" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">135</span></button>The post <a href="https://yutsumura.com/given-the-data-of-eigenvalues-determine-if-the-matrix-is-invertible/">Given the Data of Eigenvalues, Determine if the Matrix is Invertible</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/given-the-data-of-eigenvalues-determine-if-the-matrix-is-invertible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6813</post-id>	</item>
		<item>
		<title>Express the Eigenvalues of a 2 by 2 Matrix in Terms of the Trace and Determinant</title>
		<link>https://yutsumura.com/express-the-eigenvalues-of-a-2-by-2-matrix-in-terms-of-the-trace-and-determinant/</link>
				<comments>https://yutsumura.com/express-the-eigenvalues-of-a-2-by-2-matrix-in-terms-of-the-trace-and-determinant/#respond</comments>
				<pubDate>Mon, 18 Dec 2017 23:51:33 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[2 by 2 matrix]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[trace of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6240</guid>
				<description><![CDATA[<p>Let $A=\begin{bmatrix} a &#038; b\\ c&#038; d \end{bmatrix}$ be an $2\times 2$ matrix. Express the eigenvalues of $A$ in terms of the trace and the determinant of $A$. &#160; Solution. Recall the definitions of&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/express-the-eigenvalues-of-a-2-by-2-matrix-in-terms-of-the-trace-and-determinant/">Express the Eigenvalues of a 2 by 2 Matrix in Terms of the Trace and Determinant</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 631</h2>
<p>Let $A=\begin{bmatrix}<br />
  a &#038; b\\<br />
  c&#038; d<br />
\end{bmatrix}$ be an $2\times 2$ matrix. </p>
<p>Express the eigenvalues of $A$ in terms of the trace and the determinant of $A$.</p>
<p>&nbsp;<br />
<span id="more-6240"></span><br />

<h2>Solution.</h2>
<p>	Recall the definitions of the trace and determinant of $A$:<br />
	\[\tr(A)=a+d \text{ and } \det(A)=ad-bc.\]
<hr />
<p>	The eigenvalues of $A$ are roots of the characteristic polynomial $p(t)$ of $A$. So let us first find $p(t)$.<br />
	We have<br />
	\begin{align*}<br />
p(t) &#038;= \det(A-tI)=\begin{vmatrix}<br />
  a-t &#038; b\\<br />
  c&#038; d-t<br />
\end{vmatrix}\\[6pt]
&#038;=(a-t)(d-t)-bc\\<br />
&#038;=t^2-(a+d)t+ad-bc\\<br />
&#038;=t^2-\tr(A) t+\det(A).<br />
\end{align*}</p>
<p>Using the quadratic formula, the eigenvalues of A (roots of $p(t)$) are<br />
\[\frac{\tr(A) \pm \sqrt{\tr(A)^2-4\det(A)}}{2}.\]
<button class="simplefavorite-button has-count" data-postid="6240" data-siteid="1" data-groupid="1" data-favoritecount="188" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">188</span></button>The post <a href="https://yutsumura.com/express-the-eigenvalues-of-a-2-by-2-matrix-in-terms-of-the-trace-and-determinant/">Express the Eigenvalues of a 2 by 2 Matrix in Terms of the Trace and Determinant</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/express-the-eigenvalues-of-a-2-by-2-matrix-in-terms-of-the-trace-and-determinant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6240</post-id>	</item>
		<item>
		<title>Linear Transformation $T:\R^2 \to \R^2$ Given in Figure</title>
		<link>https://yutsumura.com/linear-transformation-tr2-to-r2-given-in-figure/</link>
				<comments>https://yutsumura.com/linear-transformation-tr2-to-r2-given-in-figure/#respond</comments>
				<pubDate>Fri, 17 Nov 2017 17:55:04 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[figure]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[matrix for a linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5528</guid>
				<description><![CDATA[<p>Let $T:\R^2\to \R^2$ be a linear transformation such that it maps the vectors $\mathbf{v}_1, \mathbf{v}_2$ as indicated in the figure below. Find the matrix representation $A$ of the linear transformation $T$. &#160; Solution 1.&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/linear-transformation-tr2-to-r2-given-in-figure/">Linear Transformation $T:\R^2 \to \R^2$ Given in Figure</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 610</h2>
<p>Let $T:\R^2\to \R^2$ be a linear transformation such that it maps the vectors $\mathbf{v}_1, \mathbf{v}_2$ as indicated in the figure below.</p>
<p><img src="https://i1.wp.com/yutsumura.com/wp-content/uploads/2017/08/linear-transoformation-example.png?resize=980%2C378" alt="linear transformation from R^2 to R^2" width="980" height="378" class="alignnone size-full wp-image-5291" srcset="https://i1.wp.com/yutsumura.com/wp-content/uploads/2017/08/linear-transoformation-example.png?w=980&amp;ssl=1 980w, https://i1.wp.com/yutsumura.com/wp-content/uploads/2017/08/linear-transoformation-example.png?resize=300%2C116&amp;ssl=1 300w, https://i1.wp.com/yutsumura.com/wp-content/uploads/2017/08/linear-transoformation-example.png?resize=768%2C296&amp;ssl=1 768w" sizes="(max-width: 980px) 100vw, 980px" data-recalc-dims="1" /></p>
<p>Find the matrix representation $A$ of the linear transformation $T$.</p>
<p>&nbsp;<br />
<span id="more-5528"></span><br />

<h2>Solution 1.</h2>
<p>		From the figure, we see that<br />
		\[\mathbf{v}_1=\begin{bmatrix}<br />
		  -3\\ 1<br />
		    \end{bmatrix} \text{ and } \mathbf{v}_2=\begin{bmatrix}<br />
		      5\\ 2<br />
		        \end{bmatrix},\]
		        and<br />
		        \[T(\mathbf{v}_1)=\begin{bmatrix}<br />
		        2\\ 2<br />
		        \end{bmatrix} \text{ and } T(\mathbf{v}_2)=\begin{bmatrix}<br />
		        1\\ 3<br />
		        \end{bmatrix}.\]
<hr />
<p>		   Let $A$ be the matrix representation of the linear transformation $T$. By definition, we have $T(\mathbf{x})=A\mathbf{x}$ for any $\mathbf{x}\in \R^2$.</p>
<p>		        We determine $A$ as follows.<br />
		        We have<br />
		        \begin{align*}<br />
		        \begin{bmatrix}<br />
		           2&#038; 1 \\<br />
		              2&#038; 3<br />
		                \end{bmatrix}<br />
		                &#038;=[T(\mathbf{v}_1), T(\mathbf{v}_2)]\\<br />
		                &#038;=[A\mathbf{v}_1, A\mathbf{v}_2]\\<br />
		                &#038;=A[\mathbf{v}_1, \mathbf{v}_2]\\<br />
		                &#038;=A\begin{bmatrix}<br />
		                   -3&#038; 5 \\<br />
		                      1&#038; 2<br />
		                      \end{bmatrix}.<br />
		        \end{align*}</p>
<hr />
<p>		       Note that the determinant of the leftmost matrix is $-11$, hence it is invertible and the inverse is given by<br />
		       \[\begin{bmatrix}<br />
		       -3&#038; 5 \\<br />
		       1&#038; 2<br />
		       \end{bmatrix}^{-1}=\frac{1}{11}\begin{bmatrix}<br />
		          -2&#038; 5 \\<br />
		             1&#038; 3<br />
		               \end{bmatrix}.<br />
		               \]
		               Hence<br />
		              \begin{align*}<br />
		              A&#038;=  \begin{bmatrix}<br />
		              2&#038; 1 \\<br />
		              2&#038; 3<br />
		              \end{bmatrix} \begin{bmatrix}<br />
		              -3&#038; 5 \\<br />
		              1&#038; 2<br />
		              \end{bmatrix}^{-1}\\[6pt]
		              &#038;=\frac{1}{11}\begin{bmatrix}<br />
		              2&#038; 1 \\<br />
		              2&#038; 3<br />
		              \end{bmatrix}\begin{bmatrix}<br />
		              -2&#038; 5 \\<br />
		              1&#038; 3<br />
		              \end{bmatrix}. \\[6pt]
		              &#038;=\frac{1}{11}\begin{bmatrix}<br />
		              -3&#038; 13 \\<br />
		              -1&#038; 19<br />
		              \end{bmatrix}.<br />
		              \end{align*}</p>
<p>		              Therefore, the matrix representation of $T$ is<br />
		              \[A=\frac{1}{11}\begin{bmatrix}<br />
		              -3&#038; 13 \\<br />
		              -1&#038; 19<br />
		              \end{bmatrix}.\]
<h2>Solution 2.</h2>
<p>	    Let $\{\mathbf{e}_1, \mathbf{e}_2\}$ be the standard basis for $\R^2$.<br />
	    Then the matrix representation $A$ of the linear transformation $T$ is given by<br />
	    \[A=[T(\mathbf{e}_1), T(\mathbf{e}_2)].\]
	    From the figure, we see that<br />
	    	\[\mathbf{v}_1=\begin{bmatrix}<br />
	    	-3\\ 1<br />
	    	\end{bmatrix} \text{ and } \mathbf{v}_2=\begin{bmatrix}<br />
	    	5\\ 2<br />
	    	\end{bmatrix},\]
	    	and<br />
	    	\[T(\mathbf{v}_1)=\begin{bmatrix}<br />
	    	2\\ 2<br />
	    	\end{bmatrix} \text{ and } T(\mathbf{v}_2)=\begin{bmatrix}<br />
	    	1\\ 3<br />
	    	\end{bmatrix}.\]
<hr />
<p>	    	The values of $T(\mathbf{e}_1)$ and $T(\mathbf{e}_2)$ are not indicated in the figure but we can determine these values as follows.<br />
	    	Note that $\{\mathbf{v}_1, \mathbf{v}_2\}$ is a basis for $\R^2$ (as they are linearly independent from the figure).</p>
<p>	    	Let us express $\mathbf{e}_1$ as a linear combination of $\mathbf{v}-1$ and $\mathbf{v}_2$.<br />
	    	Let<br />
	    	\[\mathbf{e}_1=c_1\mathbf{v}_1+c_2\mathbf{v}_2,\]
	    	where $c_1, c_2$ are scalars to be determined.</p>
<p>	    	This is equivalent to<br />
	    	\[\begin{bmatrix}<br />
	    	  1<br />
	    	  \\ 0<br />
	    	    \end{bmatrix}<br />
	    	    =[\mathbf{v}_1, \mathbf{v}_2]\begin{bmatrix}<br />
	    	      c_1\\ c_2<br />
	    	        \end{bmatrix}<br />
	    	        =\begin{bmatrix}<br />
	    	           -3<br />
	    	           &#038; 5 \\<br />
	    	              1&#038; 2<br />
	    	                \end{bmatrix}<br />
	    	                \begin{bmatrix}<br />
	    	                c_1\\ c_2<br />
	    	                \end{bmatrix}.\]
<p>	    	                As we have<br />
	    	                \[\begin{bmatrix}<br />
	    	                -3&#038; 5 \\<br />
	    	                1&#038; 2<br />
	    	                \end{bmatrix}^{-1}=\frac{1}{11}\begin{bmatrix}<br />
	    	                -2&#038; 5 \\<br />
	    	                1&#038; 3<br />
	    	                \end{bmatrix},<br />
	    	                \]
	    	                it follows that<br />
	    	                \begin{align*}<br />
	    	                \begin{bmatrix}<br />
	    	                c_1\\ c_2<br />
	    	                \end{bmatrix}<br />
	    	                =\begin{bmatrix}<br />
	    	                -3&#038; 5 \\<br />
	    	                1&#038; 2<br />
	    	                \end{bmatrix}^{-1}\begin{bmatrix}<br />
	    	                  1\\ 0<br />
	    	                    \end{bmatrix}=<br />
	    	                  \frac{1}{11}\begin{bmatrix}<br />
	    	                  -2&#038; 5 \\<br />
	    	                  1&#038; 3<br />
	    	                  \end{bmatrix}<br />
	    	                    \begin{bmatrix}<br />
	    	                    1\\ 0<br />
	    	                    \end{bmatrix}<br />
	    	                    =  \frac{1}{11}\begin{bmatrix}<br />
	    	                      -2<br />
	    	                      \\ 1<br />
	    	                        \end{bmatrix}.<br />
	    	                \end{align*}<br />
	    	Thus, we obtain the linear combination<br />
	    	\[\mathbf{e}_1=-\frac{2}{11}\mathbf{v}_1+\frac{1}{11}\mathbf{v}_2,\]
<hr />
<p>By the linearity of $T$, we have<br />
\begin{align*}<br />
T(\mathbf{e}_1)&#038;=-\frac{2}{11}T(\mathbf{v}_1)+\frac{1}{11}T(\mathbf{v}_2)\\<br />
&#038;=-\frac{2}{11}\begin{bmatrix}<br />
  2<br />
  \\ 2<br />
    \end{bmatrix}<br />
    +\frac{1}{11}\begin{bmatrix}<br />
      1\\ 3<br />
        \end{bmatrix}<br />
        \\<br />
        &#038;=\frac{1}{11}\begin{bmatrix}<br />
          -3\\ -1<br />
            \end{bmatrix}.<br />
\end{align*}</p>
<hr />
<p>Similarly, let<br />
	\[\mathbf{e}_2=d_1\mathbf{v}_1+d_2\mathbf{v}_2,\]
	where $d_1, d_2$ are scalars to be determined.<br />
	Then we have<br />
	\[\begin{bmatrix}<br />
	  0\\ 1<br />
	    \end{bmatrix}<br />
	     =\begin{bmatrix}<br />
	     -3 &#038; 5 \\<br />
	     1&#038; 2<br />
	     \end{bmatrix}<br />
	     \begin{bmatrix}<br />
	     d_1\\ d_2<br />
	     \end{bmatrix}.\]
	     It follows that<br />
	     \begin{align*}<br />
	    \begin{bmatrix}<br />
	    d_1\\ d_2<br />
	    \end{bmatrix}<br />
	    	=\begin{bmatrix}<br />
	    	-3&#038; 5 \\<br />
	    	1&#038; 2<br />
	    	\end{bmatrix}^{-1}\begin{bmatrix}<br />
	    	0\\ 1<br />
	    	\end{bmatrix}=<br />
	    	\frac{1}{11}\begin{bmatrix}<br />
	    	-2&#038; 5 \\<br />
	    	1&#038; 3<br />
	    	\end{bmatrix}<br />
	    	\begin{bmatrix}<br />
	    	0\\ 1<br />
	    	\end{bmatrix}<br />
	    	=  \frac{1}{11}\begin{bmatrix}<br />
	    	5<br />
	    	\\ 3<br />
	    	\end{bmatrix}.<br />
	    	 \end{align*}<br />
	    	 Thus, we have the linear combination<br />
	    	 	\[\mathbf{e}_2=\frac{5}{11}\mathbf{v}_1+\frac{3}{11}\mathbf{v}_2,\]
	    	 	and by linearity of $T$ we obtain<br />
	    	 	\begin{align*}<br />
	    	 	T(\mathbf{e}_2)&#038;=\frac{5}{11}T(\mathbf{v}_1)+\frac{3}{11}T(\mathbf{v}_2)\\<br />
	    	 	&#038;=\frac{5}{11}T(\mathbf{v}_1)+\frac{3}{11}T(\mathbf{v}_2)\\<br />
	    	 	&#038;=\frac{5}{11}\begin{bmatrix}<br />
	    	 	2<br />
	    	 	\\ 2<br />
	    	 	\end{bmatrix}<br />
	    	 	+\frac{3}{11}\begin{bmatrix}<br />
	    	 	1\\ 3<br />
	    	 	\end{bmatrix}<br />
	    	 	\\<br />
	    	 	&#038;=\frac{1}{11}\begin{bmatrix}<br />
	    	 	13\\ 19<br />
	    	 	\end{bmatrix}.<br />
	    	 	\end{align*}</p>
<hr />
<p>	    	 	In conclusion, the matrix representation for $T$ is<br />
	    	 	\[A=[T(\mathbf{e}_1), T(\mathbf{e}_2)]=\frac{1}{11}\begin{bmatrix}<br />
	    	 	-3&#038; 13 \\<br />
	    	 	-1&#038; 19<br />
	    	 	\end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="5528" data-siteid="1" data-groupid="1" data-favoritecount="48" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">48</span></button>The post <a href="https://yutsumura.com/linear-transformation-tr2-to-r2-given-in-figure/">Linear Transformation $T:\R^2 \to \R^2$ Given in Figure</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/linear-transformation-tr2-to-r2-given-in-figure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5528</post-id>	</item>
		<item>
		<title>Is the Sum of a Nilpotent Matrix and an Invertible Matrix Invertible?</title>
		<link>https://yutsumura.com/is-the-sum-of-a-nilpotent-matrix-and-an-invertible-matrix-invertible/</link>
				<comments>https://yutsumura.com/is-the-sum-of-a-nilpotent-matrix-and-an-invertible-matrix-invertible/#comments</comments>
				<pubDate>Wed, 11 Oct 2017 02:10:07 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[counterexample]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nilpotent]]></category>
		<category><![CDATA[nilpotent matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5063</guid>
				<description><![CDATA[<p>A square matrix $A$ is called nilpotent if some power of $A$ is the zero matrix. Namely, $A$ is nilpotent if there exists a positive integer $k$ such that $A^k=O$, where $O$ is the&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/is-the-sum-of-a-nilpotent-matrix-and-an-invertible-matrix-invertible/">Is the Sum of a Nilpotent Matrix and an Invertible Matrix Invertible?</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 582</h2>
<p>	 A square matrix $A$ is called <strong>nilpotent</strong> if some power of $A$ is the zero matrix.<br />
Namely, $A$ is nilpotent if there exists a positive integer $k$ such that $A^k=O$, where $O$ is the zero matrix.</p>
<p>	 Suppose that $A$ is a nilpotent matrix and let $B$ be an invertible matrix of the same size as $A$.<br />
	 Is the matrix $B-A$ invertible? If so prove it. Otherwise, give a counterexample. </p>
<p>&nbsp;<br />
<span id="more-5063"></span><br />

<h2>Solution.</h2>
<p>	 	We claim that the matrix $B-A$ is not necessarily invertible.<br />
	 	Consider the matrix<br />
	 	\[A=\begin{bmatrix}<br />
	 	0 &#038; -1 \\0&#038; 0<br />
	 	\end{bmatrix}.\]
	 	This matrix is nilpotent as we have<br />
	 	\[A^2=\begin{bmatrix}<br />
	 	0 &#038; -1 \\0&#038; 0<br />
	 	\end{bmatrix}<br />
	 	\begin{bmatrix}<br />
	 	0 &#038; -1 \\0&#038; 0<br />
	 	\end{bmatrix}<br />
	 	=<br />
	 	\begin{bmatrix}<br />
	 	0 &#038; 0 \\0&#038; 0<br />
	 	\end{bmatrix}.\]
<p>	 	Also consider the matrix<br />
	 	\[B=\begin{bmatrix}<br />
	 	1 &#038; 0 \\1&#038; 1<br />
	 	\end{bmatrix}.\]
	 	Since the determinant of the matrix $B$ is $1$, it is invertible.</p>
<p>	 	So the matrix $A$ and $B$ satisfy the assumption of the problem.<br />
	 	However the matrix<br />
	 	\[B-A=\begin{bmatrix}<br />
	 	1 &#038; 1 \\1&#038; 1<br />
	 	\end{bmatrix}\]
	 	is not invertible as its determinant is $0$.<br />
	 	Hence we found a counterexample.</p>
<h2> Related Question. </h2>
<p>Here is another problem about a nilpotent matrix.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Let $A$ be an $n\times n$ nilpotent matrix. Then prove that $I-A, I+A$ are both nonsingular matrices, where $I$ is the $n\times n$ identity matrix.
</div>
<p>The solution is given in the post &#8628;<br />
<a href="//yutsumura.com/nilpotent-matrices-and-non-singularity-of-such-matrices/" rel="noopener" target="_blank">Nilpotent Matrices and Non-Singularity of Such Matrices</a></p>
<button class="simplefavorite-button has-count" data-postid="5063" data-siteid="1" data-groupid="1" data-favoritecount="64" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">64</span></button>The post <a href="https://yutsumura.com/is-the-sum-of-a-nilpotent-matrix-and-an-invertible-matrix-invertible/">Is the Sum of a Nilpotent Matrix and an Invertible Matrix Invertible?</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/is-the-sum-of-a-nilpotent-matrix-and-an-invertible-matrix-invertible/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5063</post-id>	</item>
		<item>
		<title>Linear Algebra Midterm 1 at the Ohio State University (2/3)</title>
		<link>https://yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-23/</link>
				<comments>https://yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-23/#comments</comments>
				<pubDate>Sun, 24 Sep 2017 16:59:23 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4944</guid>
				<description><![CDATA[<p>The following problems are Midterm 1 problems of Linear Algebra (Math 2568) at the Ohio State University in Autumn 2017. There were 9 problems that covered Chapter 1 of our textbook (Johnson, Riess, Arnold).&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-23/">Linear Algebra Midterm 1 at the Ohio State University (2/3)</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 571</h2>
<p>The following problems are Midterm 1 problems of Linear Algebra (Math 2568) at the Ohio State University in Autumn 2017.<br />
There were 9 problems that covered Chapter 1 of <a href="http://amzn.to/2yn7XFa" rel="noopener" target="_blank">our textbook (Johnson, Riess, Arnold)</a>.<br />
The time limit was 55 minutes.</p>
<hr />
<p>This post is Part 2 and contains Problem 4, 5, and 6.<br />
Check out <a href="//yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-13/" rel="noopener" target="_blank">Part 1</a> and <a href="//yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-33/" rel="noopener" target="_blank">Part 3</a> for the rest of the exam problems.</p>
<hr />
<p><strong>Problem 4</strong>. Let<br />
\[\mathbf{a}_1=\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    3<br />
  \end{bmatrix}, \mathbf{a}_2=\begin{bmatrix}<br />
  2 \\<br />
   -1 \\<br />
    4<br />
  \end{bmatrix}, \mathbf{b}=\begin{bmatrix}<br />
  0 \\<br />
   a \\<br />
    2<br />
  \end{bmatrix}.\]
<p> Find all the values for $a$ so that the vector $\mathbf{b}$ is a linear combination of vectors $\mathbf{a}_1$ and $\mathbf{a}_2$.</p>
<hr />
<p><strong>Problem 5</strong>.<br />
Find the inverse matrix of<br />
\[A=\begin{bmatrix}<br />
  0 &#038; 0 &#038; 2 &#038;   0 \\<br />
  0 &#038;1 &#038;  0 &#038; 0  \\<br />
  1 &#038; 0 &#038; 0 &#038; 0 \\<br />
  1 &#038; 0 &#038; 0 &#038; 1<br />
\end{bmatrix}\]
if it exists. If you think there is no inverse matrix of $A$, then give a reason.</p>
<hr />
<p><strong>Problem 6</strong>.<br />
Consider the system of linear equations<br />
\begin{align*}<br />
3x_1+2x_2&#038;=1\\<br />
5x_1+3x_2&#038;=2.<br />
\end{align*}</p>
<p><strong>(a)</strong> Find the coefficient matrix $A$ of the system.</p>
<p><strong>(b)</strong> Find the inverse matrix of the coefficient matrix $A$.</p>
<p><strong>(c)</strong> Using the inverse matrix of $A$, find the solution of the system. </p>
<p>(<em>Linear Algebra Midterm Exam 1, the Ohio State University</em>)<br />
&nbsp;<br />
<span id="more-4944"></span><br />

<h2>Solution of Problem 4.</h2>
<p>	To be able to express the vector $\mathbf{b}$ as a linear combination of $\mathbf{a}_1$ and $\mathbf{a}_2$, there must be scalars $c_1, c_2$ such that<br />
	\[c_1\mathbf{a}+c_2\mathbf{a}_2=\mathbf{b}.\]
	This is equivalent to the matrix equation<br />
	\[A\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}=\mathbf{b},\]
where<br />
\[A=[\mathbf{a}_1, \mathbf{a}_2]=\begin{bmatrix}<br />
  1 &#038; 2 \\<br />
   2  &#038; -1 \\<br />
   3 &#038;4<br />
\end{bmatrix}.\]
Thus, the vector $\mathbf{b}$ is a linear combination of $\mathbf{a}_1$ and $\mathbf{a}_2$ if and only if the system $A\mathbf{x}=\mathbf{b}$ is consistent.</p>
<p>So let us consider the augmented matrix of the system and reduce it by elementary row operations.<br />
We have<br />
\begin{align*}<br />
[A\mid \mathbf{b}]&#038;=<br />
\left[\begin{array}{rr|r}<br />
   1 &#038; 2 &#038; 0 \\<br />
   2 &#038;-1 &#038;a \\<br />
   3 &#038; 4 &#038; 2<br />
  \end{array}\right]
  \xrightarrow[R_3-3R_1]{R_2-2R_1}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 2 &#038; 0 \\<br />
   0 &#038;-5 &#038;a \\<br />
   0 &#038; -2 &#038; 2<br />
  \end{array}\right]\\[6pt]
  &#038;\xrightarrow{-\frac{1}{2}R_3}<br />
   \left[\begin{array}{rr|r}<br />
   1 &#038; 2 &#038; 0 \\<br />
   0 &#038;-5 &#038;a \\<br />
   0 &#038; 1 &#038; -1<br />
  \end{array}\right]
  \xrightarrow{R_2 \leftrightarrow R_3}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 2 &#038; 0 \\<br />
    0 &#038; 1 &#038; -1\\<br />
      0 &#038;-5 &#038; a<br />
  \end{array}\right]\\[6pt]
  &#038;\xrightarrow[R_3+5R_2]{R_1-2R_2}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 0 &#038; 2 \\<br />
   0 &#038;1 &#038;-1 \\<br />
   0 &#038; 0 &#038; a-5<br />
  \end{array}\right].<br />
\end{align*}<br />
If $a-5=0$, then we obtain the solution $x_1=2, x_2=-1$. Thus the system is consistent when $a=5$.</p>
<p>On the other hand, if $a-5 \neq 0$, then we divide the third row by $a-5$ and then the third row becomes $ \left[\begin{array}{rr|r}<br />
   0 &#038; 0 &#038; 1<br />
  \end{array}\right]$, which implies that the system is inconsistent (as we have $0=1$.)</p>
<p>  Therefore, the only possible value for $a$ is $a=5$.</p>
<p>  Note that when $a=5$, we have<br />
  \[2\mathbf{a}_1-\mathbf{a}_2=\mathbf{b}.\]
<h2>Solution of Problem 5.</h2>
<p>	We form the augmented matrix $[A\mid I]$, where $I$ is the $4\times 4$ identity matrix and apply elementary row operations as follows. We have<br />
	\begin{align*}<br />
&#038;[A\mid I]= \left[\begin{array}{rrrr|rrrr}<br />
   0 &#038; 0 &#038; 2 &#038; 0 &#038;1 &#038; 0 &#038; 0 &#038; 0 \\<br />
    0 &#038; 1 &#038; 0 &#038; 0 &#038; 0 &#038; 1 &#038; 0 &#038; 0 \\<br />
     1 &#038; 0 &#038; 0 &#038; 0 &#038;  0 &#038; 0 &#038; 1 &#038; 0 \\<br />
      1 &#038;0 &#038;  0 &#038; 1 &#038; 0 &#038; 0 &#038; 0 &#038;1 \\<br />
          \end{array} \right]\\[6pt]
          &#038;\xrightarrow{R_1\leftrightarrow R_3}<br />
         \left[\begin{array}{rrrr|rrrr}<br />
             1 &#038; 0 &#038; 0 &#038; 0 &#038;  0 &#038; 0 &#038; 1 &#038; 0 \\<br />
       0 &#038; 1 &#038; 0 &#038; 0 &#038; 0 &#038; 1 &#038; 0 &#038; 0 \\<br />
       0 &#038; 0 &#038; 2 &#038; 0 &#038;1 &#038; 0 &#038; 0 &#038; 0 \\<br />
      1 &#038;0 &#038;  0 &#038; 1 &#038; 0 &#038; 0 &#038; 0 &#038;1 \\<br />
          \end{array} \right]
          \xrightarrow[\frac{1}{2}R_3]{R_4-R_1}<br />
            \left[\begin{array}{rrrr|rrrr}<br />
             1 &#038; 0 &#038; 0 &#038; 0 &#038;  0 &#038; 0 &#038; 1 &#038; 0 \\<br />
       0 &#038; 1 &#038; 0 &#038; 0 &#038; 0 &#038; 1 &#038; 0 &#038; 0 \\<br />
       0 &#038; 0 &#038; 1 &#038; 0 &#038;1/2 &#038; 0 &#038; 0 &#038; 0 \\<br />
      0 &#038;0 &#038;  0 &#038; 1 &#038; 0 &#038; 0 &#038; -1 &#038;1 \\<br />
          \end{array} \right].<br />
\end{align*}<br />
The left $4\times 4$ part became the identity matrix.<br />
This means that the matrix $A$ is invertible and the inverse matrix of $A$ is given by the right $4\times 4$ part.<br />
Hence<br />
\[A^{-1}=\begin{bmatrix}<br />
	  0 &#038; 0 &#038; 1 &#038; 0 \\<br />
        0 &#038; 1 &#038; 0 &#038; 0 \\<br />
      1/2 &#038; 0 &#038; 0 &#038; 0 \\<br />
      0 &#038; 0 &#038; -1 &#038;1 \\<br />
\end{bmatrix}.\]
<h2>Solution of Problem 6.</h2>
<h3>(a) Find the coefficient matrix $A$ of the system.</h3>
<p> The coefficient matrix of the system is<br />
		\[A=\begin{bmatrix}<br />
  3 &#038; 2\\<br />
  5&#038; 3<br />
\end{bmatrix}.\]
<h3>(b) Find the inverse matrix of the coefficient matrix $A$.</h3>
<p>The determinant of $A$ is given by $\det(A)=3\cdot 3 -2\cdot 5=-1\neq 0$. Thus $A$ is invertible.<br />
Using the formula for the inverse matrix of a $2\times 2$ matrix, we obtain<br />
\[A^{-1}=\frac{1}{-1}\begin{bmatrix}<br />
  3 &#038; -2\\<br />
  -5&#038; 3<br />
\end{bmatrix}=\begin{bmatrix}<br />
  -3 &#038; 2\\<br />
  5&#038; -3<br />
\end{bmatrix}.\]
<h3>(c) Using $A^{-1}$, find the solution of the system. </h3>
<p> The system can be written as<br />
\[A\begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}=\begin{bmatrix}<br />
  1 \\<br />
  2<br />
\end{bmatrix}.\]
Multiplying it by $A^{-1}$ on right and using the identity $A^{-1}A=I$, we obtain<br />
\begin{align*}<br />
\begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}&#038;=A^{-1}\begin{bmatrix}<br />
  1 \\<br />
  2<br />
\end{bmatrix}\\[6pt]
&#038;=\begin{bmatrix}<br />
  -3 &#038; 2\\<br />
  5&#038; -3<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 \\<br />
  2<br />
\end{bmatrix}<br />
=\begin{bmatrix}<br />
  1 \\<br />
  -1<br />
\end{bmatrix}.<br />
\end{align*}<br />
Hence the solution of the system is $x_1=1, x_2=-1$.</p>
<h2>Go to Part 1 and Part 3 </h2>
<p>Go to <a href="//yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-13/" rel="noopener" target="_blank">Part 1</a> for Problem 1, 2, and 3.</p>
<p>Go to <a href="//yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-33/" rel="noopener" target="_blank">Part 3</a> for Problem 7, 8, and 9.</p>
<button class="simplefavorite-button has-count" data-postid="4944" data-siteid="1" data-groupid="1" data-favoritecount="29" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">29</span></button>The post <a href="https://yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-23/">Linear Algebra Midterm 1 at the Ohio State University (2/3)</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/linear-algebra-midterm-1-at-the-ohio-state-university-23/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4944</post-id>	</item>
		<item>
		<title>An Example of a Matrix that Cannot Be a Commutator</title>
		<link>https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/</link>
				<comments>https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/#respond</comments>
				<pubDate>Tue, 19 Sep 2017 03:32:46 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[commutator]]></category>
		<category><![CDATA[commutator subgroup]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[diagonalizable matrix]]></category>
		<category><![CDATA[eigenvalues]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[trace of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4915</guid>
				<description><![CDATA[<p>Let $I$ be the $2\times 2$ identity matrix. Then prove that $-I$ cannot be a commutator $[A, B]:=ABA^{-1}B^{-1}$ for any $2\times 2$ matrices $A$ and $B$ with determinant $1$. &#160; Proof. Assume that $[A,&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/">An Example of a Matrix that Cannot Be a Commutator</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 565</h2>
<p>	Let $I$ be the $2\times 2$ identity matrix.<br />
	Then prove that $-I$ cannot be a commutator $[A, B]:=ABA^{-1}B^{-1}$ for any $2\times 2$ matrices $A$ and $B$ with determinant $1$.</p>
<p>&nbsp;<br />
<span id="more-4915"></span></p>
<h2> Proof. </h2>
<p>		Assume that $[A, B]=-I$. Then $ABA^{-1}B^{-1}=-I$ implies<br />
		\[ABA^{-1}=-B. \tag{*}\]
		Taking the trace, we have<br />
		\[-\tr(B)=\tr(-B)=\tr(ABA^{-1})=tr(BAA^{-1})=\tr(B),\]
		hence the trace $\tr(B)=0$.<br />
		Thus, the characteristic polynomial of $B$ is<br />
		\[x^2-\tr(B)x+\det(B)=x^2+1.\]
		Hence the eigenvalues of $B$ are $\pm i$.</p>
<hr />
<p>		Note that the matrix $\begin{bmatrix}<br />
		  0 &#038; -1\\<br />
		  1&#038; 0<br />
		\end{bmatrix}$ has also eigenvalues $\pm i$.<br />
		Thus this matrix is similar to the matrix $B$ as both matrices are similar to the diagonal matrix $\begin{bmatrix}<br />
		  i &#038; 0\\<br />
		  0&#038; -i<br />
		\end{bmatrix}$.<br />
		Let $P$ be a nonsingular matrix such that<br />
		\[B&#8217;:=P^{-1}BP=\begin{bmatrix}<br />
		  0 &#038; -1\\<br />
		  1&#038; 0<br />
		\end{bmatrix}.\]
		Let $A&#8217;=P^{-1}AP$. </p>
<hr />
<p>		The relation (*) is equivalent to $AB=-BA$.<br />
		Using this we have<br />
		\begin{align*}<br />
		A&#8217;B&#8217;&#038;=(P^{-1}AP)(P^{-1}BP)=P^{-1}(AB)P\\<br />
		&#038;=P^{-1}(-BA)P=-(P^{-1}BP)(P^{-1}AP)=-B&#8217;A&#8217;.<br />
		\end{align*}</p>
<p>		Let $A&#8217;=\begin{bmatrix}<br />
		  a &#038; b\\<br />
		  c&#038; d<br />
		\end{bmatrix}$.<br />
		Then $A&#8217;B&#8217;=-B&#8217;A&#8217;$ gives<br />
		\begin{align*}<br />
		\begin{bmatrix}<br />
		  a &#038; b\\<br />
		  c&#038; d<br />
		\end{bmatrix}<br />
		\begin{bmatrix}<br />
		  0 &#038; -1\\<br />
		  1&#038; 0<br />
		\end{bmatrix}<br />
		=-\begin{bmatrix}<br />
		  0 &#038; -1\\<br />
		  1&#038; 0<br />
		\end{bmatrix}\begin{bmatrix}<br />
		  a &#038; b\\<br />
		  c&#038; d<br />
		\end{bmatrix}\\[6pt]
		\Leftrightarrow<br />
		\begin{bmatrix}<br />
		  b &#038; -a\\<br />
		  d&#038; -c<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  c &#038; d\\<br />
		  -a&#038; -b<br />
		\end{bmatrix}.<br />
		\end{align*}<br />
		Hence we obtain $d=-a$ and $c=b$.</p>
<hr />
<p>		Then<br />
		\begin{align*}<br />
		1=\det(A)=\det(PA&#8217;P^{-1})=\det(A&#8217;)=\begin{vmatrix}<br />
		  a &#038; b\\<br />
		  b&#038; -a<br />
		\end{vmatrix}=-a^2-b^2,<br />
		\end{align*}<br />
		which is impossible.<br />
		Therefore, the matrix $-I$ cannot be written as a commutator $[A, B]$ for any $2\times 2$ matrices $A, B$ with determinant $1$.</p>
<button class="simplefavorite-button has-count" data-postid="4915" 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>The post <a href="https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/">An Example of a Matrix that Cannot Be a Commutator</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4915</post-id>	</item>
	</channel>
</rss>
