<?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>Ohio State &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/ohio-state/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Feb 2018 07:19:41 +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>Ohio State &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>True or False Problems on Midterm Exam 1 at OSU Spring 2018</title>
		<link>https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/</link>
				<comments>https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:10:20 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

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

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

		<guid isPermaLink="false">https://yutsumura.com/?p=6878</guid>
				<description><![CDATA[<p>Find the vector form solution $\mathbf{x}$ of the equation $A\mathbf{x}=\mathbf{0}$, where $A=\begin{bmatrix} 1 &#038; 1 &#038; 1 &#038; 1 &#038;2 \\ 1 &#038; 2 &#038; 4 &#038; 0 &#038; 5 \\ 3 &#038; 2&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-the-vector-form-solution-to-the-matrix-equation-amathbfxmathbf0/" target="_blank">Find the Vector Form Solution to the Matrix Equation $A\mathbf{x}=\mathbf{0}$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 701</h2>
<p>Find the vector form solution $\mathbf{x}$ of the equation $A\mathbf{x}=\mathbf{0}$, where $A=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 1 &#038; 1 &#038;2 \\<br />
  1 &#038; 2 &#038; 4 &#038; 0 &#038; 5 \\<br />
  3 &#038; 2 &#038; 0 &#038; 5 &#038; 2 \\<br />
    \end{bmatrix}$. Also, find two linearly independent vectors $\mathbf{x}$ satisfying $A\mathbf{x}=\mathbf{0}$.</p>
<p>&nbsp;<br />
<span id="more-6878"></span><br />

<h2>Solution.</h2>
<h3>Find the vector form solution $\mathbf{x}$ of the equation $A\mathbf{x}=\mathbf{0}$</h3>
<p>We reduce the augmented matrix as follows:<br />
\begin{align*}<br />
[A\mid \mathbf{0}]= \left[\begin{array}{rrrrr|r}<br />
 1 &#038; 1 &#038; 1 &#038; 1 &#038;2 &#038; 0 \\<br />
   1 &#038; 2 &#038; 4 &#038; 0 &#038; 5 &#038; 0 \\<br />
   3 &#038; 2 &#038; 0 &#038; 5 &#038; 2 &#038; 0 \\<br />
  \end{array} \right]
  \xrightarrow[R_3-3R_1]{R_2-R_1}<br />
  \left[\begin{array}{rrrrr|r}<br />
 1 &#038; 1 &#038; 1 &#038; 1 &#038;2 &#038; 0 \\<br />
   0 &#038; 1 &#038; 3 &#038; -1 &#038; 3 &#038; 0 \\<br />
   0 &#038; -1 &#038; -3 &#038; 2 &#038; -4 &#038; 0 \\<br />
  \end{array} \right] \\[6pt]
  \xrightarrow[R_3+R_2]{R_1-R_2}<br />
   \left[\begin{array}{rrrrr|r}<br />
 1 &#038; 0 &#038; -2 &#038; 2 &#038;-1 &#038; 0 \\<br />
   0 &#038; 1 &#038; 3 &#038; -1 &#038; 3 &#038; 0 \\<br />
   0 &#038; 0 &#038; 0 &#038; 1 &#038; -1 &#038; 0 \\<br />
  \end{array} \right]
  \xrightarrow[R_2+R_3]{R_1-2R_3}<br />
   \left[\begin{array}{rrrrr|r}<br />
 1 &#038; 0 &#038; -2 &#038; 0 &#038;1 &#038; 0 \\<br />
   0 &#038; 1 &#038; 3 &#038; 0 &#038; 2 &#038; 0 \\<br />
   0 &#038; 0 &#038; 0 &#038; 1 &#038; -1 &#038; 0 \\<br />
  \end{array} \right].<br />
\end{align*}<br />
	Hence, the solution of the system is<br />
	\begin{align*}<br />
x_1&#038;=2x_3-x_5\\<br />
x_2&#038;=-3x_3-2x_5\\<br />
x_4&#038;=x_5,<br />
\end{align*}<br />
where $x_3, x_5$ are free variables.</p>
<hr />
<p>The vector form of the general solution is<br />
\begin{align*}<br />
\mathbf{x}&#038;=\begin{bmatrix}<br />
  x_1 \\<br />
   x_2 \\<br />
    x_3 \\<br />
   x_4 \\<br />
   x_5<br />
   \end{bmatrix}=\begin{bmatrix}<br />
  2x_3-x_5 \\<br />
   -3x_3-2x_5 \\<br />
    x_3 \\<br />
   x_5 \\<br />
   x_5<br />
   \end{bmatrix}\\[6pt]
   &#038;=x_3\begin{bmatrix}<br />
  2 \\<br />
   -3 \\<br />
    1 \\<br />
   0 \\<br />
   0<br />
   \end{bmatrix}+x_5\begin{bmatrix}<br />
  -1 \\<br />
   -2 \\<br />
    0 \\<br />
   1 \\<br />
   1<br />
   \end{bmatrix}.<br />
\end{align*}</p>
<h3>Find two linearly independent vectors $\mathbf{x}$ satisfying $A\mathbf{x}=\mathbf{0}$</h3>
<p>For example, setting $x_3=1, x_5=0$, we see that $\begin{bmatrix}<br />
  2 \\<br />
   -3 \\<br />
    1 \\<br />
   0 \\<br />
   0<br />
   \end{bmatrix}$ is a solution. Similarly, setting $x_3=0, x_5=1$, we see that $\begin{bmatrix}<br />
  -1 \\<br />
   -2 \\<br />
    0 \\<br />
   1 \\<br />
   1<br />
   \end{bmatrix}$ is another solution.<br />
   It is straightforward to check that these two vectors are linearly independent.</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>For the second part, some students chose the zero vector.<br />
But note that the zero vector and another nonzero vector are always linearly dependent.</p>
<button class="simplefavorite-button has-count" data-postid="6878" data-siteid="1" data-groupid="1" data-favoritecount="41" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">41</span></button><p>The post <a href="https://yutsumura.com/find-the-vector-form-solution-to-the-matrix-equation-amathbfxmathbf0/" target="_blank">Find the Vector Form Solution to the Matrix Equation $A\mathbf{x}=\mathbf{0}$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-the-vector-form-solution-to-the-matrix-equation-amathbfxmathbf0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6878</post-id>	</item>
		<item>
		<title>If $\mathbf{v}, \mathbf{w}$ are Linearly Independent Vectors and $A$ is Nonsingular, then $A\mathbf{v}, A\mathbf{w}$ are Linearly Independent</title>
		<link>https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/</link>
				<comments>https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:08:12 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[linearly independent]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6874</guid>
				<description><![CDATA[<p>Let $A$ be an $n\times n$ nonsingular matrix. Let $\mathbf{v}, \mathbf{w}$ be linearly independent vectors in $\R^n$. Prove that the vectors $A\mathbf{v}$ and $A\mathbf{w}$ are linearly independent. &#160; Proof. Suppose that we have a&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/" target="_blank">If $\mathbf{v}, \mathbf{w}$ are Linearly Independent Vectors and $A$ is Nonsingular, then $A\mathbf{v}, A\mathbf{w}$ are Linearly Independent</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 700</h2>
<p>Let $A$ be an $n\times n$ nonsingular matrix. Let $\mathbf{v}, \mathbf{w}$ be linearly independent vectors in $\R^n$. Prove that the vectors $A\mathbf{v}$ and $A\mathbf{w}$ are linearly independent.</p>
<p>&nbsp;<br />
<span id="more-6874"></span></p>
<h2> Proof. </h2>
<p>	Suppose that we have a linear combination<br />
	\[c_1(A\mathbf{v})+c_2(A\mathbf{w})=\mathbf{0},\]
	where $c_1, c_2$ are scalars.<br />
	Out goal is to show that $c_1=c_2=0$.<br />
	Factoring out $A$, we have<br />
	\[A(c_1\mathbf{v}+c_2\mathbf{w})=\mathbf{0}.\]
<hr />
<p>	Note that since $A$ is a nonsingular matrix, the equation $A\mathbf{x}=\mathbf{0}$ has only the zero solution $\mathbf{x}=\mathbf{0}$.<br />
	The above equality yields that $c_1\mathbf{v}+c_2\mathbf{w}$ is a solution to $A\mathbf{x}=\mathbf{0}$.<br />
	Hence, we have<br />
	\[c_1\mathbf{v}+c_2\mathbf{w}=\mathbf{0}.\]
<p>	By assumption, the vectors $\mathbf{v}$ and $\mathbf{w}$ are linearly independent, and this implies that $c_1=c_2=0$.</p>
<p>	We have shown that whenever we have $c_1(A\mathbf{v})+c_2(A\mathbf{w})=\mathbf{0}$, we must have $c_1=c_2=0$. This yields that the vectors $A\mathbf{v}$ and $A\mathbf{w}$ are linearly independent.</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<hr />
<p>One common mistake is to ignore the logic and write down whatever you know.<br />
For example, some students started with $c_1\mathbf{v}+c_2\mathbf{w}=\mathbf{0}$ and since $\mathbf{v}$ and $\mathbf{w}$ are linearly independent, we have $c_1=c_2=0$.<br />
Multiplying by $A$, we have $c_1A\mathbf{v}+c_2A\mathbf{w}=\mathbf{0}$ and $c_1=c_2=0$.</p>
<p>This argument is totally wrong. </p>
<p>The above argument is wrong because it started with different vectors than we want to prove to be linearly independent.<br />
There is nothing wrong about the mathematical operations in the above arguments. However, that argument does not prove that the vectors $A\mathbf{v}$ and $A\mathbf{w}$ are linearly independent.</p>
<p>We should first assume that $c_1A\mathbf{v}+c_2A\mathbf{w}=\mathbf{0}$ and prove that $c_1=c_2=0$.</p>
<button class="simplefavorite-button has-count" data-postid="6874" data-siteid="1" data-groupid="1" data-favoritecount="27" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">27</span></button><p>The post <a href="https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/" target="_blank">If $\mathbf{v}, \mathbf{w}$ are Linearly Independent Vectors and $A$ is Nonsingular, then $A\mathbf{v}, A\mathbf{w}$ are Linearly Independent</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6874</post-id>	</item>
		<item>
		<title>Find a Nonsingular Matrix $A$ satisfying $3A=A^2+AB$</title>
		<link>https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/</link>
				<comments>https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:07:12 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6872</guid>
				<description><![CDATA[<p>(a) Find a $3\times 3$ nonsingular matrix $A$ satisfying $3A=A^2+AB$, where \[B=\begin{bmatrix} 2 &#038; 0 &#038; -1 \\ 0 &#038;2 &#038;-1 \\ -1 &#038; 0 &#038; 1 \end{bmatrix}.\] (b) Find the inverse matrix of&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/" target="_blank">Find a Nonsingular Matrix $A$ satisfying A=A^2+AB$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 699</h2>
<p><strong>(a) </strong>Find a $3\times 3$ nonsingular matrix $A$ satisfying $3A=A^2+AB$, where \[B=\begin{bmatrix}<br />
  2 &#038; 0 &#038; -1 \\<br />
   0 &#038;2 &#038;-1 \\<br />
   -1 &#038; 0 &#038; 1<br />
\end{bmatrix}.\]
<p><strong>(b)</strong> Find the inverse matrix of $A$.</p>
<p>&nbsp;<br />
<span id="more-6872"></span><br />

<h2>Solution</h2>
<h3>(a) Find a $3\times 3$ nonsingular matrix $A$.</h3>
<p>Assume that $A$ is nonsingular. Then the inverse matrix $A^{-1}$ exists.<br />
	Multiplying the given equality by $A^{-1}$ on the left, we obtain<br />
	\[3A^{-1}A=A^{-1}(A^2+AB)=A^{-1}A^2+A^{-1}AB=A+IB=A+B.\]
	Note that the left most term is equal to $3I$.<br />
	Hence, we have $3I=A+B$. Solving for $A$, we have<br />
	\[A=3I-B=\begin{bmatrix}<br />
  3 &#038; 0 &#038; 0 \\<br />
   0 &#038;3 &#038;0 \\<br />
   0 &#038; 0 &#038; 3<br />
\end{bmatrix}-\begin{bmatrix}<br />
  2 &#038; 0 &#038; -1 \\<br />
   0 &#038;2 &#038;-1 \\<br />
   -1 &#038; 0 &#038; 1<br />
\end{bmatrix}=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;1 \\<br />
   1 &#038; 0 &#038; 2<br />
\end{bmatrix}.\]
<p>As we see in part (b), this matrix is actually invertible.</p>
<h3>(b) Find the inverse matrix of $A$.</h3>
<p>To find the inverse matrix of $A$, we reduce the augmented matrix $[A\mid I]$ as follows:<br />
\begin{align*}<br />
[A\mid I]= \left[\begin{array}{rrr|rrr}<br />
 1 &#038; 0 &#038; 1 &#038; 1 &#038;0 &#038; 0 \\<br />
   0 &#038; 1 &#038; 1 &#038; 0 &#038; 1 &#038; 0 \\<br />
   1 &#038; 0 &#038; 2 &#038; 0 &#038; 0 &#038; 1 \\<br />
  \end{array} \right]
  \xrightarrow{R_3-R_2}<br />
   \left[\begin{array}{rrr|rrr}<br />
 1 &#038; 0 &#038; 1 &#038; 1 &#038;0 &#038; 0 \\<br />
   0 &#038; 1 &#038; 1 &#038; 0 &#038; 1 &#038; 0 \\<br />
   0 &#038; 0 &#038; 1 &#038; -1 &#038; 0 &#038; 1 \\<br />
  \end{array} \right]\\[6pt]
  \xrightarrow[R_2-R_3]{R_1-R_3}<br />
   \left[\begin{array}{rrr|rrr}<br />
 1 &#038; 0 &#038; 0 &#038; 2 &#038;0 &#038; -1 \\<br />
   0 &#038; 1 &#038; 0 &#038; 1 &#038; 1 &#038; -1 \\<br />
   0 &#038; 0 &#038; 1 &#038; -1 &#038; 0 &#038; 1 \\<br />
  \end{array} \right].<br />
\end{align*}<br />
The left 3 by 3 part is now the identity matrix.<br />
So the inverse matrix is given by the right 3 by 3 part:<br />
\[A^{-1}=\begin{bmatrix}<br />
  2 &#038; 0 &#038; -1 \\<br />
   1 &#038;1 &#038;-1 \\<br />
   -1 &#038; 0 &#038; 1<br />
\end{bmatrix}.\]
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>One common mistake is: $A=3-B$. Don&#8217;t forget the identity matrix $I$. $3$ is a number but $3I$ is a matrix.<br />
Also $3I$ is the 3 by 3 matrix whose diagonal entries are 3 and 0 elsewhere. Note that $3I$ is not the 3 by3 matrix whose entries are all 3.</p>
<button class="simplefavorite-button has-count" data-postid="6872" data-siteid="1" data-groupid="1" data-favoritecount="61" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">61</span></button><p>The post <a href="https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/" target="_blank">Find a Nonsingular Matrix $A$ satisfying A=A^2+AB$</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-nonsingular-matrix-a-satisfying-3aa2ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6872</post-id>	</item>
		<item>
		<title>Determine whether the Matrix is Nonsingular from the Given Relation</title>
		<link>https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/</link>
				<comments>https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:06:42 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6869</guid>
				<description><![CDATA[<p>Let $A$ and $B$ be $3\times 3$ matrices and let $C=A-2B$. If \[A\begin{bmatrix} 1 \\ 3 \\ 5 \end{bmatrix}=B\begin{bmatrix} 2 \\ 6 \\ 10 \end{bmatrix},\] then is the matrix $C$ nonsingular? If so, prove&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/" target="_blank">Determine whether the Matrix is Nonsingular from the Given Relation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 698</h2>
<p>Let $A$ and $B$ be $3\times 3$ matrices and let $C=A-2B$.<br />
  If<br />
  \[A\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}=B\begin{bmatrix}<br />
  2 \\<br />
   6 \\<br />
    10<br />
  \end{bmatrix},\]
  then is the matrix $C$ nonsingular? If so, prove it. Otherwise, explain why not.</p>
<p>&nbsp;<br />
<span id="more-6869"></span></p>
<h2>Solution.</h2>
<p>  	Using the given equality, we have<br />
  	\begin{align*}<br />
\mathbf{0}&#038;=A\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}-B\begin{bmatrix}<br />
  2 \\<br />
   6 \\<br />
    10<br />
  \end{bmatrix}\\[6pt]
  &#038;=A\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}-2B\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}\\[6pt]
  &#038;=(A-2B)\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}\\[6pt]
  &#038;=C\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}.<br />
  \end{align*}<br />
  Thus, we obtain<br />
  \[C\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}=\mathbf{0}.\]
This implies that the vector $\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}$ is a nonzero solution to the equation $C\mathbf{x}=\mathbf{0}$.<br />
  Therefore, the matrix $C$ is singular.</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>One common mistake is that once you have<br />
\[A\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}=2B\begin{bmatrix}<br />
  1 \\<br />
   3\\<br />
    5<br />
  \end{bmatrix},\]
		then you conclude that $A=2B$, and hence $C$ is the zero matrix.</p>
<p>This is WRONG!! You cannot cancel matrices, like numbers!</p>
<hr />
<p>Another common mistake is to state something like &#8220;Because $C$ has a nonzero solution&#8230;&#8221;<br />
There is no &#8220;solution&#8221; to a matrix. We can talk about the solution of a system, for example.</p>
<button class="simplefavorite-button has-count" data-postid="6869" data-siteid="1" data-groupid="1" data-favoritecount="24" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">24</span></button><p>The post <a href="https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/" target="_blank">Determine whether the Matrix is Nonsingular from the Given Relation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6869</post-id>	</item>
		<item>
		<title>Find All Symmetric Matrices satisfying the Equation</title>
		<link>https://yutsumura.com/find-all-symmetric-matrices-satisfying-the-equation/</link>
				<comments>https://yutsumura.com/find-all-symmetric-matrices-satisfying-the-equation/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:05:59 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[free variable]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[symmetric matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6882</guid>
				<description><![CDATA[<p>Find all $2\times 2$ symmetric matrices $A$ satisfying $A\begin{bmatrix} 1 \\ -1 \end{bmatrix} = \begin{bmatrix} 2 \\ 3 \end{bmatrix}$? Express your solution using free variable(s). &#160; Solution. Let $A=\begin{bmatrix} a &#038; b\\ c&#038; d&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-all-symmetric-matrices-satisfying-the-equation/" target="_blank">Find All Symmetric Matrices satisfying the Equation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 697</h2>
<p>Find all $2\times 2$ symmetric matrices $A$ satisfying $A\begin{bmatrix}<br />
  1 \\<br />
  -1<br />
\end{bmatrix}<br />
=<br />
\begin{bmatrix}<br />
  2 \\<br />
  3<br />
\end{bmatrix}$? Express your solution using free variable(s).</p>
<p>&nbsp;<br />
<span id="more-6882"></span><br />

<h2>Solution.</h2>
<p>	Let $A=\begin{bmatrix}<br />
  a &#038; b\\<br />
  c&#038; d<br />
\end{bmatrix}$ be a $2\times 2$ matrix satisfying the conditions. Then as $A$ is symmetric, we have $A^{\trans}=A$. This yields that $b=c$.<br />
So, we find all matrices $A=\begin{bmatrix}<br />
  a &#038; b\\<br />
  b&#038; d<br />
\end{bmatrix}$ satisfying $A\begin{bmatrix}<br />
  1 \\<br />
  -1<br />
\end{bmatrix}<br />
=<br />
\begin{bmatrix}<br />
  2 \\<br />
  3<br />
\end{bmatrix}$.<br />
We have<br />
\begin{align*}<br />
\begin{bmatrix}<br />
  2 \\<br />
  3<br />
\end{bmatrix}=\begin{bmatrix}<br />
  a &#038; b\\<br />
  b&#038; d<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 \\<br />
  -1<br />
\end{bmatrix}<br />
=\begin{bmatrix}<br />
  a-b \\<br />
  b-d<br />
\end{bmatrix}.<br />
\end{align*}<br />
Hence, we need $a-b=2$ and $b-d=3$.<br />
Equivalently, $a=b+2, d=b-3$. So, we have<br />
\begin{align*}<br />
A=\begin{bmatrix}<br />
  a &#038; b\\<br />
  b&#038; d<br />
\end{bmatrix}=\begin{bmatrix}<br />
  b+2 &#038; b\\<br />
  b&#038; b-3<br />
\end{bmatrix}=b\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; 1<br />
\end{bmatrix}+\begin{bmatrix}<br />
  2 &#038; 0\\<br />
  0&#038; -3<br />
\end{bmatrix},<br />
\end{align*}<br />
where $b$ is a free variable.</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>One common mistake is not using the assumption that $A$ is symmetric or using wrongly.<br />
A matrix $A$ is symmetric if $A^{\trans}=A$. For a 2 by 2 matrix, this yields that the off-diagonal entries must be the same.<br />
However, note that the diagonal entries can be distinct. Some students assumed the same diagonal entries and concluded that there are no matrices satisfying the conditions.</p>
<button class="simplefavorite-button has-count" data-postid="6882" data-siteid="1" data-groupid="1" data-favoritecount="28" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">28</span></button><p>The post <a href="https://yutsumura.com/find-all-symmetric-matrices-satisfying-the-equation/" target="_blank">Find All Symmetric Matrices satisfying the Equation</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-symmetric-matrices-satisfying-the-equation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6882</post-id>	</item>
		<item>
		<title>Compute $A^5\mathbf{u}$ Using Linear Combination</title>
		<link>https://yutsumura.com/compute-a5mathbfu-using-linear-combination/</link>
				<comments>https://yutsumura.com/compute-a5mathbfu-using-linear-combination/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:04:42 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[power of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6866</guid>
				<description><![CDATA[<p>Let \[A=\begin{bmatrix} -4 &#038; -6 &#038; -12 \\ -2 &#038;-1 &#038;-4 \\ 2 &#038; 3 &#038; 6 \end{bmatrix}, \quad \mathbf{u}=\begin{bmatrix} 6 \\ 5 \\ -3 \end{bmatrix}, \quad \mathbf{v}=\begin{bmatrix} -2 \\ 0 \\ 1 \end{bmatrix},&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/compute-a5mathbfu-using-linear-combination/" target="_blank">Compute $A^5\mathbf{u}$ Using Linear Combination</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 696</h2>
<p>Let<br />
\[A=\begin{bmatrix}<br />
  -4 &#038; -6 &#038; -12 \\<br />
   -2 &#038;-1 &#038;-4 \\<br />
   2 &#038; 3 &#038; 6<br />
\end{bmatrix}, \quad \mathbf{u}=\begin{bmatrix}<br />
  6 \\<br />
   5 \\<br />
    -3<br />
  \end{bmatrix}, \quad \mathbf{v}=\begin{bmatrix}<br />
  -2 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}, \quad \text{ and } \mathbf{w}=\begin{bmatrix}<br />
  -2 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}.\]
<p><strong>(a)</strong> Express the vector $\mathbf{u}$ as a linear combination of $\mathbf{v}$ and $\mathbf{w}$.</p>
<p><strong>(b)</strong> Compute $A^5\mathbf{v}$.</p>
<p><strong>(c)</strong> Compute $A^5\mathbf{w}$.</p>
<p><strong>(d)</strong> Compute $A^5\mathbf{u}$.</p>
<p>&nbsp;<br />
<span id="more-6866"></span><br />

<h2>Solution.</h2>
<h3>(a) Express the vector $\mathbf{u}$ as a linear combination of $\mathbf{v}$ and $\mathbf{w}$.</h3>
<p>Our goal here is to find scalars $c_1, c_2$ such that<br />
		\[\mathbf{u}=c_1\mathbf{v}+c_2\mathbf{w}.\]
		This is the same as the matrix equation<br />
		\[\begin{bmatrix}<br />
  -2 &#038; -2 \\<br />
   0  &#038; -1 \\<br />
   1 &#038;1<br />
\end{bmatrix}<br />
\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}=\begin{bmatrix}<br />
  6 \\<br />
   5 \\<br />
    -3<br />
  \end{bmatrix}.\]
 To solve this, we reduced the augmented matrix as follows:<br />
 \begin{align*}<br />
\left[\begin{array}{rr|r}<br />
   -2 &#038; -2 &#038; 6 \\<br />
   0 &#038;-1 &#038;5 \\<br />
   1 &#038; 1 &#038; -3<br />
  \end{array}\right]
  \xrightarrow{R_1 \leftrightarrow R_3}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 1 &#038; -3 \\<br />
   0 &#038;-1 &#038;5 \\<br />
   -2 &#038; -2 &#038; 6<br />
  \end{array}\right]\\[6pt]
  \xrightarrow[-R_2]{R_3+2R_1}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 1 &#038; -3 \\<br />
   0 &#038;1 &#038;-5 \\<br />
   0 &#038; 0 &#038; 0<br />
  \end{array}\right]
  \xrightarrow{R_1-R_2}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 0 &#038; 2 \\<br />
   0 &#038;1 &#038;-5 \\<br />
   0 &#038; 0 &#038; 0<br />
  \end{array}\right].<br />
\end{align*}<br />
  This yields the solution $c_1=2$ and $c_2=-5$.<br />
  Hence, we have the linear combination<br />
  \[\mathbf{u}=2\mathbf{v}-5\mathbf{w}.\]
<h3>(b) Compute $A^5\mathbf{v}$.</h3>
<p>We first compute $A\mathbf{v}$. We have<br />
  \[A\mathbf{v}= \begin{bmatrix}<br />
  -4 &#038; -6 &#038; -12 \\<br />
   -2 &#038;-1 &#038;-4 \\<br />
   2 &#038; 3 &#038; 6<br />
\end{bmatrix}<br />
\begin{bmatrix}<br />
  -2 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}<br />
  =\begin{bmatrix}<br />
  -4 \\<br />
   0 \\<br />
    2<br />
  \end{bmatrix}=2\begin{bmatrix}<br />
  -2 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}=2\mathbf{v}.<br />
\]
Using this relation $A\mathbf{v}=2\mathbf{v}$, we obtain<br />
\[A^2\mathbf{v}=AA\mathbf{v}=A(2\mathbf{v})=2A\mathbf{v}=2(2\mathbf{v})=2^2\mathbf{v}.\]
Next, we have<br />
\[A^3\mathbf{v}=AA^2\mathbf{v}=A(2^2\mathbf{v})=2^2A\mathbf{v}=2^2(a\mathbf{v})=2^3\mathbf{v}.\]
Repeating this process, we see that $A^5\mathbf{v}=2^5\mathbf{v}$.<br />
Or, we can find this by computing as follows:<br />
\begin{align*}<br />
A^5\mathbf{v}=A^2A^3\mathbf{v}=A^2(2^3\mathbf{v})=2^3A^2\mathbf{v}=2^3(2^2\mathbf{v})=2^5\mathbf{v}.<br />
\end{align*}<br />
In summary, we have<br />
\[A^5\mathbf{v}=2^5\mathbf{v}=32\begin{bmatrix}<br />
  -2 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}=\begin{bmatrix}<br />
  -64 \\<br />
   0 \\<br />
    32<br />
  \end{bmatrix}.\]
<h3>(c) Compute $A^5\mathbf{w}$.</h3>
<p>First, we note that<br />
 \[A\mathbf{w}= \begin{bmatrix}<br />
  -4 &#038; -6 &#038; -12 \\<br />
   -2 &#038;-1 &#038;-4 \\<br />
   2 &#038; 3 &#038; 6<br />
\end{bmatrix} \begin{bmatrix}<br />
  -2 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}=\begin{bmatrix}<br />
  2 \\<br />
   1 \\<br />
    -1<br />
  \end{bmatrix}=-\begin{bmatrix}<br />
  -2 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}=-\mathbf{w}.\]
  Using this relation $A\mathbf{w}=-\mathbf{w}$ as in part (a), we obtain<br />
  \[A^5\mathbf{w}=(-1)^5\mathbf{w}=-\begin{bmatrix}<br />
  -2 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}=\begin{bmatrix}<br />
  2 \\<br />
   1 \\<br />
    -1<br />
  \end{bmatrix}.\]
