<?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>elementary row operations &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/elementary-row-operations/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Jan 2018 04:43:09 +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>elementary row operations &#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>Determine whether the Given 3 by 3 Matrices are Nonsingular</title>
		<link>https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/</link>
				<comments>https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/#respond</comments>
				<pubDate>Tue, 09 Jan 2018 09:26:10 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[rank of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6691</guid>
				<description><![CDATA[<p>Determine whether the following matrices are nonsingular or not. (a) $A=\begin{bmatrix} 1 &#038; 0 &#038; 1 \\ 2 &#038;1 &#038;2 \\ 1 &#038; 0 &#038; -1 \end{bmatrix}$. (b) $B=\begin{bmatrix} 2 &#038; 1 &#038; 2&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/" target="_blank">Determine whether the Given 3 by 3 Matrices are Nonsingular</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 671</h2>
<p>Determine whether the following matrices are nonsingular or not.</p>
<p><strong>(a)</strong> $A=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   2 &#038;1 &#038;2 \\<br />
   1 &#038; 0 &#038; -1<br />
\end{bmatrix}$.</p>
<p><strong>(b)</strong> $B=\begin{bmatrix}<br />
  2 &#038; 1 &#038; 2 \\<br />
   1 &#038;0 &#038;1 \\<br />
   4 &#038; 1 &#038; 4<br />
\end{bmatrix}$.</p>
<p>&nbsp;<br />
<span id="more-6691"></span><br />

<h2>Solution.</h2>
<p>Recall that an $n\times n$ matrix is nonsingular if $A\mathbf{x}=\mathbf{0}$ has only the zero solution. This is equivalent to the condition that the rank of $A$ is $n$.</p>
<h3>(a) Is $A=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   2 &#038;1 &#038;2 \\<br />
   1 &#038; 0 &#038; -1<br />
\end{bmatrix}$ nonsingular?</h3>
<p> We find the rank of the matrix $A$ as follows.<br />
	\begin{align*}<br />
A=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   2 &#038;1 &#038;2 \\<br />
   1 &#038; 0 &#038; -1<br />
\end{bmatrix}<br />
\xrightarrow[R_3-R_1]{R_2-2R_1} \begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 0 &#038; -2<br />
\end{bmatrix}<br />
\xrightarrow{-\frac{1}{2}R_3}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}<br />
\xrightarrow{R_1-R_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 />
\end{align*}<br />
The last matrix is in reduced row echelon form and has three nonzero rows.<br />
Hence, the rank of $A$ is $3$.<br />
It follows that the matrix $A$ is nonsingular.</p>
<h3>(b) Is $B=\begin{bmatrix}<br />
  2 &#038; 1 &#038; 2 \\<br />
   1 &#038;0 &#038;1 \\<br />
   4 &#038; 1 &#038; 4<br />
\end{bmatrix}$ nonsingular?</h3>
<p>Next, we compute the rank of $B$ as follows.<br />
\begin{align*}<br />
B=\begin{bmatrix}<br />
  2 &#038; 1 &#038; 2 \\<br />
   1 &#038;0 &#038;1 \\<br />
   4 &#038; 1 &#038; 4<br />
\end{bmatrix}<br />
\xrightarrow{R_1 \leftrightarrow R_2}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   2 &#038;1 &#038;2 \\<br />
   4 &#038; 1 &#038; 4<br />
\end{bmatrix}<br />
\xrightarrow[R_3-4R_1]{R_2-2R_1}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 1 &#038; 0<br />
\end{bmatrix}<br />
\xrightarrow{R_3-R_2}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 0 &#038; 0<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>This computation shows that the rank of $B$ is $2$.<br />
Hence, the matrix $B$ is singular.</p>
<button class="simplefavorite-button has-count" data-postid="6691" data-siteid="1" data-groupid="1" data-favoritecount="347" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">347</span></button><p>The post <a href="https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/" target="_blank">Determine whether the Given 3 by 3 Matrices are Nonsingular</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-given-3-by-3-matrices-are-nonsingular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6691</post-id>	</item>
		<item>
		<title>For What Values of $a$, Is the Matrix Nonsingular?</title>
		<link>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/</link>
				<comments>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/#respond</comments>
				<pubDate>Tue, 09 Jan 2018 02:27:30 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[quadratic formula]]></category>
		<category><![CDATA[rank of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6688</guid>
				<description><![CDATA[<p>Determine the values of a real number $a$ such that the matrix \[A=\begin{bmatrix} 3 &#038; 0 &#038; a \\ 2 &#038;3 &#038;0 \\ 0 &#038; 18a &#038; a+1 \end{bmatrix}\] is nonsingular. &#160; Solution. We&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/" target="_blank">For What Values of $a$, Is the Matrix Nonsingular?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 670</h2>
<p>Determine the values of a real number $a$ such that the matrix<br />
\[A=\begin{bmatrix}<br />
  3 &#038; 0 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}\]
is nonsingular.<br />
&nbsp;<br />
<span id="more-6688"></span></p>
<h2>Solution.</h2>
<p>	We apply elementary row operations and obtain:<br />
	\begin{align*}<br />
A=\begin{bmatrix}<br />
  3 &#038; 0 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}<br />
\xrightarrow{R_1-R_2}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}\\[6pt]
\xrightarrow{R_2-2R_1}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   0 &#038;9 &#038;-2a \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}<br />
\xrightarrow{R_3-(2a)R_2}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   0 &#038;9 &#038;-2a \\<br />
   0 &#038; 0 &#038; 4a^2+a+1<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>From this, we see that the matrix $A$ is nonsingular if and only if the $(3, 3)$-entry $4a^2+a+1$ is not zero.<br />
By the quadratic formula, we see that<br />
\[a=\frac{-1\pm \sqrt{-15}}{8}\]
are solutions of $4a^2+a+1=0$.</p>
<p>Note that these are not real numbers. Thus, for any real number $a$, we have $4a^2+a+1\neq 0$.</p>
<p>Hence, we can divide the third row by this number, and eventually we can reduce it to the identity matrix.<br />
So the rank of $A$ is $3$, and $A$ is nonsingular for any real number $a$.</p>
<button class="simplefavorite-button has-count" data-postid="6688" data-siteid="1" data-groupid="1" data-favoritecount="85" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">85</span></button><p>The post <a href="https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/" target="_blank">For What Values of $a$, Is the Matrix Nonsingular?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6688</post-id>	</item>
		<item>
		<title>If Two Matrices Have the Same Rank, Are They Row-Equivalent?</title>
		<link>https://yutsumura.com/if-two-matrices-have-the-same-rank-are-they-row-equivalent/</link>
				<comments>https://yutsumura.com/if-two-matrices-have-the-same-rank-are-they-row-equivalent/#respond</comments>
				<pubDate>Mon, 25 Dec 2017 04:46:57 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[echelon form]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[rank of a matrix]]></category>
		<category><![CDATA[reduced echelon form]]></category>
		<category><![CDATA[row equivalent]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6318</guid>
				<description><![CDATA[<p>If $A, B$ have the same rank, can we conclude that they are row-equivalent? If so, then prove it. If not, then provide a counterexample. &#160; Solution. Having the same rank does not mean&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-two-matrices-have-the-same-rank-are-they-row-equivalent/" target="_blank">If Two Matrices Have the Same Rank, Are They Row-Equivalent?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 644</h2>
<p>If $A, B$ have the same rank, can we conclude that they are row-equivalent? </p>
<p>If so, then prove it.  If not, then provide a counterexample.</p>
<p>&nbsp;<br />
<span id="more-6318"></span><br />

<h2>Solution.</h2>
<p>	Having the same rank does not mean they are row-equivalent.  </p>
<p>For a simple counterexample, consider $A = \begin{bmatrix} 1 &#038; 0 \end{bmatrix}$ and $B = \begin{bmatrix} 0 &#038; 1 \end{bmatrix}$. </p>
<p>Both of these matrices have rank 1, but are not row-equivalent because they are already in reduced row echelon form.</p>
<h2>Another solution. </h2>
<p>The problem doesn&#8217;t specify the sizes of matrices $A$, $B$.</p>
<p>Note that if the sizes of $A$ and $B$ are distinct, then they can never be row-equivalent.<br />
Keeping this in mind, let us consider the following two matrices.</p>
<p>\[A=\begin{bmatrix}<br />
  1 \\<br />
  0<br />
\end{bmatrix} \text{ and } B=\begin{bmatrix}<br />
  1 &#038; 0<br />
\end{bmatrix}.\]
	Then both matrices are in reduced row echelon form and have rank $1$.<br />
As noted above, they are not row-equivalent because the sizes are distinct.</p>
<button class="simplefavorite-button has-count" data-postid="6318" data-siteid="1" data-groupid="1" data-favoritecount="58" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">58</span></button><p>The post <a href="https://yutsumura.com/if-two-matrices-have-the-same-rank-are-they-row-equivalent/" target="_blank">If Two Matrices Have the Same Rank, Are They Row-Equivalent?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-two-matrices-have-the-same-rank-are-they-row-equivalent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6318</post-id>	</item>
		<item>
		<title>Find a Row-Equivalent Matrix which is in Reduced Row Echelon Form and Determine the Rank</title>
		<link>https://yutsumura.com/find-a-row-equivalent-matrix-which-is-in-reduced-row-echelon-form-and-determine-the-rank/</link>
				<comments>https://yutsumura.com/find-a-row-equivalent-matrix-which-is-in-reduced-row-echelon-form-and-determine-the-rank/#respond</comments>
				<pubDate>Mon, 25 Dec 2017 04:31:24 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[rank of a matrix]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[row equivalent]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6314</guid>
				<description><![CDATA[<p>For each of the following matrices, find a row-equivalent matrix which is in reduced row echelon form. Then determine the rank of each matrix. (a) $A = \begin{bmatrix} 1 &#038; 3 \\ -2 &#038;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-a-row-equivalent-matrix-which-is-in-reduced-row-echelon-form-and-determine-the-rank/" target="_blank">Find a Row-Equivalent Matrix which is in Reduced Row Echelon Form and Determine the Rank</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 643</h2>
<p>For each of the following matrices, find a row-equivalent matrix which is in reduced row echelon form.  Then determine the rank of each matrix.</p>
<p><strong>(a) </strong>$A = \begin{bmatrix} 1 &#038; 3 \\ -2 &#038; 2 \end{bmatrix}$.</p>
<p><strong>(b)</strong> $B = \begin{bmatrix} 2 &#038; 6 &#038; -2 \\ 3 &#038; -2 &#038; 8 \end{bmatrix}$.</p>
<p><strong>(c)</strong> $C = \begin{bmatrix} 2 &#038; -2 &#038; 4 \\ 4 &#038; 1 &#038; -2 \\ 6 &#038; -1 &#038; 2 \end{bmatrix}$.</p>
<p><strong>(d)</strong> $D = \begin{bmatrix} -2 \\ 3 \\ 1 \end{bmatrix}$.</p>
<p><strong>(e)</strong> $E = \begin{bmatrix} -2 &#038; 3 &#038; 1 \end{bmatrix}$.</p>
<p>&nbsp;<br />
<span id="more-6314"></span><br />

<h2>Definition (Rank of a Matrix).</h2>
<p>The <strong>rank </strong> of a matrix $A$ is the number of nonzero rows in the reduced row echelon form matrix $\rref(A)$ that is row equivalent to $A$.</p>
<h2>Solution.</h2>
<h3>(a) $A = \begin{bmatrix} 1 &#038; 3 \\ -2 &#038; 2 \end{bmatrix}$</h3>
<p>The matrix $A$ has rank 2, which can be seen by computing<br />
		\[ \begin{bmatrix} 1 &#038; 3 \\ -2 &#038; 2  \end{bmatrix} \xrightarrow{R_2 + 2 R_1} \begin{bmatrix} 1 &#038; 3 \\ 0 &#038; 8  \end{bmatrix} \xrightarrow{\frac{1}{8} R_2 } \begin{bmatrix} 1 &#038; 3 \\ 0 &#038; 1 \end{bmatrix} \xrightarrow{R_1 &#8211; 3 R_2} \begin{bmatrix} 1 &#038; 0 \\ 0 &#038; 1 \end{bmatrix}. \]
		Because the row-reduced matrix has two non-zero rows, the rank of $A$ is $2$.</p>
<h3>(b) $B = \begin{bmatrix} 2 &#038; 6 &#038; -2 \\ 3 &#038; -2 &#038; 8 \end{bmatrix}$</h3>
<p>The matrix $B$ has rank 2, which can be seen by computing<br />
		\begin{align*}<br />
\begin{bmatrix} 2 &#038; 6 &#038; -2 \\ 3 &#038; -2 &#038; 8 \end{bmatrix} \xrightarrow{\frac{1}{2} R_1 } \begin{bmatrix} 1 &#038; 3 &#038; -1 \\ 3 &#038; -2 &#038; 8 \end{bmatrix} \xrightarrow{R_2 &#8211; 3 R_1} \begin{bmatrix} 1 &#038; 3 &#038; -1 \\ 0 &#038; -11 &#038; 11 \end{bmatrix} \\[6pt]
  \xrightarrow{\frac{-1}{11} R_2 } \begin{bmatrix} 1 &#038; 3 &#038; -1 \\ 0 &#038; 1 &#038; -1 \end{bmatrix} \xrightarrow{R_1 &#8211; 3 R_2} \begin{bmatrix} 1 &#038; 0 &#038; 2 \\ 0 &#038; 1 &#038; -1 \end{bmatrix}<br />
\end{align*}</p>
<h3>(c) $C = \begin{bmatrix} 2 &#038; -2 &#038; 4 \\ 4 &#038; 1 &#038; -2 \\ 6 &#038; -1 &#038; 2 \end{bmatrix}$</h3>
<p>The matrix $C$ has rank 2, which can be seen by computing<br />
		\begin{align*}<br />
\begin{bmatrix} 2 &#038; -2 &#038; 4 \\ 4 &#038; 1 &#038; -2 \\ 6 &#038; -1 &#038; 2 \end{bmatrix} \xrightarrow{\frac{1}{2} R_1 } \begin{bmatrix} 1 &#038; -1 &#038; 2 \\ 4 &#038; 1 &#038; -2 \\ 6 &#038; -1 &#038; 2 \end{bmatrix}  \xrightarrow[R_3 &#8211; 6 R_1]{R_2 &#8211; 4 R_1} \begin{bmatrix} 1 &#038; -1 &#038; 2 \\ 0 &#038; 5 &#038; -10 \\ 0 &#038; 5 &#038; -10 \end{bmatrix} \\[6pt]
\xrightarrow{R_3 &#8211; R_2} \begin{bmatrix} 1 &#038; -1 &#038; 2 \\ 0 &#038; 5 &#038; -10 \\ 0 &#038; 0 &#038; 0 \end{bmatrix} \xrightarrow{ \frac{1}{5} R_2 } \begin{bmatrix} 1 &#038; -1 &#038; 2 \\ 0 &#038; 1 &#038; -2 \\ 0 &#038; 0 &#038; 0 \end{bmatrix} \xrightarrow{R_1 + R_2}  \begin{bmatrix} 1 &#038; 0 &#038; 0 \\ 0 &#038; 1 &#038; -2 \\ 0 &#038; 0 &#038; 0 \end{bmatrix} .<br />
\end{align*}</p>
<h3>(d) $D = \begin{bmatrix} -2 \\ 3 \\ 1 \end{bmatrix}$</h3>
<p>The matrix $D$ has rank 1, which can be seen by calculating:<br />
		\[\begin{bmatrix} -2 \\ 3 \\ 1 \end{bmatrix} \xrightarrow{ \frac{-1}{2} R_1 } \begin{bmatrix} 1 \\ 3 \\1 \end{bmatrix} \xrightarrow{R_2 &#8211; 3 R_1 , R_3 &#8211; R_1} \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}.\]
<h3>(e) $E = \begin{bmatrix} -2 &#038; 3 &#038; 1 \end{bmatrix}$</h3>
<p>The matrix $E$ has rank 1, which can be seen by calculating:<br />
		\[\begin{bmatrix} -2 &#038; 3 &#038; 1 \end{bmatrix} \xrightarrow{ \frac{-1}{2} R_1 } \begin{bmatrix} 1 &#038; \frac{-3}{2} &#038; \frac{-1}{2} \end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="6314" data-siteid="1" data-groupid="1" data-favoritecount="134" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">134</span></button><p>The post <a href="https://yutsumura.com/find-a-row-equivalent-matrix-which-is-in-reduced-row-echelon-form-and-determine-the-rank/" target="_blank">Find a Row-Equivalent Matrix which is in Reduced Row Echelon Form and Determine the Rank</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-row-equivalent-matrix-which-is-in-reduced-row-echelon-form-and-determine-the-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6314</post-id>	</item>
		<item>
		<title>Row Equivalence of Matrices is Transitive</title>
		<link>https://yutsumura.com/row-equivalence-of-matrices-is-transitive/</link>
				<comments>https://yutsumura.com/row-equivalence-of-matrices-is-transitive/#respond</comments>
				<pubDate>Mon, 25 Dec 2017 04:14:23 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[row equivalent]]></category>
		<category><![CDATA[transitive]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6309</guid>
				<description><![CDATA[<p>If $A, B, C$ are three $m \times n$ matrices such that $A$ is row-equivalent to $B$ and $B$ is row-equivalent to $C$, then can we conclude that $A$ is row-equivalent to $C$? If&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/row-equivalence-of-matrices-is-transitive/" target="_blank">Row Equivalence of Matrices is Transitive</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 642</h2>
<p>If $A, B, C$ are three $m \times n$ matrices such that $A$ is row-equivalent to $B$ and $B$ is row-equivalent to $C$, then can we conclude that $A$ is row-equivalent to $C$?  </p>
<p>If so, then prove it.  If not, then provide a counterexample.</p>
<p>&nbsp;<br />
<span id="more-6309"></span></p>
<h2>Definition (Row Equivalent).</h2>
<p>Two matrices are said to be <strong>row equivalent</strong> if one can be obtained from the other by a sequence of elementary row operations.</p>
<h2>Proof.</h2>
<p>Yes, in this case $A$ and $C$ are row-equivalent. </p>
<p>By assumption, the matrices $A$ and $B$ are row-equivalent, which means that there is a sequence of elementary row operations that turns $A$ into $B$. </p>
<p>Call this sequence $r_1 , r_2 , \cdots , r_n$, where each $r_i$ is an elementary row operation.<br />
(Start with applying $r_1$ to $A$.)</p>
<p>By another assumption, $B$ is row-equivalent to $C$, which means that there is a sequence of elementary row operations which transforms $B$ into $C$; call this sequence $s_1 , s_2 , \cdots , s_m$. </p>
<p>Putting these sequences together, the operations $r_1 , r_2 , \cdots , r_n$ , $s_1 , s_2 , \cdots , s_m$ will transform the matrix $A$ into $C$. </p>
<p>This proves that $A$ and $C$ are row-equivalent.	</p>
<button class="simplefavorite-button has-count" data-postid="6309" data-siteid="1" data-groupid="1" data-favoritecount="17" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">17</span></button><p>The post <a href="https://yutsumura.com/row-equivalence-of-matrices-is-transitive/" target="_blank">Row Equivalence of Matrices is Transitive</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/row-equivalence-of-matrices-is-transitive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6309</post-id>	</item>
		<item>
		<title>An Example of Matrices $A$, $B$ such that $\mathrm{rref}(AB)\neq \mathrm{rref}(A) \mathrm{rref}(B)$</title>
		<link>https://yutsumura.com/an-example-of-matrices-a-b-such-that-mathrmrrefabneq-mathrmrrefa-mathrmrrefb/</link>
				<comments>https://yutsumura.com/an-example-of-matrices-a-b-such-that-mathrmrrefabneq-mathrmrrefa-mathrmrrefb/#respond</comments>
				<pubDate>Sat, 23 Sep 2017 00:09:42 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[reduced row echelon form]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4935</guid>
				<description><![CDATA[<p>For an $m\times n$ matrix $A$, we denote by $\mathrm{rref}(A)$ the matrix in reduced row echelon form that is row equivalent to $A$. For example, consider the matrix $A=\begin{bmatrix} 1 &#038; 1 &#038; 1&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/an-example-of-matrices-a-b-such-that-mathrmrrefabneq-mathrmrrefa-mathrmrrefb/" target="_blank">An Example of Matrices $A$, $B$ such that $\mathrm{rref}(AB)\neq \mathrm{rref}(A) \mathrm{rref}(B)$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 569</h2>
<p>For an $m\times n$ matrix $A$, we denote by $\mathrm{rref}(A)$ the matrix in reduced row echelon form that is row equivalent to $A$.<br />
	For example, consider the matrix $A=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 1 \\<br />
   0 &#038;2 &#038;2<br />
\end{bmatrix}$<br />
Then we have<br />
\[A=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 1 \\<br />
   0 &#038;2 &#038;2<br />
\end{bmatrix}<br />
\xrightarrow{\frac{1}{2}R_2}<br />
\begin{bmatrix}<br />
  1 &#038; 1 &#038; 1 \\<br />
   0 &#038;1 &#038; 1<br />
\end{bmatrix}<br />
\xrightarrow{R_1-R_2}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 0 \\<br />
   0 &#038;1 &#038;1<br />
\end{bmatrix}\]
and the last matrix is in reduced row echelon form.<br />
Hence $\mathrm{rref}(A)=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 0 \\<br />
   0 &#038;1 &#038;1<br />
\end{bmatrix}$.</p>
<p>	 Find an example of matrices $A$ and $B$ such that<br />
	 \[\mathrm{rref}(AB)\neq \mathrm{rref}(A) \mathrm{rref}(B).\]
<p>&nbsp;<br />
<span id="more-4935"></span></p>
<h2> Proof. </h2>
<p>		Let<br />
		\[A=\begin{bmatrix}<br />
		  0 &#038; 1\\<br />
		  0&#038; 0<br />
		\end{bmatrix} \text{ and } B=\begin{bmatrix}<br />
		  0 &#038; 0\\<br />
		  1&#038; 0<br />
		\end{bmatrix}.\]
		Then $A$ is already in reduced row echelon from.<br />
		So we have $\mathrm{rref}(A)=A$.</p>
<p>		Applying the elementary row operations, we obtain<br />
		\[B=\begin{bmatrix}<br />
		  0 &#038; 0\\<br />
		  1&#038; 0<br />
		\end{bmatrix} \xrightarrow{R_1\leftrightarrow R_2}\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; 0<br />
		\end{bmatrix}.\]
		As the last matrix is in reduced row echelon from, we have $\mathrm{rref}(B)=\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; 0<br />
		\end{bmatrix}$.<br />
		Therefore, we see that<br />
		\[\mathrm{rref}(A) \mathrm{rref}(B)=\begin{bmatrix}<br />
		  0 &#038; 1\\<br />
		  0&#038; 0<br />
		\end{bmatrix}<br />
		\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; 0<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  0 &#038; 0\\<br />
		  0&#038; 0<br />
		\end{bmatrix}.\]
<hr />
<p>		The product of $A$ and $B$ is<br />
		\[AB=\begin{bmatrix}<br />
		  0 &#038; 1\\<br />
		  0&#038; 0<br />
		\end{bmatrix}<br />
		\begin{bmatrix}<br />
		  0 &#038; 0\\<br />
		  1&#038; 0<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; 0<br />
		\end{bmatrix}.\]
		It follows that $\mathrm{rref}(AB)=\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; 0<br />
		\end{bmatrix}$.</p>
<hr />
<p>		In summary, we have<br />
		\[\mathrm{rref}(AB)=\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; 0<br />
		\end{bmatrix} \neq<br />
		\begin{bmatrix}<br />
		  0 &#038; 0\\<br />
		  0&#038; 0<br />
		\end{bmatrix}<br />
		=\mathrm{rref}(A) \mathrm{rref}(B),\]
		as required.</p>
<button class="simplefavorite-button has-count" data-postid="4935" data-siteid="1" data-groupid="1" data-favoritecount="20" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">20</span></button><p>The post <a href="https://yutsumura.com/an-example-of-matrices-a-b-such-that-mathrmrrefabneq-mathrmrrefa-mathrmrrefb/" target="_blank">An Example of Matrices $A$, $B$ such that $\mathrm{rref}(AB)\neq \mathrm{rref}(A) \mathrm{rref}(B)$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/an-example-of-matrices-a-b-such-that-mathrmrrefabneq-mathrmrrefa-mathrmrrefb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4935</post-id>	</item>
		<item>
		<title>Find the Inverse Matrices if Matrices are Invertible by Elementary Row Operations</title>
		<link>https://yutsumura.com/find-the-inverse-matrices-if-matrices-are-invertible-by-elementary-row-operations/</link>
				<comments>https://yutsumura.com/find-the-inverse-matrices-if-matrices-are-invertible-by-elementary-row-operations/#comments</comments>
				<pubDate>Thu, 31 Aug 2017 05:00:59 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[echelon form]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[reduced echelon form]]></category>
		<category><![CDATA[singular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4781</guid>
				<description><![CDATA[<p>For each of the following $3\times 3$ matrices $A$, determine whether $A$ is invertible and find the inverse $A^{-1}$ if exists by computing the augmented matrix $[A&#124;I]$, where $I$ is the $3\times 3$ identity&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-the-inverse-matrices-if-matrices-are-invertible-by-elementary-row-operations/" target="_blank">Find the Inverse Matrices if Matrices are Invertible by Elementary Row Operations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 552</h2>
<p>		For each of the following $3\times 3$ matrices $A$, determine whether $A$ is invertible and find the inverse $A^{-1}$ if exists by computing the augmented matrix $[A|I]$, where $I$ is the $3\times 3$ identity matrix.</p>
<p><strong>(a)</strong> $A=\begin{bmatrix}<br />
		  1 &#038; 3 &#038; -2 \\<br />
		   2 &#038;3 &#038;0 \\<br />
		   0 &#038; 1 &#038; -1<br />
		\end{bmatrix}$<br />
&nbsp;<br />
<strong>(b)</strong> $A=\begin{bmatrix}<br />
		  1 &#038; 0 &#038; 2 \\<br />
		   -1 &#038;-3 &#038;2 \\<br />
		   3 &#038; 6 &#038; -2<br />
		\end{bmatrix}$.</p>
<p>&nbsp;<br />
<span id="more-4781"></span><br />

<h2>Elementary Row Operations and Inverse Matrices </h2>
<p>		Recall the following procedure of testing the invertibility of $A$ as well as finding the inverse matrix if exists.<br />
			If the augmented matrix $[A|I]$ is transformed into a matrix of the form $[I|B]$, then the matrix $A$ is invertible and the inverse matrix $A^{-1}$ is given by $B$.<br />
			If the reduced row echelon form matrix for $[A|I]$ is not of the form $[I|B]$, then the matrix $A$ is not invertible.</p>
<h2>Solution.</h2>
<h3>(a) $A=\begin{bmatrix}<br />
		  1 &#038; 3 &#038; -2 \\<br />
		   2 &#038;3 &#038;0 \\<br />
		   0 &#038; 1 &#038; -1<br />
		\end{bmatrix}$</h3>
<p> We apply the elementary row operations as follows.<br />
			We have<br />
			\begin{align*}<br />
		&#038;[A|I]= \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 3 &#038; -2 &#038; 1 &#038;0 &#038; 0 \\<br />
		   2 &#038; 3 &#038; 0 &#038; 0 &#038; 1 &#038; 0 \\<br />
		   0 &#038; 1 &#038; -1 &#038; 0 &#038; 0 &#038; 1 \\<br />
		  \end{array} \right]
		  \xrightarrow{R_2-2R_1}<br />
		  \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 3 &#038; -2 &#038; 1 &#038;0 &#038; 0 \\<br />
		   0 &#038; -3 &#038; 4 &#038; -2 &#038; 1 &#038; 0 \\<br />
		   0 &#038; 1 &#038; -1 &#038; 0 &#038; 0 &#038; 1 \\<br />
		  \end{array} \right]\\[6pt]
		  &#038;\xrightarrow{R_2\leftrightarrow R_3}<br />
		    \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 3 &#038; -2 &#038; 1 &#038;0 &#038; 0 \\<br />
		   0 &#038; 1 &#038; -1 &#038; 0 &#038; 0 &#038; 1 \\<br />
		   0 &#038; -3 &#038; 4 &#038; -2 &#038; 1 &#038; 0 \\<br />
		  \end{array} \right]
		  \xrightarrow{\substack{R_1-3R_2\\ R_3+3R_2}}<br />
		  \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 0&#038; 1 &#038; 1 &#038;0 &#038; -3 \\<br />
		   0 &#038; 1 &#038; -1 &#038; 0 &#038; 0 &#038; 1 \\<br />
		   0 &#038; 0 &#038; 1 &#038; -2 &#038; 1 &#038; 3 \\<br />
		  \end{array} \right]\\[6pt]
		  &#038;\xrightarrow{\substack{R_1-R_3\\ R_2+R_3}}<br />
		    \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 0&#038; 0 &#038; 3 &#038; -1 &#038; -6 \\<br />
		   0 &#038; 1 &#038; 0 &#038; -2 &#038; 1 &#038; 4 \\<br />
		   0 &#038; 0 &#038; 1 &#038; -2 &#038; 1 &#038; 3 \\<br />
		  \end{array} \right].<br />
		  \end{align*}</p>
<p>		  The left $3\times 3$ part of the last matrix is the identity matrix.<br />
		  This implies that $A$ is invertible and the inverse matrix is given by the right $3\times 3$ matrix.<br />
		  Hence<br />
		  \[A^{-1}=\begin{bmatrix}<br />
		  3 &#038; -1 &#038; -6 \\<br />
		   -2 &#038;1 &#038;4 \\<br />
		   -2 &#038; 1 &#038; 3<br />
		\end{bmatrix}.\]
<h3>(b) $A=\begin{bmatrix}<br />
		  1 &#038; 0 &#038; 2 \\<br />
		   -1 &#038;-3 &#038;2 \\<br />
		   3 &#038; 6 &#038; -2<br />
		\end{bmatrix}$.</h3>
<p> Now we consider the matrix $A=\begin{bmatrix}<br />
		  1 &#038; 0 &#038; 2 \\<br />
		   -1 &#038;-3 &#038;2 \\<br />
		   3 &#038; 6 &#038; -2<br />
		\end{bmatrix}$.</p>
<p>		Applying elementary row operations, we obtain<br />
		\begin{align*}<br />
		&#038;[A|I]= \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 0 &#038; 2 &#038; 1 &#038;0 &#038; 0 \\<br />
		   -1 &#038; -3 &#038; 2 &#038; 0 &#038; 1 &#038; 0 \\<br />
		   3 &#038; 6 &#038; -2 &#038; 0 &#038; 0 &#038; 1 \\<br />
		  \end{array} \right]
		  \xrightarrow{\substack{R_2+R_1\\ R_3-3R_1}}<br />
		   \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 0 &#038; 2 &#038; 1 &#038;0 &#038; 0 \\<br />
		   0 &#038; -3 &#038; 4 &#038; 1 &#038; 1 &#038; 0 \\<br />
		   0 &#038; 6 &#038; -8 &#038; -3 &#038; 0 &#038; 1 \\<br />
		  \end{array} \right]\\[6pt]
		  &#038;\xrightarrow{R_3-2R_1}<br />
		   \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 0 &#038; 2 &#038; 1 &#038;0 &#038; 0 \\<br />
		   0 &#038; -3 &#038; 4 &#038; 1 &#038; 1 &#038; 0 \\<br />
		   0 &#038; 0 &#038;  0 &#038; -5 &#038; -2 &#038; 1 \\<br />
		  \end{array} \right]
		  \xrightarrow{\frac{-1}{3}R_2}<br />
		    \left[\begin{array}{rrr|rrr}<br />
		 1 &#038; 0 &#038; 2 &#038; 1 &#038;0 &#038; 0 \\<br />
		   0 &#038; 1 &#038; -4/3 &#038; -1/3 &#038; -1/3 &#038; 0 \\<br />
		   0 &#038; 0 &#038;  0 &#038; -5 &#038; -2 &#038; 1 \\<br />
		  \end{array} \right].<br />
		\end{align*}</p>
<p>		The last matrix is in reduced row echelon form but the left $3\times 3$ part is not the identity matrix $I$.<br />
		It follows that the matrix $A$ is not invertible.</p>
<h2> Related Question. </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Find the inverse matrix of<br />
\[A=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 2 \\<br />
   0 &#038;0 &#038;1 \\<br />
   1 &#038; 0 &#038; 1<br />
\end{bmatrix}\]
if it exists. If you think there is no inverse matrix of $A$, then give a reason.
</div>
<p>This is a linear algebra exam problem at the Ohio State University.</p>
<p>The solution is given in the post&#8628;<br />
<a href="//yutsumura.com/find-the-inverse-matrix-of-a-3times-3-matrix-if-exists/" target="_blank">Find the Inverse Matrix of a $3\times 3$ Matrix if Exists</a></p>
<button class="simplefavorite-button has-count" data-postid="4781" data-siteid="1" data-groupid="1" data-favoritecount="132" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">132</span></button><p>The post <a href="https://yutsumura.com/find-the-inverse-matrices-if-matrices-are-invertible-by-elementary-row-operations/" target="_blank">Find the Inverse Matrices if Matrices are Invertible by Elementary Row Operations</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-inverse-matrices-if-matrices-are-invertible-by-elementary-row-operations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4781</post-id>	</item>
		<item>
		<title>Solve the System of Linear Equations Using the Inverse Matrix of the Coefficient Matrix</title>
		<link>https://yutsumura.com/solve-the-system-of-linear-equations-using-the-inverse-matrix-of-the-coefficient-matrix/</link>
				<comments>https://yutsumura.com/solve-the-system-of-linear-equations-using-the-inverse-matrix-of-the-coefficient-matrix/#respond</comments>
				<pubDate>Wed, 07 Jun 2017 16:10:07 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3031</guid>
				<description><![CDATA[<p>Consider the following system of linear equations \begin{align*} 2x+3y+z&#038;=-1\\ 3x+3y+z&#038;=1\\ 2x+4y+z&#038;=-2. \end{align*} (a) Find the coefficient matrix $A$ for this system. (b) Find the inverse matrix of the coefficient matrix found in (a) (c)&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/solve-the-system-of-linear-equations-using-the-inverse-matrix-of-the-coefficient-matrix/" target="_blank">Solve the System of Linear Equations Using the Inverse Matrix of the Coefficient Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 442</h2>
<p>	Consider the following system of linear equations<br />
	\begin{align*}<br />
	2x+3y+z&#038;=-1\\<br />
	3x+3y+z&#038;=1\\<br />
	2x+4y+z&#038;=-2.<br />
	\end{align*}</p>
<p><strong>(a)</strong> Find the coefficient matrix $A$ for this system.</p>
<p><strong>(b)</strong> Find the inverse matrix of the coefficient matrix found in (a)</p>
<p><strong>(c)</strong> Solve the system using the inverse matrix $A^{-1}$.</p>
<p>&nbsp;<br />
<span id="more-3031"></span><br />

<h2>Solution.</h2>
<h3>(a) Find the coefficient matrix $A$ for this system.</h3>
<p>The system can be written as<br />
		\[A\mathbf{x}=\mathbf{b},\]
		where<br />
		\[A=\begin{bmatrix}<br />
	  2 &#038; 3 &#038; 1 \\<br />
	   3 &#038;3 &#038;1 \\<br />
	   2 &#038; 4 &#038; 1<br />
	\end{bmatrix}\]
	is the coefficient matrix of the system and<br />
	\[\mathbf{x}=\begin{bmatrix}<br />
	  x \\<br />
	   y \\<br />
	    z<br />
	  \end{bmatrix} \text{ and } \mathbf{b}=\begin{bmatrix}<br />
	  -1 \\<br />
	   1 \\<br />
	    -2<br />
	  \end{bmatrix}.\]
<p>&nbsp;</p>
<h3>(b) Find the inverse matrix of the coefficient matrix</h3>
<p> We apply the elementary row operations to the augmented matrix $[A\mid I]$, where $I$ is the $3\times 3$ identity matrix.<br />
	  \begin{align*}<br />
	&#038;[A\mid I]= \left[\begin{array}{rrr|rrr}<br />
	 2 &#038; 3 &#038; 1 &#038; 1 &#038;0 &#038; 0 \\<br />
	   3 &#038; 3 &#038; 1 &#038; 0 &#038; 1 &#038; 0 \\<br />
	   2 &#038; 4 &#038; 1 &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]
	  \xrightarrow{\substack{R_2-R_1\\R_3-R_1}}<br />
	  \left[\begin{array}{rrr|rrr}<br />
	 2 &#038; 3 &#038; 1 &#038; 1 &#038;0 &#038; 0 \\<br />
	   1 &#038; 0 &#038; 0 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 0 &#038; -1 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]\\[6pt]
	  &#038;\xrightarrow[\text{then } R_2 \leftrightarrow R_3]{R_1\leftrightarrow R_2}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	   1 &#038; 0 &#038; 0 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 0 &#038; -1 &#038; 0 &#038; 1 \\<br />
	    2 &#038; 3 &#038; 1 &#038; 1 &#038;0 &#038; 0<br />
	  \end{array} \right]
	  \xrightarrow{R_3-2R_1}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	   1 &#038; 0 &#038; 0 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 0 &#038; -1 &#038; 0 &#038; 1 \\<br />
	    0 &#038; 3 &#038; 1 &#038; 3 &#038; -2 &#038; 0<br />
	  \end{array} \right]\\[6pt]
	  &#038;\xrightarrow{R_3-3R_2}<br />
	    \left[\begin{array}{rrr|rrr}<br />
	   1 &#038; 0 &#038; 0 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 0 &#038; -1 &#038; 0 &#038; 1 \\<br />
	    0 &#038; 0 &#038; 1 &#038; 6 &#038; -2 &#038; -3<br />
	  \end{array} \right].<br />
	\end{align*}</p>
<p>	Now the left $3\times 3$ part has become the identity matrix.<br />
	So the matrix $A$ is invertible and the inverse is given by the right $3\times 3$ part.<br />
	Hence we obtain<br />
	\[A^{-1}=\begin{bmatrix}<br />
	  -1 &#038; 1 &#038; 0 \\<br />
	   -1 &#038;0 &#038;1 \\<br />
	   6 &#038; -2 &#038; -3<br />
	\end{bmatrix}.\]
<p>&nbsp;</p>
<h3>(c) Solve the system using the inverse matrix $A^{-1}$.</h3>
<p>As noted in (a), the system can be written using matrices as<br />
	\[A\mathbf{x}=\mathbf{b}.\]
	Multiplying by the inverse $A^{-1}$ on the left, we have<br />
	\begin{align*}<br />
	A^{-1}A\mathbf{x}=A^{-1}\mathbf{b}\\<br />
	I\mathbf{x}=A^{-1}\mathbf{b}\\<br />
	\mathbf{x}=A^{-1}\mathbf{b}.<br />
	\end{align*}<br />
	Therefore the solution $\mathbf{x}$ of the system is given by<br />
	\begin{align*}<br />
	\mathbf{x}&#038;=A^{-1}\mathbf{b}\\<br />
	&#038;=\begin{bmatrix}<br />
	  -1 &#038; 1 &#038; 0 \\<br />
	   -1 &#038;0 &#038;1 \\<br />
	   6 &#038; -2 &#038; -3<br />
	\end{bmatrix}\begin{bmatrix}<br />
	  -1 \\<br />
	   1 \\<br />
	    -2<br />
	  \end{bmatrix}\\[6pt]
	  &#038;=\begin{bmatrix}<br />
	  2 \\<br />
	   -1 \\<br />
	    -2<br />
	  \end{bmatrix}.<br />
	\end{align*}<br />
	Thus, the solution of the system is<br />
	\[x=2, y=-1, z=-2.\]
<button class="simplefavorite-button has-count" data-postid="3031" data-siteid="1" data-groupid="1" data-favoritecount="69" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">69</span></button><p>The post <a href="https://yutsumura.com/solve-the-system-of-linear-equations-using-the-inverse-matrix-of-the-coefficient-matrix/" target="_blank">Solve the System of Linear Equations Using the Inverse Matrix of the Coefficient Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/solve-the-system-of-linear-equations-using-the-inverse-matrix-of-the-coefficient-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3031</post-id>	</item>
		<item>
		<title>Find All the Eigenvalues and Eigenvectors of the 6 by 6 Matrix</title>
		<link>https://yutsumura.com/find-all-the-eigenvalues-and-eigenvectors-of-the-6-by-6-matrix/</link>
				<comments>https://yutsumura.com/find-all-the-eigenvalues-and-eigenvectors-of-the-6-by-6-matrix/#respond</comments>
				<pubDate>Sat, 06 May 2017 00:30:22 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[algebraic multiplicity]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[geometric multiplicity]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[MIT.LA]]></category>
		<category><![CDATA[null space]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2842</guid>
				<description><![CDATA[<p>Find all the eigenvalues and eigenvectors of the matrix \[A=\begin{bmatrix} 10001 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\ 1 &#038; 10003 &#038; 5 &#038; 7 &#038; 9 &#038; 11 \\ 1&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-all-the-eigenvalues-and-eigenvectors-of-the-6-by-6-matrix/" target="_blank">Find All the Eigenvalues and Eigenvectors of the 6 by 6 Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 400</h2>
<p>	Find all the eigenvalues and eigenvectors of the matrix<br />
	\[A=\begin{bmatrix}<br />
  10001 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\<br />
   1 &#038; 10003 &#038; 5 &#038; 7 &#038; 9 &#038; 11 \\<br />
    1 &#038; 3 &#038; 10005 &#038; 7 &#038; 9 &#038; 11 \\<br />
     1 &#038; 3 &#038;  5 &#038; 10007 &#038; 9 &#038; 11 \\<br />
      1 &#038;3 &#038;  5 &#038; 7 &#038; 10009 &#038; 11 \\<br />
        1 &#038;3 &#038;  5 &#038; 7 &#038; 9 &#038; 10011<br />
  \end{bmatrix}.\]
<p>(<em>MIT, Linear Algebra Homework Problem</em>)<br />
	&nbsp;<br />
<span id="more-2842"></span></p>
<h2>Solution.</h2>
<p>	Let<br />
		\[B=A-10000I,\]
		where $I$ is the $6 \times 6$ identity matrix. That is, we have<br />
		\[B=\begin{bmatrix}<br />
	  1 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\<br />
	  1 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\<br />
	  1 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\<br />
	  1 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\<br />
	  1 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\<br />
	  1 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\<br />
	  \end{bmatrix}.\]
<p>	  Since all the rows are the same, the matrix $B$ is singular and hence $\lambda=0$ is an eigenvalue of $B$.<br />
	  Let us determine the geometric multiplicity of $\lambda=0$ (namely, the dimension of the null space of $B$).</p>
<p>	  We apply elementary row operations to $B$ and obtain<br />
	  \begin{align*}<br />
	B\xrightarrow{\text{elementary row operations}}<br />
	\begin{bmatrix}<br />
	  1 &#038; 3 &#038; 5 &#038; 7 &#038;9 &#038; 11 \\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0 &#038; 0\\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0 &#038; 0\\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0 &#038; 0\\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0 &#038; 0\\<br />
	  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0 &#038; 0\\<br />
	  \end{bmatrix}.<br />
	\end{align*}<br />
	Thus, if $B\mathbf{x}=\mathbf{0}$, then we have<br />
	\[x_1=-3x_2-5x_3-7x_4-9x_5-11x_6.\]
<p>	It follows from this that basis vectors of the eigenspace $E_0=\calN(B)$ are<br />
	\[\begin{bmatrix}<br />
	  -3 \\<br />
	   1 \\<br />
	    0 \\<br />
	   0 \\<br />
	   0\\<br />
	   0<br />
	   \end{bmatrix}, \begin{bmatrix}<br />
	  -5 \\<br />
	   0 \\<br />
	    1 \\<br />
	   0 \\<br />
	   0\\<br />
	   0<br />
	   \end{bmatrix}, \begin{bmatrix}<br />
	  -7 \\<br />
	   0 \\<br />
	    0 \\<br />
	   1 \\<br />
	   0\\<br />
	   0<br />
	   \end{bmatrix}, \begin{bmatrix}<br />
	  -9 \\<br />
	   0 \\<br />
	    0 \\<br />
	   0 \\<br />
	   1\\<br />
	   0<br />
	   \end{bmatrix}, \begin{bmatrix}<br />
	  -11 \\<br />
	   0 \\<br />
	    0 \\<br />
	   0 \\<br />
	   0\\<br />
	   1<br />
	   \end{bmatrix},\]
	   and hence the geometric multiplicity corresponding to $\lambda=0$ is $5$.</p>
<p>	   By inspection, we see that<br />
	   \[B\mathbf{v}=36\mathbf{v},\]
	   where<br />
	   \[\mathbf{v}=\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1 \\<br />
	   1 \\<br />
	   1\\<br />
	   1<br />
	   \end{bmatrix}.\]
	   Thus, it yields that $\lambda=36$ is an eigenvalue of $B$ and $\mathbf{v}$ is a corresponding eigenvector.</p>
<hr />
<p>	   Recall that the algebraic multiplicity of an eigenvalue is greater than or equal to the geometric multiplicity.</p>
<p>Also the sum of algebraic multiplicities of all eigenvalues of $B$ is equal to $6$ since $B$ is a $6\times 6$ matrix.</p>
<p>	   It follows from this observation that we determine that the algebraic multiplicity of $\lambda=0$ is $5$ and the algebraic and geometric multiplicities of $\lambda=36$ are both $1$.<br />
	   Hence the vector $\mathbf{v}$ form a basis of the eigenspace $E_{36}$.</p>
<hr />
<p>	   Now that we have determined eigenvalues and eigenvectors of $B$, we can deduce those of $A$ as follows.</p>
<p>	   In general, if $A=B+cI$, then the eigenvalues of $A$ are $\lambda+c$, where $\lambda$ are eigenvalues of $B$.<br />
	   The eigenvectors for $A$ corresponding to $\lambda+c$ are exactly the eigenvectors for $B$ corresponding $\lambda$.<br />
	   (See the post &#8220;<a href="//yutsumura.com/eigenvalues-and-algebraicgeometric-multiplicities-of-matrix-aci/" target="_blank">Eigenvalues and algebraic/geometric multiplicities of matrix $A+cI$</a>&#8221; for a proof.)</p>
<hr />
<p>	   In the current problem, we have $A=B+10000I$, and thus $c=10000$.<br />
	   Therefore, the eigenvalues of $A$ are $10000, 10036$.<br />
	   Eigenvectors corresponding to $10000$ are<br />
	   \[x_2\begin{bmatrix}<br />
	  -3 \\<br />
	   1 \\<br />
	    0 \\<br />
	   0 \\<br />
	   0\\<br />
	   0<br />
	   \end{bmatrix}+x_3\begin{bmatrix}<br />
	  -5 \\<br />
	   0 \\<br />
	    1 \\<br />
	   0 \\<br />
	   0\\<br />
	   0<br />
	   \end{bmatrix}+x_4\begin{bmatrix}<br />
	  -7 \\<br />
	   0 \\<br />
	    0 \\<br />
	   1 \\<br />
	   0\\<br />
	   0<br />
	   \end{bmatrix}+x_5\begin{bmatrix}<br />
	  -9 \\<br />
	   0 \\<br />
	    0 \\<br />
	   0 \\<br />
	   1\\<br />
	   0<br />
	   \end{bmatrix}+x_6\begin{bmatrix}<br />
	  -11 \\<br />
	   0 \\<br />
	    0 \\<br />
	   0 \\<br />
	   0\\<br />
	   1<br />
	   \end{bmatrix},\]
	   where $(x_2, x_3, x_4, x_5, x_6)\neq (0, 0, 0, 0, 0, 0)$.</p>
<p>	   The eigenvector corresponding to $10036$ is<br />
	   \[a\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1 \\<br />
	   1 \\<br />
	   1\\<br />
	   1<br />
	   \end{bmatrix},\]
	   where $a$ is any nonzero scalar.</p>
<button class="simplefavorite-button has-count" data-postid="2842" data-siteid="1" data-groupid="1" data-favoritecount="26" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">26</span></button><p>The post <a href="https://yutsumura.com/find-all-the-eigenvalues-and-eigenvectors-of-the-6-by-6-matrix/" target="_blank">Find All the Eigenvalues and Eigenvectors of the 6 by 6 Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-all-the-eigenvalues-and-eigenvectors-of-the-6-by-6-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2842</post-id>	</item>
		<item>
		<title>Determine linear transformation using matrix representation</title>
		<link>https://yutsumura.com/determine-linear-transformation-using-matrix-representation/</link>
				<comments>https://yutsumura.com/determine-linear-transformation-using-matrix-representation/#comments</comments>
				<pubDate>Sun, 05 Mar 2017 02:03:56 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[linearity]]></category>
		<category><![CDATA[matrix for linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2344</guid>
				<description><![CDATA[<p>Let $T$ be the linear transformation from the $3$-dimensional vector space $\R^3$ to $\R^3$ itself satisfying the following relations. \begin{align*} T\left(\, \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} \,\right) =\begin{bmatrix} 1 \\ 0 \\&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-linear-transformation-using-matrix-representation/" target="_blank">Determine linear transformation using matrix representation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 324</h2>
<p>	Let $T$ be the linear transformation from the $3$-dimensional vector space $\R^3$ to $\R^3$ itself satisfying the following relations.<br />
	\begin{align*}<br />
	T\left(\, \begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix} \,\right)<br />
	  =\begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix}, \qquad T\left(\, \begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix} \, \right) =<br />
	  \begin{bmatrix}<br />
	  0 \\<br />
	   2 \\<br />
	    -1<br />
	  \end{bmatrix}, \qquad<br />
	  T \left( \, \begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \, \right)=<br />
	  \begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    0<br />
	  \end{bmatrix}.<br />
	\end{align*}<br />
	Then for any vector<br />
	\[\mathbf{x}=\begin{bmatrix}<br />
	  x \\<br />
	   y \\<br />
	    z<br />
	  \end{bmatrix}\in \R^3,\]
	  find the formula for $T(\mathbf{x})$.</p>
<p>	 &nbsp;<br />
<span id="more-2344"></span><br />
&nbsp;<br />

We give two solutions using two different methods.</p>
<h3>Solution 1 using the matrix representation.</h3>
<p>	  	The first solution uses the matrix representation of $T$.<br />
	  	Let $A$ be the matrix representation of the linear transformation $T$ with respect to the standard basis of $\R^3$.<br />
	  	Then we have $T(\mathbf{x})=A\mathbf{x}$ by definition.<br />
	  	We determine the matrix $A$ as follows.<br />
	  	We have<br />
	  	\begin{align*}<br />
	A\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   1 &#038;3 &#038;1 \\<br />
	   1 &#038; 5 &#038; 2<br />
	\end{bmatrix}&#038;= \begin{bmatrix}<br />
	  A\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}, &#038; A\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}, &#038; A\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \\<br />
	  \end{bmatrix}\\[6 pt]
	  &#038;=\begin{bmatrix}<br />
	  T\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}, &#038; T\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}, &#038; T\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \\<br />
	  \end{bmatrix}<br />
	  =\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 1 \\<br />
	   0 &#038;2 &#038;0 \\<br />
	   1 &#038; -1 &#038; 0<br />
	\end{bmatrix}.<br />
	\end{align*}<br />
	It follows that we have<br />
	\begin{align*}<br />
	A=\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 1 \\<br />
	   0 &#038;2 &#038;0 \\<br />
	   1 &#038; -1 &#038; 0<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   1 &#038;3 &#038;1 \\<br />
	   1 &#038; 5 &#038; 2<br />
	\end{bmatrix}^{-1}.<br />
	\end{align*}</p>
<p>	Let us find the inverse matrix by using augmented matrix.<br />
	\begin{align*}<br />
	\left[\begin{array}{rrr|rrr}<br />
	  1 &#038; 2 &#038; 0 &#038; 1 &#038;0 &#038; 0 \\<br />
	   1 &#038; 3 &#038; 1 &#038; 0 &#038; 1 &#038; 0 \\<br />
	   1 &#038; 5 &#038; 2 &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]
	  \xrightarrow{\substack{R_2-R_1\\R_3-R_1}}<br />
	  \left[\begin{array}{rrr|rrr}<br />
	  1 &#038; 2 &#038; 0 &#038; 1 &#038;0 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 1 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 3 &#038; 2 &#038; -1 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]\\[6 pt]
	  \xrightarrow{\substack{R_1-2R_2 \\R_3-3R_2}}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; 0 &#038; -2 &#038; 3 &#038;-2 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 1 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; -1 &#038; 2 &#038; -3 &#038; 1 \\<br />
	  \end{array} \right]
	  \xrightarrow{-R_3}<br />
	  \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; 0 &#038; -2 &#038; 3 &#038;-2 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 1 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; 1 &#038; -2 &#038; 3 &#038; -1 \\<br />
	  \end{array} \right]\\[6 pt]
	  \xrightarrow{\substack{R_1+2R_3\\ R_2-R_3}}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; 0 &#038; 0 &#038; -1 &#038;4 &#038; -2 \\<br />
	   0 &#038; 1 &#038; 0 &#038; 1 &#038; -2 &#038; 1 \\<br />
	   0 &#038; 0 &#038; 1 &#038; -2 &#038; 3 &#038; -1 \\<br />
	  \end{array} \right].<br />
	  \end{align*}<br />
	  Thus we obtain the inverse matrix<br />
	  \[\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   1 &#038;3 &#038;1 \\<br />
	   1 &#038; 5 &#038; 2<br />
	\end{bmatrix}^{-1}=\begin{bmatrix}<br />
	  -1 &#038; 4 &#038; -2 \\<br />
	   1 &#038;-2 &#038;1 \\<br />
	   -2 &#038; 3 &#038; -1<br />
	\end{bmatrix},\]
	and hence we have<br />
	\begin{align*}<br />
	A=\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 1 \\<br />
	   0 &#038;2 &#038;0 \\<br />
	   1 &#038; -1 &#038; 0<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	  -1 &#038; 4 &#038; -2 \\<br />
	   1 &#038;-2 &#038;1 \\<br />
	   -2 &#038; 3 &#038; -1<br />
	\end{bmatrix}<br />
	=\begin{bmatrix}<br />
	  -3 &#038; 7 &#038; -3 \\<br />
	   2 &#038;-4 &#038;2 \\<br />
	   -2 &#038; 6 &#038; -3<br />
	\end{bmatrix}.<br />
	\end{align*}<br />
	Using the relation $T(\mathbf{x})=A\mathbf{x}$, the formula for $T(\mathbf{x})$ is obtained as follows.<br />
	\begin{align*}<br />
	T(\mathbf{x})&#038;=A\mathbf{x}\\<br />
	&#038;=\begin{bmatrix}<br />
	  -3 &#038; 7 &#038; -3 \\<br />
	   2 &#038;-4 &#038;2 \\<br />
	   -2 &#038; 6 &#038; -3<br />
	\end{bmatrix}\begin{bmatrix}<br />
	  x \\<br />
	   y \\<br />
	    z<br />
	  \end{bmatrix}\\[6 pt]
	  &#038;=\begin{bmatrix}<br />
	  -3x+7y-3z \\<br />
	   2x-4y+2z \\<br />
	    -2x+6y-3z<br />
	  \end{bmatrix}.<br />
	\end{align*}</p>
<h3>Solution 2 using a linear combination and linearity.</h3>
<p>	  	The second method is to find the linear combination<br />
	  	\[\mathbf{x}=c_1\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}+c_2\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}+c_3\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix}\]
	  and use the linearity of the linear transformation.<br />
	  To find the coefficients $c_1, c_2, c_3$, we consider the augmented matrix<br />
	  \[ \left[\begin{array}{rrr|r}<br />
	 1 &#038; 2 &#038; 0 &#038;   x \\<br />
	  1 &#038;3 &#038;  1 &#038; y  \\<br />
	  1 &#038; 5 &#038; 2 &#038; z<br />
	    \end{array} \right]\]
	    and we reduce this matrix by elementary row operations.<br />
	    The reduction operations are exactly the same as in solution 1 and we obtain<br />
	    \begin{align*}<br />
	c_1&#038;=-x+4y-2z\\<br />
	c_2&#038;=x-2y+z\\<br />
	c_3&#038;=-2x+3y-z.<br />
	\end{align*}</p>
<p>	Therefore, we have by the linearity of $T$<br />
	\begin{align*}<br />
	T(\mathbf{x})&#038;=T\left(\,c_1\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}+c_2\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}+c_3\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \, \right)\\[6 pt]
	  &#038;=c_1T\left(\,\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}\, \right)+c_2T\left(\,\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}\, \right)+c_3T\left(\,\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \, \right)\\[6 pt]
	  &#038;=(-x+4y-2z)\begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix}+(x-2y+z)\begin{bmatrix}<br />
	  0 \\<br />
	   2 \\<br />
	    -1<br />
	  \end{bmatrix} +(-2x+3y-z)\begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    0<br />
	  \end{bmatrix}\\[6 pt]
	  &#038;=\begin{bmatrix}<br />
	  -3x+7y-3z \\<br />
	   2x-4y+2z \\<br />
	    -2x+6y-3z<br />
	  \end{bmatrix}.<br />
	\end{align*}</p>
<h2> Related Question. </h2>
<p>A similar problem with a linear transformation from $\R^2$ to $\R^3$ is given in the post<br />
&#8220;<a href="//yutsumura.com/give-a-formula-for-a-linear-transformation-from-r2-to-r3/" target="_blank">Give a formula for a linear transformation from $\R^2$ to $\R^3$</a>&#8220;.</p>
<button class="simplefavorite-button has-count" data-postid="2344" data-siteid="1" data-groupid="1" data-favoritecount="35" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">35</span></button><p>The post <a href="https://yutsumura.com/determine-linear-transformation-using-matrix-representation/" target="_blank">Determine linear transformation using matrix representation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-linear-transformation-using-matrix-representation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2344</post-id>	</item>
	</channel>
</rss>
