<?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>nullspace of a matrix &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/nullspace-of-a-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Thu, 08 Mar 2018 04:29:35 +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>nullspace of a matrix &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Determine Bases for Nullspaces $\calN(A)$ and $\calN(A^{T}A)$</title>
		<link>https://yutsumura.com/determine-bases-for-nullspaces-calna-and-calnata/</link>
				<comments>https://yutsumura.com/determine-bases-for-nullspaces-calna-and-calnata/#respond</comments>
				<pubDate>Thu, 08 Mar 2018 04:29:35 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[basis for a vector space]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nullity]]></category>
		<category><![CDATA[nullspace of a matrix]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[rank-nullity theorem]]></category>
		<category><![CDATA[transpose]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6960</guid>
				<description><![CDATA[<p>Determine bases for $\calN(A)$ and $\calN(A^{T}A)$ when \[ A= \begin{bmatrix} 1 &#038; 2 &#038; 1 \\ 1 &#038; 1 &#038; 3 \\ 0 &#038; 0 &#038; 0 \end{bmatrix} . \] Then, determine the ranks&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-bases-for-nullspaces-calna-and-calnata/" target="_blank">Determine Bases for Nullspaces $\calN(A)$ and $\calN(A^{T}A)$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 713</h2>
<p>	Determine bases for $\calN(A)$ and $\calN(A^{T}A)$ when<br />
	\[<br />
	A=<br />
	\begin{bmatrix}<br />
	1 &#038; 2 &#038; 1 \\<br />
	1 &#038; 1 &#038; 3 \\<br />
	0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	.<br />
	\]
	Then, determine the ranks and nullities of the matrices $A$ and $A^{\trans}A$.</p>
<p>&nbsp;<br />
<span id="more-6960"></span></p>
<h2>Solution.</h2>
<p>	We will first compute<br />
	\begin{align*}<br />
	A^{T}<br />
	=&#038;<br />
	\begin{bmatrix}<br />
	1 &#038; 1 &#038; 0 \\<br />
	2 &#038; 1 &#038; 0 \\<br />
	1 &#038; 3 &#038; 0<br />
	\end{bmatrix}<br />
	\;\text{and}\\<br />
	A^{T}A<br />
	=&#038;<br />
	\begin{bmatrix}<br />
	1 &#038; 1 &#038; 0 \\<br />
	2 &#038; 1 &#038; 0 \\<br />
	1 &#038; 3 &#038; 0<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	1 &#038; 2 &#038; 1 \\<br />
	1 &#038; 1 &#038; 3 \\<br />
	0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	=<br />
	\begin{bmatrix}<br />
	1+1 &#038; 2+1 &#038; 1+3 \\<br />
	2+1 &#038; 4+1 &#038; 2+3 \\<br />
	1+3 &#038; 2+3 &#038; 1+9<br />
	\end{bmatrix}<br />
	=<br />
	\begin{bmatrix}<br />
	2 &#038; 3 &#038; 4 \\<br />
	3 &#038; 5 &#038; 5 \\<br />
	4 &#038; 5 &#038; 10<br />
	\end{bmatrix}<br />
	.<br />
	\end{align*}</p>
<hr />
<p>	Next, we will find $\calN(A)$ by row reducing $[A\mid\mathbf{0}]$:<br />
	\[<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; 2 &#038; 1 &#038; 0 \\<br />
	1 &#038; 1 &#038; 3 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\xrightarrow{R_{2}-R_{1}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; 2 &#038; 1 &#038; 0 \\<br />
	0 &#038; -1 &#038; 2 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\xrightarrow{-R_{2}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; 2 &#038; 1 &#038; 0 \\<br />
	0 &#038; 1 &#038; -2 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\]
	\[<br />
	\xrightarrow{R_{1}-2R_{2}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; 0 &#038; 5 &#038; 0 \\<br />
	0 &#038; 1 &#038; -2 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	.<br />
	\]
	Thus the solution to $A\mathbf{x}=\mathbf{0}$ is given by<br />
	\[<br />
	\mathbf{x}<br />
	=<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2} \\ x_{3}<br />
	\end{bmatrix}<br />
	=<br />
	\begin{bmatrix}<br />
	-5x_{3} \\ 2x_{3} \\ x_{3}<br />
	\end{bmatrix}<br />
	=<br />
	x_{3}<br />
	\begin{bmatrix}<br />
	-5 \\ 2 \\ 1<br />
	\end{bmatrix}<br />
	.<br />
	\]
	Thus<br />
	\begin{align*}<br />
	\calN(A)<br />
	=<br />
	\left\{\mathbf{x}\in \R^3 \quad\middle|\quad \mathbf{x}=x_{3}<br />
	\begin{bmatrix}<br />
	-5 \\ 2 \\ 1<br />
	\end{bmatrix} \text{ for any } x_{3}\in\R<br />
	\right\}<br />
	=\Span\left\{<br />
	\begin{bmatrix}<br />
	-5 \\ 2 \\ 1<br />
	\end{bmatrix}<br />
	\right\}<br />
	.<br />
	\end{align*}<br />
	Therefore,<br />
	\[<br />
	\left\{<br />
	\begin{bmatrix}<br />
	-5 \\ 2 \\ 1<br />
	\end{bmatrix}<br />
	\right\}<br />
	\]
	is a basis for $\calN(A)$.</p>
<hr />
<p>	Similarly, we will compute $\calN(A^{T}A)$ by row reducing $[A^{T}A\mid\mathbf{0}]$:<br />
	\[<br />
	\left[\begin{array}{ccc|c}<br />
	2 &#038; 3 &#038; 4 &#038; 0 \\<br />
	3 &#038; 5 &#038; 5 &#038; 0 \\<br />
	4 &#038; 5 &#038; 10 &#038; 0<br />
	\end{array}\right]
	\xrightarrow[R_{3}-2R_{1}]{R_{2}-R_{1}}<br />
	\left[\begin{array}{ccc|c}<br />
	2 &#038; 3 &#038; 4 &#038; 0 \\<br />
	1 &#038; 2 &#038; 1 &#038; 0 \\<br />
	0 &#038; -1 &#038; 2 &#038; 0<br />
	\end{array}\right]
	\xrightarrow{R_{1}-2R_{2}}<br />
	\left[\begin{array}{ccc|c}<br />
	0 &#038; -1 &#038; 2 &#038; 0 \\<br />
	1 &#038; 2 &#038; 1 &#038; 0 \\<br />
	0 &#038; -1 &#038; 2 &#038; 0<br />
	\end{array}\right]
	\]
	\[<br />
	\xrightarrow{R_{3}-R_{1}}<br />
	\left[\begin{array}{ccc|c}<br />
	0 &#038; -1 &#038; 2 &#038; 0 \\<br />
	1 &#038; 2 &#038; 1 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\xrightarrow{R_{1}\leftrightarrow R_{2}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; 2 &#038; 1 &#038; 0 \\<br />
	0 &#038; -1 &#038; 2 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\]
	\[<br />
	\xrightarrow[\text{then}\;-R_{2}]{R_{1}+2R_{2}}<br />
	\left[\begin{array}{ccc|c}<br />
	1 &#038; 0 &#038; 5 &#038; 0 \\<br />
	0 &#038; 1 &#038; -2 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	.<br />
	\]
	Since the row reduced matrices for $[A\mid\mathbf{0}]$ and $[A^{T}A\mid\mathbf{0}]$ are identical, we can immediately conclude that<br />
	\[<br />
	\calN\left(A^{T}A\right)<br />
	=<br />
	\Span\left\{<br />
	\begin{bmatrix}<br />
	-5 \\ 2 \\ 1<br />
	\end{bmatrix}<br />
	\right\}<br />
	,<br />
	\]
	and that<br />
	\[<br />
	\left\{<br />
	\begin{bmatrix}<br />
	-5 \\ 2 \\ 1<br />
	\end{bmatrix}<br />
	\right\}<br />
	\]
	is a basis for $\calN(A^{T}A)$.</p>
<hr />
<p>	It follows that the nullities of $A$ and $A^{\trans}A$ are both $1$.<br />
	The rank-nullity theorem tells<br />
	\[\text{rank of $A$} + \text{nullity of $A$} =3.\]
	Hence the rank of $A$ is $2$. Similarly, the rank of $A^{\trans}A$ is $2$.</p>
<button class="simplefavorite-button has-count" data-postid="6960" data-siteid="1" data-groupid="1" data-favoritecount="162" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">162</span></button><p>The post <a href="https://yutsumura.com/determine-bases-for-nullspaces-calna-and-calnata/" target="_blank">Determine Bases for Nullspaces $\calN(A)$ and $\calN(A^{T}A)$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-bases-for-nullspaces-calna-and-calnata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6960</post-id>	</item>
		<item>
		<title>In which $\R^k$, are the Nullspace and Range Subspaces?</title>
		<link>https://yutsumura.com/in-which-rk-are-the-nullspace-and-range-subspaces/</link>
				<comments>https://yutsumura.com/in-which-rk-are-the-nullspace-and-range-subspaces/#respond</comments>
				<pubDate>Mon, 05 Mar 2018 05:03:48 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nullity]]></category>
		<category><![CDATA[nullspace of a matrix]]></category>
		<category><![CDATA[range of a matrix]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[rank-nullity theorem]]></category>
		<category><![CDATA[subspace]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6951</guid>
				<description><![CDATA[<p>Let $A$ be an $m \times n$ matrix. Suppose that the nullspace of $A$ is a plane in $\R^3$ and the range is spanned by a nonzero vector $\mathbf{v}$ in $\R^5$. Determine $m$ and&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/in-which-rk-are-the-nullspace-and-range-subspaces/" target="_blank">In which $\R^k$, are the Nullspace and Range Subspaces?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 712</h2>
<p>Let $A$ be an $m \times n$ matrix.<br />
	Suppose that the nullspace of $A$ is a plane in $\R^3$ and the range is spanned by a nonzero vector $\mathbf{v}$ in $\R^5$. Determine $m$ and $n$. Also, find the rank and nullity of $A$.</p>
<p>&nbsp;<br />
<span id="more-6951"></span></p>
<h2>Solution.</h2>
<p>	For an $m \times n$ matrix $A$, the nullspace consists of vectors $\mathbf{x}$ such that $A\mathbf{x}=\mathbf{0}$. Thus, such an $\mathbf{x}$ must be $n$-dimensional. Since the nullspace is a subspace in $\R^3$, we conclude that $n=3$. </p>
<hr />
<p>The range of $A$ consists of vectors $\mathbf{y}$ such that $\mathbf{y}=A\mathbf{x}$ for some $\mathbf{x}\in \R^n$. Hence, $\mathbf{y}$ is $m$-dimensional. As the range is a subspace in $\R^5$, we conclude that $m=5$.</p>
<hr />
<p>Since a plane is a $2$-dimensional subspace, the nullity of $A$ is $2$.</p>
<p>The range is spanned by a single vector $\mathbf{v}$. Thus, $\{\mathbf{v}\}$ is a basis for the range. Thus, the rank is $1$.</p>
<hr />
<p>Here is another way to see this. By the rank-nullity theorem, we have<br />
\[\text{rank of $A$ + nullity of $A = n$}.\]
Since $n=3$ and the nullity is $2$, the rank is $1$.</p>
<button class="simplefavorite-button has-count" data-postid="6951" data-siteid="1" data-groupid="1" data-favoritecount="58" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">58</span></button><p>The post <a href="https://yutsumura.com/in-which-rk-are-the-nullspace-and-range-subspaces/" target="_blank">In which $\R^k$, are the Nullspace and Range Subspaces?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/in-which-rk-are-the-nullspace-and-range-subspaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6951</post-id>	</item>
	</channel>
</rss>