<h3>(d) Compute $A^5\mathbf{u}$.</h3>
<p>Using the linear combination $\mathbf{u}=2\mathbf{v}-5\mathbf{w}$ obtained part (a), we compute<br />
\begin{align*}<br />
A^5\mathbf{w}&#038;=A^5(2\mathbf{v}-5\mathbf{w})\\<br />
&#038;=2A^5\mathbf{v}-5A^5\mathbf{w}\\[6pt]
&#038;=2\begin{bmatrix}<br />
  -64 \\<br />
   0 \\<br />
    32<br />
  \end{bmatrix}-5\begin{bmatrix}<br />
  2 \\<br />
   1 \\<br />
    -1<br />
  \end{bmatrix} &#038;&#038;\text{by (b), (c)}\\[6pt]
  &#038;=\begin{bmatrix}<br />
  -138 \\<br />
   -5 \\<br />
    69<br />
  \end{bmatrix}.<br />
\end{align*}</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>One common pitfall is to compute $A^5$, but this is time consuming and it is very likely to make a mistake by hand computaiton.</p>
<button class="simplefavorite-button has-count" data-postid="6866" data-siteid="1" data-groupid="1" data-favoritecount="19" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">19</span></button><p>The post <a href="https://yutsumura.com/compute-a5mathbfu-using-linear-combination/" target="_blank">Compute $A^5\mathbf{u}$ Using Linear Combination</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/compute-a5mathbfu-using-linear-combination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6866</post-id>	</item>
		<item>
		<title>If the Augmented Matrix is Row-Equivalent to the Identity Matrix, is the System Consistent?</title>
		<link>https://yutsumura.com/if-the-augmented-matrix-is-row-equivalent-to-the-identity-matrix-is-the-system-consistent/</link>
				<comments>https://yutsumura.com/if-the-augmented-matrix-is-row-equivalent-to-the-identity-matrix-is-the-system-consistent/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:03:47 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[consistent system]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[row equivalent]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6863</guid>
				<description><![CDATA[<p>Consider the following system of linear equations: \begin{align*} ax_1+bx_2 &#038;=c\\ dx_1+ex_2 &#038;=f\\ gx_1+hx_2 &#038;=i. \end{align*} (a) Write down the augmented matrix. (b) Suppose that the augmented matrix is row equivalent to the identity matrix.&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-the-augmented-matrix-is-row-equivalent-to-the-identity-matrix-is-the-system-consistent/" target="_blank">If the Augmented Matrix is Row-Equivalent to the Identity Matrix, is the System Consistent?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 695</h2>
<p>Consider the following system of linear equations:<br />
  \begin{align*}<br />
ax_1+bx_2 &#038;=c\\<br />
dx_1+ex_2 &#038;=f\\<br />
gx_1+hx_2 &#038;=i.<br />
\end{align*}</p>
<p><strong>(a)</strong> Write down the augmented matrix.</p>
<p><strong>(b)</strong> Suppose that the augmented matrix is row equivalent to the identity matrix. Is the system consistent? Justify your answer.</p>
<p>&nbsp;<br />
<span id="more-6863"></span><br />

<h2>Solution.</h2>
<h3>(a) Write down the augmented matrix.</h3>
<p>The augmented matrix of the system is<br />
		\[\left[\begin{array}{rr|r}<br />
   a &#038; b &#038; c \\<br />
   d &#038;e &#038;f \\<br />
   g &#038; h &#038; i<br />
  \end{array}\right].\]
<h3>(b) Suppose that the augmented matrix is row equivalent to the identity matrix. Is the system consistent? Justify your answer.</h3>
<p>Since the augmented matrix is row equivalent, we have<br />
  \[\left[\begin{array}{rr|r}<br />
   a &#038; b &#038; c \\<br />
   d &#038;e &#038;f \\<br />
   g &#038; h &#038; i<br />
  \end{array}\right] \xrightarrow{\text{elementary row operations}}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 0 &#038; 0 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 0 &#038; 1<br />
  \end{array}\right].\]
	Thus the third row corresponds to the equation $0x_1+0x_2=1$, equivalently, $0=1$.<br />
	This yields that the system is inconsistent.</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>For part (b), many students wrote that &#8220;the identity matrix is nonsingular, so it is consistent&#8221;.<br />
Well, if the coefficient matrix of a system is row equivalent to the identity, then this is ture but in our case, the augmented matrix is row-equivalent to the identity matrix.</p>
<button class="simplefavorite-button has-count" data-postid="6863" data-siteid="1" data-groupid="1" data-favoritecount="12" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">12</span></button><p>The post <a href="https://yutsumura.com/if-the-augmented-matrix-is-row-equivalent-to-the-identity-matrix-is-the-system-consistent/" target="_blank">If the Augmented Matrix is Row-Equivalent to the Identity Matrix, is the System Consistent?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-the-augmented-matrix-is-row-equivalent-to-the-identity-matrix-is-the-system-consistent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6863</post-id>	</item>
		<item>
		<title>Using Properties of Inverse Matrices, Simplify the Expression</title>
		<link>https://yutsumura.com/using-properties-of-inverse-matrices-simplify-the-expression/</link>
				<comments>https://yutsumura.com/using-properties-of-inverse-matrices-simplify-the-expression/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:02:46 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6861</guid>
				<description><![CDATA[<p>Let $A, B, C$ be $n\times n$ invertible matrices. When you simplify the expression \[C^{-1}(AB^{-1})^{-1}(CA^{-1})^{-1}C^2,\] which matrix do you get? (a) $A$ (b) $C^{-1}A^{-1}BC^{-1}AC^2$ (c) $B$ (d) $C^2$ (e) $C^{-1}BC$ (f) $C$ &#160; Solution.&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/using-properties-of-inverse-matrices-simplify-the-expression/" target="_blank">Using Properties of Inverse Matrices, Simplify the Expression</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 694</h2>
<p>Let $A, B, C$ be $n\times n$ invertible matrices. When you simplify the expression<br />
\[C^{-1}(AB^{-1})^{-1}(CA^{-1})^{-1}C^2,\]
 which matrix do you get?<br />
(a) $A$<br />
(b) $C^{-1}A^{-1}BC^{-1}AC^2$<br />
(c) $B$<br />
(d) $C^2$<br />
(e) $C^{-1}BC$<br />
(f) $C$</p>
<p>&nbsp;<br />
<span id="more-6861"></span></p>
<h2>Solution.</h2>
<p>	In this problem, we use the following facts about inverse matrices: if $P, Q$ are invertible matrices, then we have<br />
	\[(PQ)^{-1}=Q^{-1}P^{-1} \text{ and } (P^{-1})^{-1}=P.\]
<hr />
<p>	Using these, we simplify the given expression as follows:<br />
	\begin{align*}<br />
&#038;C^{-1}(AB^{-1})^{-1}(CA^{-1})^{-1}C^2\\<br />
&#038;=C^{-1}(B^{-1})^{-1}A^{-1}(A^{-1})^{-1}C^{-1}C^2\\<br />
&#038;=C^{-1}BA^{-1}AC^{-1}C^2\\<br />
&#038;=C^{-1}BIC\\<br />
&#038;=C^{-1}BC,<br />
\end{align*}<br />
where we used the identity $A^{-1}A=I$, identity matrix, in the third step.<br />
Thus, the answer is (e).</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>Here are two common mistakes.</p>
<p>The first one is to use a wrong identity $(PQ)^{-1}=P^{-1}Q^{-1}$. This is WRONG.<br />
If you use this, then most likely you chose (b).</p>
<p>The seocnd one is to think matrix multiplication is commutative. Even though $PQ\neq QP$ for matrices $P, Q$, some students freely cancel terms.<br />
In this case, (c) was chosen.</p>
<p>Be careful, if you have $A^{-1}BA$, then in general it is not equal to $B$. You cannot cancel $A$ becuase $A$ and $A^{-1}$ are not adjacent each other.</p>
<button class="simplefavorite-button has-count" data-postid="6861" 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/using-properties-of-inverse-matrices-simplify-the-expression/" target="_blank">Using Properties of Inverse Matrices, Simplify the Expression</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/using-properties-of-inverse-matrices-simplify-the-expression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6861</post-id>	</item>
		<item>
		<title>Is the Following Function $T:\R^2 \to \R^3$ a Linear Transformation?</title>
		<link>https://yutsumura.com/is-the-following-function-tr2-to-r3-a-linear-transformation/</link>
				<comments>https://yutsumura.com/is-the-following-function-tr2-to-r3-a-linear-transformation/#respond</comments>
				<pubDate>Thu, 14 Dec 2017 04:58:19 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[zero vector]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6215</guid>
				<description><![CDATA[<p>Determine whether the function $T:\R^2 \to \R^3$ defined by \[T\left(\, \begin{bmatrix} x \\ y \end{bmatrix} \,\right) = \begin{bmatrix} x_+y \\ x+1 \\ 3y \end{bmatrix}\] is a linear transformation. &#160; Solution. The function $T:\R^2 \to&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/is-the-following-function-tr2-to-r3-a-linear-transformation/" target="_blank">Is the Following Function $T:\R^2 \to \R^3$ a Linear Transformation?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 627</h2>
<p>	 Determine whether the function $T:\R^2 \to \R^3$ defined by<br />
		\[T\left(\,  \begin{bmatrix}<br />
	  x \\<br />
	  y<br />
	\end{bmatrix} \,\right)<br />
	=<br />
	\begin{bmatrix}<br />
	  x_+y \\<br />
	   x+1 \\<br />
	    3y<br />
	  \end{bmatrix}\]
	  is a linear transformation.</p>
<p>&nbsp;<br />
<span id="more-6215"></span><br />

<h2>Solution.</h2>
<p>  	The function $T:\R^2 \to \R^3$ is a not a linear transformation.</p>
<p>  	Recall that <a href="//yutsumura.com/a-linear-transformation-maps-the-zero-vector-to-the-zero-vector/" rel="noopener" target="_blank">every linear transformation must map the zero vector to the zero vector</a>.</p>
<p>  	However, we have<br />
  	\[T\left(\,  \begin{bmatrix}<br />
	  0 \\<br />
	  0<br />
	\end{bmatrix} \,\right)<br />
	=\begin{bmatrix}<br />
	  0+0 \\<br />
	   0+1 \\<br />
	    3\cdot 0<br />
	  \end{bmatrix}=\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    0<br />
	  \end{bmatrix} \neq \begin{bmatrix}<br />
	  0 \\<br />
	   0 \\<br />
	    0<br />
	  \end{bmatrix}.\]
	  So the function $T$ does not map the zero vector $\begin{bmatrix}<br />
	  0 \\<br />
	  0<br />
	\end{bmatrix}$ to the zero vector $\begin{bmatrix}<br />
	  0 \\<br />
	   0 \\<br />
	    0<br />
	  \end{bmatrix}$.<br />
  Thus, $T$ is not a linear transformation.</p>
<h3>Another solution</h3>
<p>  Another way to see this is, for example, as follows.<br />
  Let<br />
	  \[\mathbf{u}=\begin{bmatrix}<br />
	  1 \\<br />
	  0<br />
	\end{bmatrix} \text{ and } \mathbf{v}=\begin{bmatrix}<br />
	  0 \\<br />
	  1<br />
	\end{bmatrix}.\]
	(In fact, you may take any two vectors.)</p>
<p>	Then we have<br />
	\[T(\mathbf{u})+T(\mathbf{v})=T\left(\,  \begin{bmatrix}<br />
	  1 \\<br />
	  0<br />
	\end{bmatrix} \,\right)+T\left(\,  \begin{bmatrix}<br />
	  0 \\<br />
	  1<br />
	\end{bmatrix} \,\right)<br />
	=\begin{bmatrix}<br />
	  1 \\<br />
	   2 \\<br />
	    0<br />
	  \end{bmatrix}+\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    3<br />
	  \end{bmatrix}=\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    3<br />
	  \end{bmatrix}.\]
	  On the other hand, we have<br />
	  \[T\left(\, \mathbf{u}+\mathbf{v}  \,\right) =T\left(\,  \begin{bmatrix}<br />
	  1 \\<br />
	  1<br />
	\end{bmatrix} \,\right)<br />
	=\begin{bmatrix}<br />
	  2 \\<br />
	   2 \\<br />
	    3<br />
  \end{bmatrix}.\]
<p>  Therefore, we see that<br />
  \[T(\mathbf{u})+T(\mathbf{v}) \neq T\left(\, \mathbf{u}+\mathbf{v}  \,\right),\]
  and hence $T$ is not a linear transformation. </p>
<button class="simplefavorite-button has-count" data-postid="6215" data-siteid="1" data-groupid="1" data-favoritecount="50" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">50</span></button><p>The post <a href="https://yutsumura.com/is-the-following-function-tr2-to-r3-a-linear-transformation/" target="_blank">Is the Following Function $T:\R^2 \to \R^3$ a Linear Transformation?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/is-the-following-function-tr2-to-r3-a-linear-transformation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6215</post-id>	</item>
	</channel>
</rss>
