<?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>vectors &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/vectors/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 11 Oct 2017 03:13:13 +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>vectors &#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>Find a Basis For the Null Space of a Given $2\times 3$ Matrix</title>
		<link>https://yutsumura.com/find-a-basis-for-the-null-space-of-a-given-2times-3-matrix/</link>
				<comments>https://yutsumura.com/find-a-basis-for-the-null-space-of-a-given-2times-3-matrix/#respond</comments>
				<pubDate>Mon, 03 Oct 2016 06:02:33 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[Gauss-Jordan elimination]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kernel of a matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[linear equation]]></category>
		<category><![CDATA[linear independent]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[null space]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[system of linear equations]]></category>
		<category><![CDATA[vector space]]></category>
		<category><![CDATA[vectors]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1097</guid>
				<description><![CDATA[<p>Let \[A=\begin{bmatrix} 1 &#038; 1 &#038; 0 \\ 1 &#038;1 &#038;0 \end{bmatrix}\] be a matrix. Find a basis of the null space of the matrix $A$. (Remark: a null space is also called a&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-a-basis-for-the-null-space-of-a-given-2times-3-matrix/" target="_blank">Find a Basis For the Null Space of a Given \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 132</h2>
<p>Let<br />
\[A=\begin{bmatrix}<br />
  1 &#038; 1 &#038; 0 \\<br />
   1 &#038;1 &#038;0<br />
\end{bmatrix}\]
be a matrix.</p>
<p> Find a basis of the null space of the matrix $A$.</p>
<p>(Remark: a null space is also called a kernel.)</p>
<p>&nbsp;<br />
<span id="more-1097"></span><br />

<h2>Solution.</h2>
<p>The null space $\calN(A)$ of the matrix $A$ is by definition<br />
\[\calN(A)=\{ \mathbf{x} \in \R^3 \mid A\mathbf{x}=\mathbf{0} \}.\]
In other words, the null space consists of all solutions $\mathbf{x}$ of the matrix equation $A\mathbf{x}=\mathbf{0}$.</p>
<p>So we first determine the solutions of $A\mathbf{x}=\mathbf{0}$ by Gauss-Jordan elimination. The augmented matrix is<br />
\begin{align*}<br />
     \left[\begin{array}{rrr|r}<br />
1 &#038; 1 &#038; 0 &#038;   0 \\<br />
 1 &#038; 1 &#038; 0 &#038;   0<br />
      \end{array} \right].<br />
\end{align*}<br />
Subtracting $R_1$ from $R_2$, we reduce the augmented matrix to the reduced row echelon form matrix as follows.<br />
\begin{align*}<br />
\left[\begin{array}{rrr|r}<br />
1 &#038; 1 &#038; 0 &#038;   0 \\<br />
 1 &#038; 1 &#038; 0 &#038;   0<br />
      \end{array} \right]
\xrightarrow{R_2-R_1}<br />
\left[\begin{array}{rrr|r}<br />
1 &#038; 1 &#038; 0 &#038;   0 \\<br />
 0 &#038; 0 &#038; 0 &#038;   0<br />
      \end{array} \right].<br />
\end{align*}<br />
Thus the solution $\mathbf{x}=\begin{bmatrix}<br />
  x_1 \\<br />
   x_2 \\<br />
    x_3<br />
  \end{bmatrix}$ of $A\mathbf{x}=\mathbf{0}$ satisfies $x_1+x_2=0$, or equivalently $x_1=-x_2$.<br />
  Substituting the last equality, we see that solutions are of the form<br />
  \[\mathbf{x}=\begin{bmatrix}<br />
  -x_2 \\<br />
   x_2 \\<br />
    x_3<br />
  \end{bmatrix}=x_2\begin{bmatrix}<br />
  -1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix}+x_3\begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}.\]
  Therefore the null space is<br />
  \begin{align*}<br />
\calN(A)&#038;=\left \{\mathbf{x} \in \R^3  \quad \middle| \quad \mathbf{x}=x_2\begin{bmatrix}<br />
  -1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix}+x_3\begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix} \text{ for any } x_2, x_3 \in \R \right \}\\[6pt]
  &#038;= \mathrm{Sp} \left\{ \, \begin{bmatrix}<br />
  -1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix},  \,<br />
  \begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix} \,  \right\}.<br />
\end{align*}<br />
Thus, the set $\left\{ \, \begin{bmatrix}<br />
  -1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix},  \,<br />
  \begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix} \, \right\}$ is a spanning set for the null space $\calN(A)$.</p>
<hr />
<p>  Now, we check that the vectors $\begin{bmatrix}<br />
  -1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix},<br />
  \begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}$ are linearly independent.<br />
  Consider a linear combination<br />
  \[a_1\begin{bmatrix}<br />
  -1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix}+a_2\begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix} =\mathbf{0}.\]
  This is equivalent to<br />
  \[\begin{bmatrix}<br />
  -a_1 \\<br />
   a_1 \\<br />
    a_2<br />
  \end{bmatrix}=\begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    0<br />
  \end{bmatrix}.\]
  Hence we must have $a_1=a_2=0$.<br />
  Since the linear combination equation has only the zero solution, the vectors $\begin{bmatrix}<br />
  -1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix},<br />
  \begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}$ are linearly independent.</p>
<hr />
<p>  Therefore the set $\left\{ \, \begin{bmatrix}<br />
  -1 \\<br />
   1 \\<br />
    0<br />
  \end{bmatrix},  \,<br />
  \begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    1<br />
  \end{bmatrix}\, \right\}$ is a linearly independent spanning set, thus it is a basis for the null space $\calN(A)$.</p>
<button class="simplefavorite-button has-count" data-postid="1097" data-siteid="1" data-groupid="1" data-favoritecount="32" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">32</span></button><p>The post <a href="https://yutsumura.com/find-a-basis-for-the-null-space-of-a-given-2times-3-matrix/" target="_blank">Find a Basis For the Null Space of a Given \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/find-a-basis-for-the-null-space-of-a-given-2times-3-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1097</post-id>	</item>
	</channel>
</rss>
