<?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 operation &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/elementary-row-operation/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Jan 2018 04:32:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</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 operation &#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>For Which Choices of $x$ is the Given Matrix Invertible?</title>
		<link>https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/</link>
				<comments>https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/#respond</comments>
				<pubDate>Sat, 29 Apr 2017 03:06:30 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[elementary row operation]]></category>
		<category><![CDATA[how to compute determinant]]></category>
		<category><![CDATA[how to find inverse matrix]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2805</guid>
				<description><![CDATA[<p>Determine the values of $x$ so that the matrix \[A=\begin{bmatrix} 1 &#038; 1 &#038; x \\ 1 &#038;x &#038;x \\ x &#038; x &#038; x \end{bmatrix}\] is invertible. For those values of $x$, find&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/" target="_blank">For Which Choices of $x$ is the Given Matrix Invertible?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 394</h2>
<p>	Determine the values of $x$ so that the matrix<br />
	\[A=\begin{bmatrix}<br />
	  1 &#038; 1 &#038; x \\<br />
	   1 &#038;x &#038;x \\<br />
	   x &#038; x &#038; x<br />
	\end{bmatrix}\]
	is invertible.<br />
	For those values of $x$, find the inverse matrix $A^{-1}$.</p>
<p>&nbsp;<br />
<span id="more-2805"></span></p>
<h2>Solution.</h2>
<p>		We use the fact that a matrix is invertible if and only if its determinant is nonzero.<br />
		So we compute the determinant of the matrix $A$.</p>
<p>		We have<br />
		\begin{align*}<br />
	&#038;\det(A)=\begin{vmatrix}<br />
	  1 &#038; 1 &#038; x \\<br />
	   1 &#038;x &#038;x \\<br />
	   x &#038; x &#038; x<br />
	\end{vmatrix}\\<br />
	&#038;=(1)\begin{vmatrix}<br />
	  x &#038; x\\<br />
	  x&#038; x<br />
	\end{vmatrix}-(1)\begin{vmatrix}<br />
	  1 &#038; x\\<br />
	  x&#038; x<br />
	\end{vmatrix}+x\begin{vmatrix}<br />
	  1 &#038; x\\<br />
	  x&#038; x<br />
	\end{vmatrix} &#038;&#038; \text{by the first row cofactor expansion.}\\<br />
	&#038;=(x^2-x^2)-(x-x^2)+x(x-x^2)\\<br />
	&#038;=(x-1)(x-x^2)\\<br />
	&#038;=x(x-1)^2.<br />
	\end{align*}</p>
<p>	Thus, the determinant $\det(A)$ is zero if and only if $x=0, 1$.<br />
	Hence the matrix $A$ is invertible if and only if $x\neq 0, 1$.</p>
<hr />
<p>	Next, we suppose that $x \neq 0, 1$ and find the inverse matrix of $A$.<br />
	We reduce the augmented matrix $[A\mid I]$ as follows.<br />
	We have<br />
	\begin{align*}<br />
	&#038;[A\mid I]= \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 1 &#038; x &#038; 1 &#038;0 &#038; 0 \\<br />
	   1 &#038; x &#038; x &#038; 0 &#038; 1 &#038; 0 \\<br />
	   x &#038; x &#038; x &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right] \\[6pt]
	&#038;  \xrightarrow{\substack{R_2-R_1 \\ R_3-xR_1}}<br />
	  \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 1 &#038; x &#038; 1 &#038;0 &#038; 0 \\<br />
	   0 &#038; x-1 &#038; 0 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; x-x^2 &#038; -x &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]
	  \xrightarrow[\frac{1}{x-x^2} R_3]{\frac{1}{x-1}R_2}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 1 &#038; x &#038; 1 &#038;0 &#038; 0 \\[8pt]
	   0 &#038; 1 &#038; 0 &#038; \frac{-1}{x-1} &#038; \frac{1}{x-1} &#038; 0 \\[8pt]
	   0 &#038; 0 &#038; 1 &#038; \frac{-1}{1-x} &#038; 0 &#038; \frac{1}{x-x^2} \\<br />
	  \end{array} \right]\\[6pt]
	 &#038; \xrightarrow{R_1-R_2}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 0 &#038; x &#038; \frac{x}{x-1} &#038; \frac{-1}{x-1} &#038; 0 \\[8pt]
	   0 &#038; 1 &#038; 0 &#038; \frac{-1}{x-1} &#038; \frac{1}{x-1} &#038; 0 \\[8pt]
	   0 &#038; 0 &#038; 1 &#038; \frac{-1}{1-x} &#038; 0 &#038; \frac{1}{x-x^2} \\<br />
	  \end{array} \right]
	  \xrightarrow{R_1-xR_3}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 0 &#038; 0 &#038; 0 &#038; \frac{-1}{x-1} &#038; \frac{-x}{x-x^2}\\[8pt]
	   0 &#038; 1 &#038; 0 &#038; \frac{-1}{x-1} &#038; \frac{1}{x-1} &#038; 0 \\[8pt]
	   0 &#038; 0 &#038; 1 &#038; \frac{-1}{1-x} &#038; 0 &#038; \frac{1}{x-x^2} \\<br />
	  \end{array} \right].<br />
	\end{align*}</p>
<p>	Now that we reduced the left $3\times 3$ matrix into the identity matrix, the right $3\times 3$ matrix is the inverse matrix of $A$.<br />
 (Note that when we applied elementary row operations, we divided by $x-1$ and $x-x^2$, and this is where we needed to assume $x \neq 0, 1$.)</p>
<p>	We have<br />
	\begin{align*}<br />
	A^{-1}=\begin{bmatrix}<br />
		  0 &#038; \frac{-1}{x-1} &#038; \frac{-x}{x-x^2}\\[8pt]
	    \frac{-1}{x-1} &#038; \frac{1}{x-1} &#038; 0 \\[8pt]
	    \frac{-1}{1-x} &#038; 0 &#038; \frac{1}{x-x^2} \\<br />
	\end{bmatrix}<br />
	=\frac{1}{x(1-x)}\begin{bmatrix}<br />
	  0 &#038; x &#038; -x \\<br />
	   x &#038;-x &#038;0 \\<br />
	   -x &#038; 0 &#038; 1<br />
	\end{bmatrix}.<br />
	\end{align*}</p>
<button class="simplefavorite-button has-count" data-postid="2805" 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/for-which-choices-of-x-is-the-given-matrix-invertible/" target="_blank">For Which Choices of $x$ is the Given Matrix Invertible?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2805</post-id>	</item>
		<item>
		<title>Find a Basis for a Subspace of the Vector Space of $2\times 2$ Matrices</title>
		<link>https://yutsumura.com/find-a-basis-for-a-subspace-of-the-vector-space-of-2times-2-matrices/</link>
				<comments>https://yutsumura.com/find-a-basis-for-a-subspace-of-the-vector-space-of-2times-2-matrices/#respond</comments>
				<pubDate>Fri, 21 Oct 2016 01:10:57 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[coordinate vector]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[dimension of a vector space]]></category>
		<category><![CDATA[elementary row operation]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[leading 1 method]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[row echelon form]]></category>
		<category><![CDATA[subspace]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1231</guid>
				<description><![CDATA[<p>Let $V$ be the vector space of all $2\times 2$ matrices, and let the subset $S$ of $V$ be defined by $S=\{A_1, A_2, A_3, A_4\}$, where \begin{align*} A_1=\begin{bmatrix} 1 &#038; 2 \\ -1 &#038;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-a-basis-for-a-subspace-of-the-vector-space-of-2times-2-matrices/" target="_blank">Find a Basis for a Subspace of the Vector Space of \times 2$ Matrices</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 152</h2>
<p>   Let $V$ be the vector space of all $2\times 2$ matrices, and let the subset $S$ of $V$ be defined by $S=\{A_1, A_2, A_3, A_4\}$, where<br />
  \begin{align*}<br />
  A_1=\begin{bmatrix}<br />
  1 &#038; 2 \\<br />
  -1 &#038; 3<br />
  \end{bmatrix}, \quad<br />
  A_2=\begin{bmatrix}<br />
  0 &#038; -1 \\<br />
  1 &#038; 4<br />
  \end{bmatrix}, \quad<br />
  A_3=\begin{bmatrix}<br />
  -1 &#038; 0 \\<br />
  1 &#038; -10<br />
  \end{bmatrix}, \quad<br />
  A_4=\begin{bmatrix}<br />
  3 &#038; 7 \\<br />
  -2 &#038; 6<br />
  \end{bmatrix}.<br />
  \end{align*}<br />
 Find a basis of the span $\Span(S)$ consisting of vectors in $S$ and find the dimension of $\Span(S)$.</p>
<p>&nbsp;<br />
<span id="more-1231"></span></p>
<h2> Proof. </h2>
<p>  	Let $B=\{E_{11}, E_{12}, E_{21}, E_{22}\}$ be the standard basis for the vector space $V$, where<br />
  	\[E_{11}=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  0&#038; 0<br />
\end{bmatrix},<br />
E_{12}=\begin{bmatrix}<br />
  0 &#038; 1\\<br />
  0&#038; 0<br />
\end{bmatrix}, E_{21}=\begin{bmatrix}<br />
  0 &#038; 0\\<br />
  1&#038; 0<br />
\end{bmatrix}, E_{22}=\begin{bmatrix}<br />
  0 &#038; 0\\<br />
  0&#038; 1<br />
\end{bmatrix}.\]
With respect to the basis $B$, we find the coordinate vectors for $A_1, A_2, A_3, A_4$ as follows.<br />
Since we have<br />
\[A_1=E_{11}+2E_{12}-E_{21}+3E_{22},\]
the coordinate vector for $A_1$ is<br />
\[[A_1]_B=\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    -1 \\<br />
   3<br />
   \end{bmatrix}.\]
   Similarly, we have<br />
   \[[A_2]_B=\begin{bmatrix}<br />
  0 \\<br />
   -1 \\<br />
    1 \\<br />
   4<br />
   \end{bmatrix}, [A_3]_B=\begin{bmatrix}<br />
  -1 \\<br />
   0 \\<br />
    1 \\<br />
   -10<br />
   \end{bmatrix},<br />
   [A_4]_B=\begin{bmatrix}<br />
  3 \\<br />
   7 \\<br />
    -2 \\<br />
   6<br />
   \end{bmatrix}.\]
   To find a basis for $\Span(S)$ among vectors in $S$, we first find a basis for $\Span(T)$ among vectors in<br />
   \[T=\{[A_1]_B, [A_2]_B, [A_3]_B, [A_4]_B\}.\]
   Let form a matrix whose columns are vectors in $T$. That is,<br />
   \[\begin{bmatrix}<br />
  1 &#038; 0 &#038; -1 &#038;   3 \\<br />
  2 &#038;-1 &#038;  0 &#038; 7  \\<br />
  -1 &#038; 1 &#038; 1 &#038; -2 \\<br />
  3 &#038; 4 &#038; -10 &#038; 6<br />
\end{bmatrix}.\]
<p>We apply the elementary row operations as follows and obtain a reduced row echelon form matrix.<br />
\begin{align*}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; -1 &#038;   3 \\<br />
  2 &#038;-1 &#038;  0 &#038; 7  \\<br />
  -1 &#038; 1 &#038; 1 &#038; -2 \\<br />
  3 &#038; 4 &#038; -7 &#038; 6<br />
\end{bmatrix}<br />
\xrightarrow{\substack{R_2-2R_1 \\ R_3+R_1\\ R_4-3R_1}}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; -1 &#038;   3 \\<br />
  0 &#038;-1 &#038;  2 &#038; 1  \\<br />
  0 &#038; 1 &#038; 0 &#038; 1 \\<br />
  0 &#038; 4 &#038; -7 &#038; -3<br />
\end{bmatrix}<br />
\xrightarrow{\substack{R_3+R_2 \\  R_4+4R_2}}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; -1 &#038;   3 \\<br />
  0 &#038;-1 &#038;  2 &#038; 1  \\<br />
  0 &#038; 0 &#038; 2 &#038; 2 \\<br />
  0 &#038; 0&#038;  1 &#038; 1<br />
\end{bmatrix}\\[6pt]
\xrightarrow{\substack{R_1+R_4 \\ R_2-2R_4 \\ R_3-2R_4}}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 0 &#038;  4 \\<br />
  0 &#038;-1 &#038;  0 &#038; -1  \\<br />
  0 &#038; 0 &#038; 0 &#038; 0 \\<br />
  0 &#038; 0&#038;  1 &#038; 1<br />
\end{bmatrix}<br />
\xrightarrow{\substack{1R_2\\ R_3 \leftrightarrow R_4}}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 0 &#038;  4 \\<br />
  0 &#038;1 &#038;  0 &#038; 1  \\<br />
  0 &#038; 0 &#038; 1 &#038; 1 \\<br />
  0 &#038; 0&#038;  0 &#038; 0<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>The the first three columns  of the reduced row echelon form contains the leading 1&#8217;s.<br />
Thus by, what I call, the leading $1$ method, it follows that<br />
\[\{[A_1]_B, [A_2]_B, [A_3]_B\}\]
is a basis for $\Span(T)$.</p>
<p>Therefore, by the correspondence of coordinate vectors, we obtain that<br />
\[\{A_1, A_2, A_3\}\]
is a basis of $\Span(S)$.</p>
<p>Since the basis $\{A_1, A_2, A_3\}$ consists of three vectors, the dimension of $\Span(S)$ is $3$.</p>
<button class="simplefavorite-button has-count" data-postid="1231" 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/find-a-basis-for-a-subspace-of-the-vector-space-of-2times-2-matrices/" target="_blank">Find a Basis for a Subspace of the Vector Space of \times 2$ Matrices</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-a-basis-for-a-subspace-of-the-vector-space-of-2times-2-matrices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1231</post-id>	</item>
		<item>
		<title>How to Find the Determinant of the  $3\times 3$ Matrix</title>
		<link>https://yutsumura.com/how-to-find-the-determinant-of-the-3times-3-matrix/</link>
				<comments>https://yutsumura.com/how-to-find-the-determinant-of-the-3times-3-matrix/#respond</comments>
				<pubDate>Sun, 09 Oct 2016 05:32:53 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cofactor expansion]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[elementary row operation]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1127</guid>
				<description><![CDATA[<p>Find the determinant of the matix \[A=\begin{bmatrix} 100 &#038; 101 &#038; 102 \\ 101 &#038;102 &#038;103 \\ 102 &#038; 103 &#038; 104 \end{bmatrix}.\] &#160; Solution. Note that the determinant does not change if the&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/how-to-find-the-determinant-of-the-3times-3-matrix/" target="_blank">How to Find the Determinant of the  \times 3$ Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 138</h2>
<p> Find the determinant of the matix<br />
 \[A=\begin{bmatrix}<br />
  100 &#038; 101 &#038; 102 \\<br />
   101 &#038;102 &#038;103 \\<br />
   102 &#038; 103 &#038; 104<br />
\end{bmatrix}.\]
<p>&nbsp;<br />
<span id="more-1127"></span></p>
<h2>Solution.</h2>
<p>Note that the determinant does not change if the $i$-th row is added by a scalar multiple of the $j$-th row if $i \neq j$.<br />
We use this fact about the determinant and compute $\det(A)$ as follows.<br />
\begin{align*}<br />
\det(A)&#038;=\begin{vmatrix}<br />
  100 &#038; 101 &#038; 102 \\<br />
   101 &#038;102 &#038;103 \\<br />
   102 &#038; 103 &#038; 104<br />
\end{vmatrix}\\[5 pt]
&#038;=\begin{vmatrix}<br />
  100 &#038; 101 &#038; 102 \\<br />
   101 &#038;102 &#038;103 \\<br />
   1 &#038; 1 &#038; 1<br />
\end{vmatrix}<br />
\quad (\text{by } R_3-R_2)\\[5 pt]
&#038;=\begin{vmatrix}<br />
  100 &#038; 101 &#038; 102 \\<br />
   1 &#038;1 &#038;1 \\<br />
   1 &#038; 1 &#038; 1<br />
\end{vmatrix}<br />
\quad (\text{by } R_2-R_1)\\[5 pt]
&#038;=\begin{vmatrix}<br />
  100 &#038; 101 &#038; 102 \\<br />
   1 &#038;1 &#038;1 \\<br />
   0 &#038; 0 &#038; 0<br />
\end{vmatrix}<br />
\quad (\text{by } R_3-R_1)\\[5 pt]
&#038;=0 \quad (\text{by the third row cofactor expansion}.)<br />
\end{align*}<br />
Therefore the determinant $\det(A)$ is zero.</p>
<button class="simplefavorite-button has-count" data-postid="1127" data-siteid="1" data-groupid="1" data-favoritecount="28" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">28</span></button><p>The post <a href="https://yutsumura.com/how-to-find-the-determinant-of-the-3times-3-matrix/" target="_blank">How to Find the Determinant of the  \times 3$ Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/how-to-find-the-determinant-of-the-3times-3-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1127</post-id>	</item>
		<item>
		<title>Possibilities For the Number of Solutions for a Linear System</title>
		<link>https://yutsumura.com/possibilities-for-the-number-of-solutions-for-a-linear-system/</link>
				<comments>https://yutsumura.com/possibilities-for-the-number-of-solutions-for-a-linear-system/#respond</comments>
				<pubDate>Mon, 05 Sep 2016 00:43:27 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[consistent system]]></category>
		<category><![CDATA[echelon form]]></category>
		<category><![CDATA[elementary row operation]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[inconsistent system]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[matrix equation]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=919</guid>
				<description><![CDATA[<p>Determine whether the following systems of equations (or matrix equations) described below has no solution, one unique solution or infinitely many solutions and justify your answer. (a) \[\left\{ \begin{array}{c} ax+by=c \\ dx+ey=f, \end{array} \right.&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/possibilities-for-the-number-of-solutions-for-a-linear-system/" target="_blank">Possibilities For the Number of Solutions for a Linear System</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2>Problem 102</h2>
<p>Determine whether the following systems of equations (or matrix equations) described below has no solution, one unique solution or infinitely many solutions and justify your answer.</p>
<hr />
<p><strong>(a)</strong> \[\left\{<br />
\begin{array}{c}<br />
ax+by=c \\<br />
dx+ey=f,<br />
\end{array}<br />
\right.<br />
\]
where $a,b,c, d$ are scalars satisfying $a/d=b/e=c/f$.</p>
<hr />
<p><strong>(b)</strong> $A \mathbf{x}=\mathbf{0}$, where $A$ is a singular matrix.</p>
<hr />
<p><strong>(c)</strong> A homogeneous system of $3$ equations in $4$ unknowns.</p>
<hr />
<p><strong>(d) </strong>$A\mathbf{x}=\mathbf{b}$, where the row-reduced echelon form of the augmented matrix $[A|\mathbf{b}]$ looks as follows:<br />
\[\begin{bmatrix}<br />
1 &amp; 0 &amp; -1 &amp; 0 \\<br />
0 &amp;1 &amp; 2 &amp; 0 \\<br />
0 &amp; 0 &amp; 0 &amp; 1<br />
\end{bmatrix}.\]
(<em>The Ohio State University, Linear Algebra Exam</em>)<br />
<span id="more-919"></span><br />

<h2>Hint.</h2>
<p>Recall that possibilities for the solution set of a system of linear equation is either no solution (inconsistent) or one unique solution or infinitely many solutions.</p>
<p>A homogeneous system is a system with zero constant terms.<br />
A homogeneous system always has the zero solution.</p>
<h2>Solution.</h2>
<p><strong>(a)</strong> Note that by the given condition $a/d=b/e=c/f$, the numbers $b, e, c$ are not zero. The augmented matrix of the system is<br />
$\left[\begin{array}{rr|r}<br />
a &amp; b &amp; c \\<br />
d &amp; e &amp; f<br />
\end{array}\right]$.<br />
We apply the elementary row operations as follows.</p>
<p>\begin{align*}<br />
&amp;\left[\begin{array}{rr|r}<br />
a &amp; b &amp; c \\<br />
d &amp; e &amp; f<br />
\end{array}\right]
\xrightarrow{R_1-\frac{a}{d}R_2}<br />
\left[\begin{array}{rr|r}<br />
0 &amp; 0 &amp; 0 \\<br />
d &amp; e &amp; f<br />
\end{array}\right]
\xrightarrow{R_1\leftrightarrow R_2}<br />
\left[\begin{array}{rr|r}<br />
d &amp; e &amp; f\\<br />
0 &amp; 0 &amp; 0<br />
\end{array}\right]\\<br />
&amp; \xrightarrow{\frac{1}{d}}<br />
\left[\begin{array}{rr|r}<br />
1 &amp; e/d &amp; f/d\\<br />
0 &amp; 0 &amp; 0<br />
\end{array}\right].<br />
\end{align*}<br />
Here in the first step, we used the relation $a/d=b/e=c/f$.<br />
The last matrix is in reduced row echelon form with rank $1$ and it does not have a row of the form $[00|1]$. Therefore the system is consistent and there are $1(=\text{the number of unknowns }-\text{ rank})$ free variable, hence there are infinitely many solutions.</p>
<hr />
<p><strong> (b)</strong> The system is homogeneous, thus it has the zero solution. Since the coefficient matrix $A$ is singular, the system has non-zero solution as well.<br />
Therefore, the only possibility is that the system has infinitely many solutions.</p>
<hr />
<p><strong> (c)</strong> A homogeneous system has the zero solution hence it is consistent. Since there are more unknowns than equations, the system must have infinitely many solutions.</p>
<hr />
<p><strong> (d)</strong> The last row of the reduced row echelon form matrix of the augmented matrix is $[000|1]$.<br />
It corresponds to the equation<br />
\[0x_1+0x_2+0x_3=1.\]
Equivalently, this is $0=1$ and this is impossible. Thus the system has no solution (an inconsistent system).</p>
<button class="simplefavorite-button has-count" data-postid="919" data-siteid="1" data-groupid="1" data-favoritecount="28" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">28</span></button><p>The post <a href="https://yutsumura.com/possibilities-for-the-number-of-solutions-for-a-linear-system/" target="_blank">Possibilities For the Number of Solutions for a Linear System</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/possibilities-for-the-number-of-solutions-for-a-linear-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">919</post-id>	</item>
		<item>
		<title>Find a Basis of the Subspace of All Vectors that  are Perpendicular to the Columns of the Matrix</title>
		<link>https://yutsumura.com/find-a-basis-of-the-subspace-of-all-vectors-that-are-perpendicular-to-the-columns-of-the-matrix/</link>
				<comments>https://yutsumura.com/find-a-basis-of-the-subspace-of-all-vectors-that-are-perpendicular-to-the-columns-of-the-matrix/#respond</comments>
				<pubDate>Mon, 01 Aug 2016 23:47:47 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[elementary row operation]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[Harvard]]></category>
		<category><![CDATA[Harvard.LA]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[transpose]]></category>
		<category><![CDATA[vector space]]></category>

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

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