<?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>reduced row echelon form &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/reduced-row-echelon-form/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Jan 2018 04:39:44 +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>reduced row echelon form &#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>Write a Vector as a Linear Combination of Three Vectors</title>
		<link>https://yutsumura.com/write-a-vector-as-a-linear-combination-of-three-vectors/</link>
				<comments>https://yutsumura.com/write-a-vector-as-a-linear-combination-of-three-vectors/#respond</comments>
				<pubDate>Tue, 26 Dec 2017 02:58:38 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6362</guid>
				<description><![CDATA[<p>Write the vector $\begin{bmatrix} 1 \\ 3 \\ -1 \end{bmatrix}$ as a linear combination of the vectors \[\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix} , \, \begin{bmatrix} 2 \\ -2 \\ 1 \end{bmatrix} ,&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/write-a-vector-as-a-linear-combination-of-three-vectors/" target="_blank">Write a Vector as a Linear Combination of Three Vectors</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 653</h2>
<p>Write the vector $\begin{bmatrix} 1 \\ 3 \\ -1 \end{bmatrix}$ as a linear combination of the vectors<br />
\[\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix} , \, \begin{bmatrix} 2 \\ -2 \\ 1 \end{bmatrix} , \, \begin{bmatrix} 2 \\ 0 \\ 4 \end{bmatrix}.\]
<p>&nbsp;<br />
<span id="more-6362"></span></p>
<h2>Solution.</h2>
<p>We want to find real numbers $x_1 , x_2 , x_3$ which solve the  equation<br />
\[\begin{bmatrix} 1 \\ 3 \\ -1 \end{bmatrix} = x_1  \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix} + x_2 \begin{bmatrix} 2 \\ -2 \\ 1 \end{bmatrix} + x_3 \begin{bmatrix} 2 \\ 0 \\ 4 \end{bmatrix} = \begin{bmatrix} x_1 + 2 x_2 + 2 x_3 \\ &#8211; 2 x_2 \\ x_2 + 4 x_3 \end{bmatrix}.\]
<p>Each row in this matrix now gives an equality, and so the three rows define a system of linear equations.  To find a solution, we reduce its augmented matrix:<br />
\begin{align*}<br />
\left[\begin{array}{rrr|r} 1 &#038; 2 &#038; 2 &#038; 1 \\ 0 &#038; -2 &#038; 0 &#038; 3 \\ 0 &#038; 1 &#038; 4 &#038; -1 \end{array} \right] \xrightarrow[R_2 + 2 R_3]{R_1 &#8211; 2 R_3} \left[\begin{array}{rrr|r} 1 &#038; 0 &#038; -6 &#038; 3 \\ 0 &#038; 0 &#038; 8 &#038; 1 \\ 0 &#038; 1 &#038; 4 &#038; -1 \end{array} \right] \xrightarrow{ R_2 \leftrightarrow R_3 } \left[\begin{array}{rrr|r} 1 &#038; 0 &#038; -6 &#038; 3 \\ 0 &#038; 1 &#038; 4 &#038; -1 \\ 0 &#038; 0 &#038; 8 &#038; 1 \end{array} \right]  \\[6pt]
 \xrightarrow{ \frac{1}{8} R_3} \left[\begin{array}{rrr|r} 1 &#038; 0 &#038; -6 &#038; 3 \\[3pt] 0 &#038; 1 &#038; 4 &#038; -1 \\[3pt] 0 &#038; 0 &#038; 1 &#038; \frac{1}{8} \end{array} \right] \xrightarrow[R_2 &#8211; 4 R_3 ]{ R_1 + 6 R_3} \left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 0 &#038; \frac{15}{4} \\[3pt] 0 &#038; 1 &#038; 0 &#038; \frac{-3}{2} \\[3pt] 0 &#038; 0 &#038; 1 &#038; \frac{1}{8} \end{array} \right].<br />
\end{align*}</p>
<p>Now we can read off the solution $x_1 = \frac{15}{4}$, $x_2 = \frac{-3}{2}$, and $x_3 = \frac{1}{8}$.</p>
<button class="simplefavorite-button has-count" data-postid="6362" data-siteid="1" data-groupid="1" data-favoritecount="59" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">59</span></button><p>The post <a href="https://yutsumura.com/write-a-vector-as-a-linear-combination-of-three-vectors/" target="_blank">Write a Vector as a Linear Combination of Three Vectors</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/write-a-vector-as-a-linear-combination-of-three-vectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6362</post-id>	</item>
		<item>
		<title>Determine Whether Matrices are in Reduced Row Echelon Form, and Find Solutions of Systems</title>
		<link>https://yutsumura.com/determine-whether-matrices-are-in-reduced-row-echelon-form-and-find-solutions-of-systems/</link>
				<comments>https://yutsumura.com/determine-whether-matrices-are-in-reduced-row-echelon-form-and-find-solutions-of-systems/#respond</comments>
				<pubDate>Mon, 25 Dec 2017 16:39:29 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[free variable]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6336</guid>
				<description><![CDATA[<p>Determine whether the following augmented matrices are in reduced row echelon form, and calculate the solution sets of their associated systems of linear equations. (a) $\left[\begin{array}{rrr&#124;r} 1 &#038; 0 &#038; 0 &#038; 2 \\&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-whether-matrices-are-in-reduced-row-echelon-form-and-find-solutions-of-systems/" target="_blank">Determine Whether Matrices are in Reduced Row Echelon Form, and Find Solutions of Systems</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 648</h2>
<p>Determine whether the following augmented matrices are in reduced row echelon form, and calculate the solution sets of their associated systems of linear equations.</p>
<p><strong>(a)</strong> $\left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 0 &#038; 2 \\ 0 &#038; 1 &#038; 0 &#038; -3 \\ 0 &#038; 0 &#038; 1 &#038; 6 \end{array} \right]$.</p>
<p><strong>(b)</strong> $\left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 3 &#038; -4 \\ 0 &#038; 1 &#038; 2 &#038; 0 \end{array} \right]$.</p>
<p><strong>(c)</strong> $\left[\begin{array}{rr|r} 1 &#038; 2 &#038; 0 \\ 1 &#038; 1 &#038; -1 \end{array} \right]$.<br />
&nbsp;<br />
<span id="more-6336"></span><br />

<h2>Solution.</h2>
<h3>(a) $\left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 0 &#038; 2 \\ 0 &#038; 1 &#038; 0 &#038; -3 \\ 0 &#038; 0 &#038; 1 &#038; 6 \end{array} \right]$</h3>
<p>The first matrix is in reduced row echelon form.</p>
<p>For this matrix, we can read off the solution $x_1 = 2, x_2 = -3, x_3 = 6$.</p>
<h3>(b) $\left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 3 &#038; -4 \\ 0 &#038; 1 &#038; 2 &#038; 0 \end{array} \right]$</h3>
<p>The second matrix is in reduced row echelon form.</p>
<p>For this matrix, the variable $x_3$ is a free variable because there are no leading 1s in the 3rd column.</p>
<p>The solution set can be expressed as $x_1 = -4 &#8211; 3 x_3$, $x_2 = -2 x_3$, and $x_3$ can be any real number.</p>
<h3>(c) $\left[\begin{array}{rr|r} 1 &#038; 2 &#038; 0 \\ 1 &#038; 1 &#038; -1 \end{array} \right]$</h3>
<p>	The third matrix is not in reduced echelon form because the bottom-left entry is $1$, not $0$, so we first use elementary row operations to put it in this form.<br />
	\begin{align*}<br />
\left[\begin{array}{rr|r} 1 &#038; 2 &#038; 0 \\ 1 &#038; 1 &#038; -1 \end{array} \right] \xrightarrow{R_2 &#8211; R_1} \left[\begin{array}{rr|r} 1 &#038; 2 &#038; 0 \\ 0 &#038; -1 &#038; -1 \end{array} \right]\\[6pt]
 \xrightarrow{(-1) R_2 } \left[\begin{array}{rr|r} 1 &#038; 2 &#038; 0 \\ 0 &#038; 1 &#038; 1 \end{array} \right] \xrightarrow{R_1 &#8211; 2 R_2} \left[\begin{array}{rr|r} 1 &#038; 0 &#038; -2 \\ 0 &#038; 1 &#038; 1 \end{array} \right].<br />
\end{align*}<br />
	With the reduced matrix, we can read off the solution $x_1 = -2$ and $x_2 = 1$.</p>
<button class="simplefavorite-button has-count" data-postid="6336" data-siteid="1" data-groupid="1" data-favoritecount="56" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">56</span></button><p>The post <a href="https://yutsumura.com/determine-whether-matrices-are-in-reduced-row-echelon-form-and-find-solutions-of-systems/" target="_blank">Determine Whether Matrices are in Reduced Row Echelon Form, and Find Solutions of Systems</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-matrices-are-in-reduced-row-echelon-form-and-find-solutions-of-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6336</post-id>	</item>
		<item>
		<title>If a Matrix $A$ is Full Rank, then $\rref(A)$ is the Identity Matrix</title>
		<link>https://yutsumura.com/if-a-matrix-a-is-full-rank-then-rrefa-is-the-identity-matrix/</link>
				<comments>https://yutsumura.com/if-a-matrix-a-is-full-rank-then-rrefa-is-the-identity-matrix/#respond</comments>
				<pubDate>Mon, 25 Dec 2017 05:05:45 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[full rank]]></category>
		<category><![CDATA[identity matrix]]></category>
		<category><![CDATA[leading 1]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[rank of a matrix]]></category>
		<category><![CDATA[reduced row echelon form]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6321</guid>
				<description><![CDATA[<p>Prove that if $A$ is an $n \times n$ matrix with rank $n$, then $\rref(A)$ is the identity matrix. Here $\rref(A)$ is the matrix in reduced row echelon form that is row equivalent to&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-a-matrix-a-is-full-rank-then-rrefa-is-the-identity-matrix/" target="_blank">If a Matrix $A$ is Full Rank, then $\rref(A)$ is the Identity Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 645</h2>
<p>Prove that if $A$ is an $n \times n$ matrix with rank $n$, then $\rref(A)$ is the identity matrix.</p>
<p>Here $\rref(A)$ is the matrix in reduced row echelon form that is row equivalent to the matrix $A$.<br />
&nbsp;<br />
<span id="more-6321"></span></p>
<h2> Proof. </h2>
<p>	Because $A$ has rank $n$, we know that the $n \times n$ matrix $\rref(A)$ has $n$ non-zero rows.<br />
This means that all $n$ rows must have a leading 1. </p>
<p>Each leading 1 must be in a distinct column, so we must have that each of the $n$ columns has a leading 1.<br />
In a row echelon matrix, these leading 1s must be arranged to lie on the diagonal.  </p>
<p>In a reduced row echelon matrix, each column with a leading 1 has 0s above and below that 1.  </p>
<p>These restrictions mean that $\rref(A)$ must be the identity matrix.</p>
<button class="simplefavorite-button has-count" data-postid="6321" 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/if-a-matrix-a-is-full-rank-then-rrefa-is-the-identity-matrix/" target="_blank">If a Matrix $A$ is Full Rank, then $\rref(A)$ is the Identity Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-a-matrix-a-is-full-rank-then-rrefa-is-the-identity-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6321</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>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>Orthonormal Basis of Null Space and Row Space</title>
		<link>https://yutsumura.com/orthonormal-basis-of-null-space-and-row-space/</link>
				<comments>https://yutsumura.com/orthonormal-basis-of-null-space-and-row-space/#comments</comments>
				<pubDate>Fri, 07 Apr 2017 01:06:05 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[dot product]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[inner product]]></category>
		<category><![CDATA[leading 1 method]]></category>
		<category><![CDATA[length of a vector]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[null space]]></category>
		<category><![CDATA[nullity]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[orthonormal basis]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[rank-nullity theorem]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[row space]]></category>
		<category><![CDATA[subspace]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2595</guid>
				<description><![CDATA[<p>Let $A=\begin{bmatrix} 1 &#038; 0 &#038; 1 \\ 0 &#038;1 &#038;0 \end{bmatrix}$. (a) Find an orthonormal basis of the null space of $A$. (b) Find the rank of $A$. (c) Find an orthonormal basis&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/orthonormal-basis-of-null-space-and-row-space/" target="_blank">Orthonormal Basis of Null Space and Row Space</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 366</h2>
<p>	Let $A=\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 1 \\<br />
	   0 &#038;1 &#038;0<br />
	\end{bmatrix}$.</p>
<p>	<strong>(a)</strong> Find an orthonormal basis of the null space of $A$.</p>
<p>	<strong>(b)</strong> Find the rank of $A$.</p>
<p>	<strong>(c)</strong> Find an orthonormal basis of the row space of $A$.</p>
<p>	(<em>The Ohio State University, Linear Algebra Exam Problem</em>)<br />
&nbsp;<br />
<span id="more-2595"></span></p>

<h2>Solution.</h2>
<p>	First of all, note that $A$ is already in reduced row echelon form.</p>
<h3>(a) Find an orthonormal basis of the null space of $A$.</h3>
<p> Let us find a basis of null space of $A$.<br />
		The null space consists of the solutions of $A\mathbf{x}=0$.<br />
		Since $A$ is in reduced row echelon form, the solutions $\mathbf{x}=\begin{bmatrix}<br />
	  x_1 \\<br />
	   x_2 \\<br />
	    x_3<br />
	  \end{bmatrix}$ satisfy<br />
	  \[x_1=-x_3 \text{ and } x_2=0,\]
	  hence the general solution is<br />
	  \[\mathbf{x}=\begin{bmatrix}<br />
	  -x_3 \\<br />
	   0 \\<br />
	    x_3<br />
	  \end{bmatrix}=x_3\begin{bmatrix}<br />
	  -1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix}.\]
	  Therefore, the set<br />
	  \[\left\{\,  \begin{bmatrix}<br />
	  -1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix} \,\right\}\]
	   is a basis of the null space of $A$.<br />
	  Since the length of the basis vector is $\sqrt{(-1)^2+0^2+1^2}=\sqrt{2}$, it is not orthonormal basis.<br />
	  Thus, we divide the vector by its length and obtain an orthonormal basis<br />
	  \[\left\{\, \frac{1}{\sqrt{2}}\begin{bmatrix}<br />
	  -1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix} \,\right\}.\]
&nbsp;</p>
<h3>(b) Find the rank of $A$.</h3>
<p>From part (a), we see that the nullity of $A$ is $1$. The rank-nullity theorem says that<br />
	  \[\text{rank of $A$} + \text{ nullity of $A$}=3.\]
	  Hence the rank of $A$ is $2$.</p>
<p>	  The second way to find the rank of $A$ is to use the definition of the rank: The rank of a matrix $B$ is the number of nonzero rows in a reduced row echelon matrix that is row equivalent to $B$.<br />
	  Since $A$ is in echelon form and it has two nonzero rows, the rank is $2$.</p>
<p>	  The third way to find the rank is to use the leading 1 method. By the leading 1 method, we see that the first two columns form a basis of the range, hence the rank of $A$ is $2$.<br />
	  &nbsp;</p>
<h3>(c) Find an orthonormal basis of the row space of $A$.</h3>
<p> By the row space method, the nonzero rows in reduced row echelon form a basis of the row space of $A$. Thus<br />
	  \[ \left\{\,  \begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix}, \begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    0<br />
	  \end{bmatrix} \,\right\}\]
	  is a basis of the row space of $A$.<br />
	  Since the dot (inner) product of these two vectors is $0$, they are orthogonal.<br />
	  The length of the vectors is $\sqrt{2}$ and $1$, respectively.<br />
	  Hence an orthonormal basis of the row space of $A$ is<br />
	   \[ \left\{\, \frac{1}{\sqrt{2}} \begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix}, \begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    0<br />
	  \end{bmatrix} \,\right\}\]
		&nbsp;</p>
<h2>Linear Algebra Midterm Exam 2 Problems and Solutions </h2>
<ul>
<li><a href="//yutsumura.com/true-or-false-problems-of-vector-spaces-and-linear-transformations/" target="_blank">True of False Problems  and Solutions</a>: True or False problems of vector spaces and linear transformations</li>
<li><a href="//yutsumura.com/10-examples-of-subsets-that-are-not-subspaces-of-vector-spaces/" target="_blank">Problem 1 and its solution</a>: See (7) in the post &#8220;10 examples of subsets that are not subspaces of vector spaces&#8221;</li>
<li><a href="//yutsumura.com/determine-whether-trigonometry-functions-sin2x-cos2x-1-are-linearly-independent-or-dependent/" target="_blank">Problem 2 and its solution</a>: Determine whether trigonometry functions $\sin^2(x), \cos^2(x), 1$ are linearly independent or dependent</li>
<li>Problem 3 and its solution (current problem): Orthonormal basis of null space and row space</li>
<li><a href="//yutsumura.com/basis-of-span-in-vector-space-of-polynomials-of-degree-2-or-less/" target="_blank">Problem 4 and its solution</a>: Basis of span in vector space of polynomials of degree 2 or less</li>
<li><a href="//yutsumura.com/determine-value-of-linear-transformation-from-r3-to-r2/" target="_blank">Problem 5 and its solution</a>: Determine value of linear transformation from $R^3$ to $R^2$</li>
<li><a href="//yutsumura.com/rank-and-nullity-of-linear-transformation-from-r3-to-r2/" target="_blank">Problem 6 and its solution</a>: Rank and nullity of linear transformation from $R^3$ to $R^2$</li>
<li><a href="//yutsumura.com/find-matrix-representation-of-linear-transformation-from-r2-to-r2/" target="_blank">Problem 7 and its solution</a>: Find matrix representation of linear transformation from $R^2$ to $R^2$</li>
<li><a href="//yutsumura.com/hyperplane-through-origin-is-subspace-of-4-dimensional-vector-space/" target="_blank">Problem 8 and its solution</a>: Hyperplane through origin is subspace of 4-dimensional vector space</li>
</ul>
<button class="simplefavorite-button has-count" data-postid="2595" data-siteid="1" data-groupid="1" data-favoritecount="36" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">36</span></button><p>The post <a href="https://yutsumura.com/orthonormal-basis-of-null-space-and-row-space/" target="_blank">Orthonormal Basis of Null Space and Row Space</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/orthonormal-basis-of-null-space-and-row-space/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2595</post-id>	</item>
		<item>
		<title>Find All Matrices $B$ that Commutes With a Given Matrix $A$: $AB=BA$</title>
		<link>https://yutsumura.com/find-all-matrices-b-that-commutes-with-a-given-matrix-a-abba/</link>
				<comments>https://yutsumura.com/find-all-matrices-b-that-commutes-with-a-given-matrix-a-abba/#respond</comments>
				<pubDate>Wed, 25 Jan 2017 04:28:08 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[Gauss-Jordan elimination]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix product]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2045</guid>
				<description><![CDATA[<p>Let \[A=\begin{bmatrix} 1 &#038; 3\\ 2&#038; 4 \end{bmatrix}.\] Then (a) Find all matrices \[B=\begin{bmatrix} x &#038; y\\ z&#038; w \end{bmatrix}\] such that $AB=BA$. (b) Use the results of part (a) to exhibit $2\times 2$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-all-matrices-b-that-commutes-with-a-given-matrix-a-abba/" target="_blank">Find All Matrices $B$ that Commutes With a Given Matrix $A$: $AB=BA$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 272</h2>
<p>Let<br />
\[A=\begin{bmatrix}<br />
  1 &#038; 3\\<br />
  2&#038; 4<br />
\end{bmatrix}.\]
Then </p>
<p><strong>(a)</strong> Find all matrices<br />
\[B=\begin{bmatrix}<br />
  x &#038; y\\<br />
  z&#038; w<br />
\end{bmatrix}\]
such that $AB=BA$.</p>
<p><strong>(b)</strong> Use the results of part (a) to exhibit $2\times 2$ matrices $B$ and $C$ such that<br />
\[AB=BA \text{ and } AC \neq CA.\]
<p>&nbsp;<br />
<span id="more-2045"></span><br />

<h2>Solution.</h2>
<h3> Find all matrices $B$ such that $AB=BA$</h3>
<p> Since we want to find $B$ such that $AB=BA$, we need to find $x, y, z, w$ satisfying<br />
	\[\begin{bmatrix}<br />
  1 &#038; 3\\<br />
  2&#038; 4<br />
\end{bmatrix}\begin{bmatrix}<br />
  x &#038; y\\<br />
  z&#038; w<br />
\end{bmatrix}=\begin{bmatrix}<br />
  x &#038; y\\<br />
  z&#038; w<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 &#038; 3\\<br />
  2&#038; 4<br />
\end{bmatrix}.\]
<p>Comparing entries, we have the following system of linear equations.<br />
\begin{align*}<br />
x+3z&#038;=x+2y\\<br />
y+3w&#038;=3x+4y\\<br />
2x+4z&#038;=z+2w\\<br />
2y+4w&#038;=3z+4w.<br />
\end{align*}</p>
<p>Simplifying this, we obtain<br />
\begin{align*}<br />
2y-3z &#038;=0\\<br />
3x+3y-3w &#038;=0\\<br />
2x+3z-2w &#038;=0\\<br />
2y-3z &#038;=0.<br />
\end{align*}</p>
<p>Note that the first and the last equations are identical. So we omit the first equation from our consideration. </p>
<p>To solve this system, we use the Gauss-Jordan elimination method. Namely we form the augmented matrix of this system and apply elementary row operations as follows.<br />
\begin{align*}<br />
\left[\begin{array}{rrrr|r}<br />
  3 &#038; 3 &#038; 0 &#038; -3 &#038;0 \\<br />
  2 &#038; 0 &#038; 3 &#038; -2 &#038; 0 \\<br />
  0 &#038; 2 &#038; -3 &#038; 0 &#038; 0<br />
  \end{array}\right]
  \xrightarrow{\frac{1}{3}R_1}<br />
  \left[\begin{array}{rrrr|r}<br />
  1 &#038; 1 &#038; 0 &#038; -1 &#038;0 \\<br />
  2 &#038; 0 &#038; 3 &#038; -2 &#038; 0 \\<br />
  0 &#038; 2 &#038; -3 &#038; 0 &#038; 0<br />
  \end{array}\right]
  \xrightarrow{R_2-2R_1}\\[10pt]
  \left[\begin{array}{rrrr|r}<br />
  1 &#038; 1 &#038; 0 &#038; -1 &#038;0 \\<br />
  0 &#038; -2 &#038; 3 &#038; 0 &#038; 0 \\<br />
  0 &#038; 2 &#038; -3 &#038; 0 &#038; 0<br />
  \end{array}\right]
  \xrightarrow{\substack{R_1+\frac{1}{2}R_2 \\ R_2+R_3}}<br />
  \left[\begin{array}{rrrr|r}<br />
  1 &#038; 0 &#038; 3/2  &#038; -1 &#038;0 \\<br />
  0 &#038; -2 &#038; 3 &#038; 0 &#038; 0 \\<br />
  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0<br />
  \end{array}\right]\\[10pt]
  \xrightarrow{-\frac{1}{2}R_2}<br />
    \left[\begin{array}{rrrr|r}<br />
  1 &#038; 0 &#038; 3/2  &#038; -1 &#038;0 \\<br />
  0 &#038; 1 &#038; -3/2 &#038; 0 &#038; 0 \\<br />
  0 &#038; 0 &#038; 0 &#038; 0 &#038; 0<br />
  \end{array}\right].<br />
\end{align*}</p>
<p>The last matrix is in reduced row echelon form. From this, we obtain the general solution<br />
\begin{align*}<br />
x&#038;=-\frac{3}{2}z+w\\<br />
y&#038;=\frac{3}{2}z,<br />
\end{align*}<br />
where $z$ and $w$ are free variables.</p>
<p>Therefore the matrix $B$ such that $AB=BA$ must be<br />
\begin{align*}<br />
B&#038;=\begin{bmatrix}<br />
  -\frac{3}{2}z+w &#038; \frac{3}{2}z\\<br />
  z&#038; w<br />
\end{bmatrix}\\<br />
&#038;=z\begin{bmatrix}<br />
  -\frac{3}{2} &#038; \frac{3}{2}\\<br />
  1&#038; 0<br />
\end{bmatrix}<br />
+w<br />
\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  0&#038; 1<br />
\end{bmatrix}<br />
\end{align*}<br />
for any $z$ and $w$.</p>
<h3>(b) Find matrices $B, C$ such that $AB=BA$, $AC\neq CA$</h3>
<p>By part (a), if<br />
\[B=z\begin{bmatrix}<br />
  -\frac{3}{2} &#038; \frac{3}{2}\\<br />
  1&#038; 0<br />
\end{bmatrix}<br />
+w<br />
\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  0&#038; 1<br />
\end{bmatrix}\]
for some $z, w$, then we have $AB=BA$.</p>
<p>For example, let $z=2, w=0$. Then the matrix<br />
\[B=\begin{bmatrix}<br />
  -3 &#038; 3\\<br />
  2&#038; 0<br />
\end{bmatrix}\]
satisfies $AB=BA$.</p>
<p>To find a matrix $C$ such that $AC \neq CA$, the matrix $C$ must not be of the form of the formula of $B$.</p>
<p>For example, let<br />
\[C=\begin{bmatrix}<br />
  0 &#038; 0\\<br />
  1&#038; 0<br />
\end{bmatrix}.\]
You may directly check that $AC\neq CA$.</p>
<p>Or, we can show that $C$ is never be the matrix of the form<br />
\[\begin{bmatrix}<br />
  -\frac{3}{2}z+w &#038; \frac{3}{2}z\\<br />
  z&#038; w<br />
\end{bmatrix}.\]
<p>To see this, compare $(1,2)$ and $(2,1)$ entries. There is no $z$ such that<br />
\[\frac{3}{2}z=0 \text{ and } z=1.\]
(This is how I found the matrix $C$ as above.)</p>
<button class="simplefavorite-button has-count" data-postid="2045" data-siteid="1" data-groupid="1" data-favoritecount="60" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">60</span></button><p>The post <a href="https://yutsumura.com/find-all-matrices-b-that-commutes-with-a-given-matrix-a-abba/" target="_blank">Find All Matrices $B$ that Commutes With a Given Matrix $A$: $AB=BA$</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-matrices-b-that-commutes-with-a-given-matrix-a-abba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2045</post-id>	</item>
		<item>
		<title>Vector Form for the General Solution of a System of Linear Equations</title>
		<link>https://yutsumura.com/vector-form-for-the-general-solution-of-a-system-of-linear-equations/</link>
				<comments>https://yutsumura.com/vector-form-for-the-general-solution-of-a-system-of-linear-equations/#respond</comments>
				<pubDate>Sat, 21 Jan 2017 05:53:58 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[Gauss-Jordan elimination]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear equation]]></category>
		<category><![CDATA[reduced echelon form]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[system of linear equations]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[vector form for the general solution]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2015</guid>
				<description><![CDATA[<p>Solve the following system of linear equations by transforming its augmented matrix to reduced echelon form (Gauss-Jordan elimination). Find the vector form for the general solution. \begin{align*} x_1-x_3-3x_5&#038;=1\\ 3x_1+x_2-x_3+x_4-9x_5&#038;=3\\ x_1-x_3+x_4-2x_5&#038;=1. \end{align*} &#160; Solution. The&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/vector-form-for-the-general-solution-of-a-system-of-linear-equations/" target="_blank">Vector Form for the General Solution of a System of Linear Equations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 267</h2>
<p> Solve the following system of linear equations by transforming its augmented matrix to reduced echelon form (Gauss-Jordan elimination). </p>
<p>Find the vector form for the general solution.<br />
\begin{align*}<br />
x_1-x_3-3x_5&#038;=1\\<br />
3x_1+x_2-x_3+x_4-9x_5&#038;=3\\<br />
x_1-x_3+x_4-2x_5&#038;=1.<br />
\end{align*}</p>
<p>&nbsp;<br />
<span id="more-2015"></span></p>
<h2> Solution. </h2>
<p>	The augmented matrix of the given system is<br />
	\begin{align*}<br />
\left[\begin{array}{rrrrr|r}<br />
 1 &#038; 0 &#038; -1 &#038; 0 &#038;-3 &#038; 1 \\<br />
   3 &#038; 1 &#038; -1 &#038; 1 &#038; -9 &#038; 3 \\<br />
   1 &#038; 0 &#038; -1 &#038; 1 &#038; -2 &#038; 1 \\<br />
  \end{array} \right].<br />
\end{align*}<br />
We apply the elementary row operations as follows.<br />
We have<br />
\begin{align*}<br />
\left[\begin{array}{rrrrr|r}<br />
 1 &#038; 0 &#038; -1 &#038; 0 &#038;-3 &#038; 1 \\<br />
   3 &#038; 1 &#038; -1 &#038; 1 &#038; -9 &#038; 3 \\<br />
   1 &#038; 0 &#038; -1 &#038; 1 &#038; -2 &#038; 1 \\<br />
  \end{array} \right]
  \xrightarrow{\substack{R_2-3R_1\\R_3-R_1}}<br />
  \left[\begin{array}{rrrrr|r}<br />
 1 &#038; 0 &#038; -1 &#038; 0 &#038;-3 &#038; 1 \\<br />
   0 &#038; 1 &#038; 2 &#038; 1 &#038; 0 &#038; 0 \\<br />
   0 &#038; 0 &#038; 0 &#038; 1 &#038; 1 &#038; 0 \\<br />
  \end{array} \right]\\[10pt]
  \xrightarrow{R_2-R_3}<br />
  \left[\begin{array}{rrrrr|r}<br />
 1 &#038; 0 &#038; -1 &#038; 0 &#038;-3 &#038; 1 \\<br />
   0 &#038; 1 &#038; 2 &#038; 0 &#038; -1 &#038; 0 \\<br />
   0 &#038; 0 &#038; 0 &#038; 1 &#038; 1 &#038; 0 \\<br />
  \end{array} \right].<br />
\end{align*}<br />
The last matrix is in reduced row echelon form.<br />
From this reduction, we see that the general solution is<br />
\begin{align*}<br />
x_1&#038;=x_3+3x_5+1\\<br />
x_2&#038;=-2x_3+x_5\\<br />
x_4&#038;=-x_5.<br />
\end{align*}<br />
Here $x_3, x_5$ are free (independent) variables and $x_1, x_2, x_4$ are dependent variables.</p>
<p>To find the vector form for the general solution, we substitute these equations into the vector $\mathbf{x}$ as follows.<br />
We have<br />
\begin{align*}<br />
\mathbf{x}=\begin{bmatrix}<br />
  x_1 \\<br />
   x_2 \\<br />
    x_3 \\<br />
   x_4 \\<br />
   x_5<br />
   \end{bmatrix}&#038;=<br />
   \begin{bmatrix}<br />
  x_3+3x_5+1 \\<br />
   -2x_3+x_5 \\<br />
    x_3 \\<br />
   -x_5 \\<br />
   x_5<br />
   \end{bmatrix}\\[10pt]
   &#038;=<br />
   \begin{bmatrix}<br />
  x_3 \\<br />
   -2x_3 \\<br />
    x_3 \\<br />
   0 \\<br />
   0<br />
   \end{bmatrix}<br />
   +<br />
   \begin{bmatrix}<br />
  3x_5 \\<br />
   x_5 \\<br />
    0 \\<br />
   -x_5 \\<br />
   x_5<br />
   \end{bmatrix}<br />
   +<br />
   \begin{bmatrix}<br />
  1 \\<br />
   0 \\<br />
   0 \\<br />
   0 \\<br />
   0<br />
   \end{bmatrix}\\[10pt]
   &#038;=x_3\begin{bmatrix}<br />
  1 \\<br />
   -2 \\<br />
    1 \\<br />
   0 \\<br />
   0<br />
   \end{bmatrix}+x_5 \begin{bmatrix}<br />
  3 \\<br />
   1 \\<br />
    0 \\<br />
   -1 \\<br />
   1<br />
   \end{bmatrix}+\begin{bmatrix}<br />
  1 \\<br />
   0 \\<br />
    0 \\<br />
   0 \\<br />
   0<br />
   \end{bmatrix}.<br />
\end{align*}<br />
Therefore <strong>the vector form for the general solution</strong> is given by<br />
\[\mathbf{x}=x_3\begin{bmatrix}<br />
  1 \\<br />
   -2 \\<br />
    1 \\<br />
   0 \\<br />
   0<br />
   \end{bmatrix}+x_5 \begin{bmatrix}<br />
  3 \\<br />
   1 \\<br />
    0 \\<br />
   -1 \\<br />
   1<br />
   \end{bmatrix}+\begin{bmatrix}<br />
  1 \\<br />
   0 \\<br />
    0 \\<br />
   0 \\<br />
   0<br />
   \end{bmatrix},\]
   where $x_3, x_5$ are free variables.</p>
<h2> Related Question. </h2>
<p>For a similar question, check out the post &#8628;<br />
<a href="//yutsumura.com/solve-the-system-of-linear-equations-and-give-the-vector-form-for-the-general-solution/" target="_blank">Solve the System of Linear Equations and Give the Vector Form for the General Solution</a>.</p>
<button class="simplefavorite-button has-count" data-postid="2015" data-siteid="1" data-groupid="1" data-favoritecount="68" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">68</span></button><p>The post <a href="https://yutsumura.com/vector-form-for-the-general-solution-of-a-system-of-linear-equations/" target="_blank">Vector Form for the General Solution of a System of Linear Equations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/vector-form-for-the-general-solution-of-a-system-of-linear-equations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2015</post-id>	</item>
		<item>
		<title>Row Equivalent Matrix, Bases for the Null Space, Range, and Row Space of a Matrix</title>
		<link>https://yutsumura.com/row-equivalent-matrix-bases-for-the-null-space-range-and-row-space-of-a-matrix/</link>
				<comments>https://yutsumura.com/row-equivalent-matrix-bases-for-the-null-space-range-and-row-space-of-a-matrix/#comments</comments>
				<pubDate>Tue, 17 Jan 2017 20:51:29 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[column space]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kernel of a matrix]]></category>
		<category><![CDATA[leading 1 method]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linearly independent]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[null space]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[range of a matrix]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[row echelon form]]></category>
		<category><![CDATA[row equivalent]]></category>
		<category><![CDATA[row space method]]></category>
		<category><![CDATA[spanning set]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1970</guid>
				<description><![CDATA[<p>Let \[A=\begin{bmatrix} 1 &#038; 1 &#038; 2 \\ 2 &#038;2 &#038;4 \\ 2 &#038; 3 &#038; 5 \end{bmatrix}.\] (a) Find a matrix $B$ in reduced row echelon form such that $B$ is row equivalent&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/row-equivalent-matrix-bases-for-the-null-space-range-and-row-space-of-a-matrix/" target="_blank">Row Equivalent Matrix, Bases for the Null Space, Range, and Row Space of a Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 260</h2>
<p>	Let \[A=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 2 \\<br />
   2 &#038;2 &#038;4 \\<br />
   2 &#038; 3 &#038; 5<br />
\end{bmatrix}.\]
<p><strong>(a)</strong> Find a matrix $B$ in reduced row echelon form such that $B$ is row equivalent to the matrix $A$.</p>
<p><strong>(b)</strong> Find a basis for the null space of $A$.</p>
<p><strong>(c)</strong> Find a basis for the range of $A$ that consists of columns of $A$. For each columns, $A_j$ of $A$ that does not appear in the basis, express $A_j$ as a linear combination of the basis vectors.</p>
<p><strong>(d)</strong> Exhibit a basis for the row space of $A$.</p>
<p>&nbsp;<br />
<span id="more-1970"></span></p>

<h2>Hint.</h2>
<p>In part (c), you may use the following theorem.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Theorem (leading-1 method)</strong>: If $B$ is a matrix in reduced row echelon form that is row equivalent to $A$, then all the column vectors of $A$ whose corresponding columns in $B$ have leading 1&#8217;s form a basis of the range of $A$.</div>
<p>In part (d), you may use the following theorem.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Theorem (Row-space method)</strong>: If $B$ is a matrix in (reduced) row echelon form that is row equivalent to $A$, then the nonzero rows of $B$ form a basis for the row space of $A$.</div>
<h2>Solution.</h2>
<h3>(a) Find a matrix $B$ in reduced roe echelon form such that $B$ is row equivalent to the matrix $A$.</h3>
<p> We apply the elementary row operations to the matrix $A$ and obtain<br />
	\begin{align*}<br />
A=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 2 \\<br />
   2 &#038;2 &#038;4 \\<br />
   2 &#038; 3 &#038; 5<br />
\end{bmatrix}<br />
\xrightarrow{\substack{R_2-2R_1\\ R_3-2R_1}}<br />
\begin{bmatrix}<br />
  1 &#038; 1 &#038; 2 \\<br />
   0 &#038;0 &#038;0 \\<br />
   0 &#038; 1 &#038; 1<br />
\end{bmatrix}<br />
\xrightarrow{R_2 \leftrightarrow R_3}\\<br />
\begin{bmatrix}<br />
  1 &#038; 1 &#038; 2 \\<br />
   0 &#038; 1 &#038; 1\\<br />
    0 &#038;0 &#038;0<br />
\end{bmatrix}<br />
\xrightarrow{R_1-R_2}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038; 1 &#038; 1\\<br />
    0 &#038;0 &#038;0<br />
\end{bmatrix}.<br />
\end{align*}<br />
The last matrix is in reduced row echelon form that is row equivalent to $A$.<br />
Thus we set<br />
\[B=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038; 1 &#038; 1\\<br />
    0 &#038;0 &#038;0<br />
\end{bmatrix}.\]
<h3>(b) Find a basis for the null space of $A$.</h3>
<p> The null space $\calN(A)$ of the matrix is the set of solutions of the homogeneous system $A\mathbf{x}=\mathbf{0}$.<br />
By part (a), the augmented matrix $[A\mid \mathbf{0}]$ is row equivalent to $[B \mid \mathbf{0}]$.<br />
Thus, the solution $\mathbf{x}=\begin{bmatrix}<br />
  x_1 \\<br />
   x_2 \\<br />
    x_3<br />
  \end{bmatrix}$ must satisfy<br />
  \[x_1=-x_3 \text{ and } x_2=-x_3,\]
  where $x_3$ is a free variable.<br />
  Thus the solutions are given by<br />
  \[\mathbf{x}=\begin{bmatrix}<br />
  -x_3 \\<br />
   -x_3 \\<br />
    x_3<br />
  \end{bmatrix}=x_3\begin{bmatrix}<br />
  -1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}\]
  for any number $x_3$.<br />
  Hence we have<br />
  \begin{align*}<br />
\calN(A)&#038;=\{ \mathbf{x}\in \R^3 \mid \mathbf{x}=x_3\begin{bmatrix}<br />
  -1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix} \text{ for any } x_3\in \R \} \\<br />
&#038;=\Span\left\{ \quad\begin{bmatrix}<br />
  -1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}\quad  \right \}.<br />
\end{align*}</p>
<p>From this, we deduce that the set<br />
 \[\left\{ \quad\begin{bmatrix}<br />
  -1 \\<br />
   -1 \\<br />
    1<br />
  \end{bmatrix}\quad  \right \}\]
  is a basis for the null space of $A$.    </p>
<h3>(c) Find a basis for the range of $A$ that consists of columns of $A$. (Longer version)</h3>
<p>Let us write<br />
  \[A=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 2 \\<br />
   2 &#038;2 &#038;4 \\<br />
   2 &#038; 3 &#038; 5<br />
\end{bmatrix}=[A_1, A_2, A_3],\]
  where $A_1, A_2, A_3$ are the column vectors of the matrix $A$.<br />
The range $\calR(A)$ of $A$ is the same as the column space of $A$.<br />
	Thus, it suffices to find the maximal number of linearly independent vectors among the column vectors $A_1, A_2, A_3$.<br />
	Consider the linear combination<br />
	\[x_1A_1+x_2A_2+x_3A_3=\mathbf{0}. \tag{*} \]
	Then this is equivalent to the homogeneous system<br />
	\[A\mathbf{x}=\mathbf{0}\]
	and we already found the solutions in part (b):<br />
	\[x_1=-x_3 \text{ and } x_2=-x_3.\]
	This tells us the vectors $A_1, A_2, A_3$ are linearly dependent.<br />
    For example, $x_1=-1, x_2=-1, x_3=1$ is a nonzero solution of the system (*).<br />
    Thus, we have<br />
    \[\calR(A)=\Span(A_1, A_2, A_3)=\Span(A_1, A_2).\]
<p>	On the other hand, if we consider only $A_1$ and $A_2$, they are linearly independent.<br />
	(To see this, you just need to repeat the above argument without $A_3$. This amounts to just ignoring the third columns in the computations.)</p>
<p>	Therefore, the set $\{A_1, A_2\}$ is a linearly independent spanning set for the range.<br />
	Hence a basis of the range consisting column vectors of $A$ is<br />
	\[\{A_1, A_2\}.\]
<p>The only column vector which is not a basis vector is $A_3$.<br />
We already found that $x_1=-1, x_2=-1, x_3=1$ is a nonzero solution of (*).<br />
Thus we have<br />
\[-A_1-A_2+A_3=\mathbf{0}.\]
Solving this for $A_3$, we obtain the linear combination for $A_3$ of the basis vectors:<br />
\[A_3=A_1+A_2.\]
<h4>(c) A shorter solution using the leading 1 method</h4>
<p>Here is a shorter solution which uses the following theorem.</p>
<p>Theorem (leading-1 method): If $B$ is a matrix in reduced row echelon form that is row equivalent to $A$, then all the column vectors of $A$ whose corresponding columns in $B$ have leading 1&#8217;s form a basis of the range of $A$.</p>
<p>Looking at the matrix $B$, we see that the first and the second columns of $B$ have leading 1&#8217;s. Thus the first and the second column vectors of $A$ form a basis for the range of $A$.</p>
<h3>(d) Exhibit a basis for the row space of $A$.</h3>
<p> We use the following theorem.</p>
<p>Theorem (Row-space method): If $B$ is a matrix in (reduced) row echelon form that is row equivalent to $A$, then the nonzero rows of $B$ form a basis for the row space of $A$.</p>
<p>We have already found such $B$ in part (a), and the first and the second row vectors are nonzero. Thus they form a basis for the row space of $A$.<br />
Hence a basis for the row space of $A$ is<br />
\[\left\{\,\begin{bmatrix}<br />
  1 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}, \begin{bmatrix}<br />
  0 \\<br />
   1 \\<br />
    1<br />
  \end{bmatrix} \, \right \}.\]
<h2>Comment.</h2>
<p>The longer solution of part (c) is essentially the proof of Theorem (leading 1 method).<br />
It is good to know where the theorem came from, but when you solve a problem you may forget and just use the theorem like the shorter solution of (c).</p>
<button class="simplefavorite-button has-count" data-postid="1970" data-siteid="1" data-groupid="1" data-favoritecount="40" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">40</span></button><p>The post <a href="https://yutsumura.com/row-equivalent-matrix-bases-for-the-null-space-range-and-row-space-of-a-matrix/" target="_blank">Row Equivalent Matrix, Bases for the Null Space, Range, and Row Space of a Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/row-equivalent-matrix-bases-for-the-null-space-range-and-row-space-of-a-matrix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1970</post-id>	</item>
		<item>
		<title>Find Values of $a$ so that Augmented Matrix Represents a Consistent System</title>
		<link>https://yutsumura.com/find-values-of-a-so-that-augmented-matrix-represents-a-consistent-system/</link>
				<comments>https://yutsumura.com/find-values-of-a-so-that-augmented-matrix-represents-a-consistent-system/#respond</comments>
				<pubDate>Tue, 10 Jan 2017 02:06:58 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[consistent system]]></category>
		<category><![CDATA[inconsistent system]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear equation]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[row echelon form]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1893</guid>
				<description><![CDATA[<p>Suppose that the following matrix $A$ is the augmented matrix for a system of linear equations. \[A= \left[\begin{array}{rrr&#124;r} 1 &#038; 2 &#038; 3 &#038; 4 \\ 2 &#038;-1 &#038; -2 &#038; a^2 \\ -1&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-values-of-a-so-that-augmented-matrix-represents-a-consistent-system/" target="_blank">Find Values of $a$ so that Augmented Matrix Represents a Consistent System</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 249</h2>
<p> Suppose that the following matrix $A$ is the augmented matrix for a system of linear equations.<br />
		\[A= \left[\begin{array}{rrr|r}<br />
	 1 &#038; 2 &#038; 3 &#038; 4 \\<br />
	  2 &#038;-1 &#038;  -2 &#038; a^2  \\<br />
	  -1 &#038; -7 &#038; -11 &#038; a<br />
	    \end{array} \right],\]
	    where $a$ is a real number. Determine all the values of $a$ so that the corresponding system is consistent.</p>
<p>&nbsp;<br />
<span id="more-1893"></span><br />
&nbsp;</p>
<h2> Solution. </h2>
<p>	    	We apply the elementary row operations to $A$ as follows.<br />
	    	\begin{align*}<br />
	A= \left[\begin{array}{rrr|r}<br />
	 1 &#038; 2 &#038; 3 &#038; 4 \\<br />
	  2 &#038;-1 &#038;  -2 &#038; a^2  \\<br />
	  -1 &#038; -7 &#038; -11 &#038; a<br />
	    \end{array} \right]
	    \xrightarrow{\substack{R_2-2R_1\\ R_3+R_1}}<br />
	    \left[\begin{array}{rrr|r}<br />
	 1 &#038; 2 &#038; 3 &#038; 4 \\<br />
	  0 &#038;-5 &#038;  -8 &#038; a^2-8  \\<br />
	  0 &#038; -5 &#038; -8 &#038; a+4<br />
	    \end{array} \right]\\<br />
	    \xrightarrow{R_3-R_2}<br />
	     \left[\begin{array}{rrr|r}<br />
	 1 &#038; 2 &#038; 3 &#038; 4 \\<br />
	  0 &#038;-5 &#038;  -8 &#038; a^2-8  \\<br />
	  0 &#038; 0 &#038; 0 &#038; -a^2+a+12<br />
	    \end{array} \right].<br />
	\end{align*}<br />
	The last matrix is in row echelon form. (It&#8217;s not in reduced row echelon form.)<br />
	Then the system is consistent if and only if $-a^2+a+12$ is zero. (See Remark below.)<br />
	Since we can factor<br />
	\[0=-a^2+a+12=-(a+3)(a-4),\]
	we see that the system is consistent if and only if $a=-3, 4$.</p>
<h3>Remark</h3>
<p>If $-a^2+a+12 \neq 0$, then we divide the third row by $-a^2+a+12$ and obtain<br />
	\[ \left[\begin{array}{rrr|r}<br />
	   0 &#038; 0 &#038; 0 &#038; 1<br />
	    \end{array} \right]\]
	    in the third row.<br />
	    The corresponding linear equation is<br />
	    \[0x_1+0x_2+0x_3=1,\]
	    and clearly, there is no solution to this equation. Hence the system is inconsistent.</p>
<p>	    On the other hand, if $-a^2+a+12 = 0$, then the system has solutions. (You just need to reduce the above matrix further or use the back substitution.)</p>
<button class="simplefavorite-button has-count" data-postid="1893" data-siteid="1" data-groupid="1" data-favoritecount="38" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">38</span></button><p>The post <a href="https://yutsumura.com/find-values-of-a-so-that-augmented-matrix-represents-a-consistent-system/" target="_blank">Find Values of $a$ so that Augmented Matrix Represents a Consistent System</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-values-of-a-so-that-augmented-matrix-represents-a-consistent-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1893</post-id>	</item>
	</channel>
</rss>
