<?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>basis | Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/basis/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 20 Jan 2020 23:48:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.10</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>basis | 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>
The post <a href="https://yutsumura.com/determine-bases-for-nullspaces-calna-and-calnata/">Determine Bases for Nullspaces $\calN(A)$ and $\calN(A^{T}A)$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></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="192" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">192</span></button>The post <a href="https://yutsumura.com/determine-bases-for-nullspaces-calna-and-calnata/">Determine Bases for Nullspaces $\calN(A)$ and $\calN(A^{T}A)$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></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>Find a Basis for the Subspace spanned by Five Vectors</title>
		<link>https://yutsumura.com/find-a-basis-for-the-subspace-spanned-by-five-vectors/</link>
				<comments>https://yutsumura.com/find-a-basis-for-the-subspace-spanned-by-five-vectors/#respond</comments>
				<pubDate>Mon, 26 Feb 2018 13:54:44 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[leading 1 method]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[row space]]></category>
		<category><![CDATA[row space method]]></category>
		<category><![CDATA[span]]></category>
		<category><![CDATA[spanning set]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6930</guid>
				<description><![CDATA[<p>Let $S=\{\mathbf{v}_{1},\mathbf{v}_{2},\mathbf{v}_{3},\mathbf{v}_{4},\mathbf{v}_{5}\}$ where \[ \mathbf{v}_{1}= \begin{bmatrix} 1 \\ 2 \\ 2 \\ -1 \end{bmatrix} ,\;\mathbf{v}_{2}= \begin{bmatrix} 1 \\ 3 \\ 1 \\ 1 \end{bmatrix} ,\;\mathbf{v}_{3}= \begin{bmatrix} 1 \\ 5 \\ -1 \\ 5 \end{bmatrix}&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/find-a-basis-for-the-subspace-spanned-by-five-vectors/">Find a Basis for the Subspace spanned by Five Vectors</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 709</h2>
<p>Let $S=\{\mathbf{v}_{1},\mathbf{v}_{2},\mathbf{v}_{3},\mathbf{v}_{4},\mathbf{v}_{5}\}$ where<br />
\[<br />
\mathbf{v}_{1}=<br />
\begin{bmatrix}<br />
1 \\ 2 \\ 2 \\ -1<br />
\end{bmatrix}<br />
,\;\mathbf{v}_{2}=<br />
\begin{bmatrix}<br />
1 \\ 3 \\ 1 \\ 1<br />
\end{bmatrix}<br />
,\;\mathbf{v}_{3}=<br />
\begin{bmatrix}<br />
1 \\ 5 \\ -1 \\ 5<br />
\end{bmatrix}<br />
,\;\mathbf{v}_{4}=<br />
\begin{bmatrix}<br />
1 \\ 1 \\ 4 \\ -1<br />
\end{bmatrix}<br />
,\;\mathbf{v}_{5}=<br />
\begin{bmatrix}<br />
2 \\ 7 \\ 0 \\ 2<br />
\end{bmatrix}<br />
.\]
Find a basis for the span $\Span(S)$.</p>
<p>&nbsp;<br />
<span id="more-6930"></span><br />

	We will give two solutions.</p>
<h2>Solution 1.</h2>
<p>	We apply the leading 1 method.<br />
	Let $A$ be the matrix whose column vectors are vectors in the set $S$:<br />
	\[<br />
	A=<br />
	\begin{bmatrix}<br />
	1 &#038; 1 &#038; 1 &#038; 1 &#038; 2 \\<br />
	2 &#038; 3 &#038; 5 &#038; 1 &#038; 7 \\<br />
	2 &#038; 1 &#038; -1 &#038; 4 &#038; 0 \\<br />
	-1 &#038; 1 &#038; 5 &#038; -1 &#038; 2<br />
	\end{bmatrix}<br />
	.\]
	Applying the elementary row operations to $A$, we obtain<br />
	\begin{align*}<br />
A=\begin{bmatrix}<br />
	1 &#038; 1 &#038; 1 &#038; 1 &#038; 2 \\<br />
	2 &#038; 3 &#038; 5 &#038; 1 &#038; 7 \\<br />
	2 &#038; 1 &#038; -1 &#038; 4 &#038; 0 \\<br />
	-1 &#038; 1 &#038; 5 &#038; -1 &#038; 2<br />
	\end{bmatrix}<br />
	\xrightarrow[R_4+R_1]{\substack{R_2-2R_1 \\ R_3-2R_1}}<br />
	\begin{bmatrix}<br />
   1 &#038; 1 &#038; 1 &#038;   1 &#038;  2 \\<br />
   0 &#038;  1 &#038; 3  &#038; -1 &#038; 3 \\<br />
    0 &#038; -1 &#038; -3 &#038; 2 &#038; -4 \\<br />
     0 &#038; 2 &#038; 6 &#038; 0 &#038; 4<br />
     \end{bmatrix}\\[6pt]
     \xrightarrow[R_4-2R_2]{\substack{R_1-R_2 \\ R_3+R_2}}<br />
     \begin{bmatrix}<br />
   1 &#038; 0 &#038; -2 &#038;   2 &#038;  -1 \\<br />
   0 &#038;  1 &#038; 3  &#038; -1 &#038; 3 \\<br />
    0 &#038; 0 &#038; 0 &#038; 1 &#038; -1 \\<br />
     0 &#038; 0 &#038; 0 &#038; 2 &#038; -2<br />
     \end{bmatrix}<br />
     \xrightarrow[R_4-2R_3]{\substack{R_1-2R_3 \\ R_2+R_3}}<br />
     \begin{bmatrix}<br />
   1 &#038; 0 &#038; -2 &#038;   0 &#038;  1 \\<br />
   0 &#038;  1 &#038; 3  &#038; 0 &#038; 2 \\<br />
    0 &#038; 0 &#038; 0 &#038; 1 &#038; -1 \\<br />
     0 &#038; 0 &#038; 0 &#038; 0 &#038; 0<br />
     \end{bmatrix}=\rref(A).<br />
\end{align*}<br />
Observe that the first, second, and fourth column vectors of $\rref(A)$ contain the leading 1 entries.<br />
Hence, the first, second, and fourth column vectors of $A$ form a basis of $\Span(S)$.<br />
Namely,<br />
\[\left\{ \begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    2 \\<br />
   -1<br />
   \end{bmatrix}, \begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    1 \\<br />
   1<br />
   \end{bmatrix}, \begin{bmatrix}<br />
  1 \\<br />
   1 \\<br />
    4 \\<br />
   -1<br />
   \end{bmatrix}\right \}\]
   is a basis for $\Span(S)$.</p>
<h2>Solution 2.</h2>
<p>	Let<br />
	\[<br />
	A=<br />
	\begin{bmatrix}<br />
	1 &#038; 1 &#038; 1 &#038; 1 &#038; 2 \\<br />
	2 &#038; 3 &#038; 5 &#038; 1 &#038; 7 \\<br />
	2 &#038; 1 &#038; -1 &#038; 4 &#038; 0 \\<br />
	-1 &#038; 1 &#038; 5 &#038; -1 &#038; 2<br />
	\end{bmatrix}<br />
	.\]
	Then $\Span(S)$ is the column space of $A$, which is the row space of $A^{T}$. Using row operations, we have<br />
	\[<br />
	A^{T}=<br />
	\begin{bmatrix}<br />
	1 &#038; 2 &#038; 2 &#038; -1 \\<br />
	1 &#038; 3 &#038; 1 &#038; 1 \\<br />
	1 &#038; 5 &#038; -1 &#038; 5 \\<br />
	1 &#038; 1 &#038; 4 &#038; -1 \\<br />
	2 &#038; 7 &#038; 0 &#038; 2<br />
	\end{bmatrix}<br />
	\to<br />
	\begin{bmatrix}<br />
	1 &#038; 2 &#038; 2 &#038; -1 \\<br />
	0 &#038; 1 &#038; -1 &#038; 2 \\<br />
	0 &#038; 3 &#038; -3 &#038; 6 \\<br />
	0 &#038; -1 &#038; 2 &#038; 0 \\<br />
	0 &#038; 3 &#038; -4 &#038; 4<br />
	\end{bmatrix}<br />
	\to<br />
	\begin{bmatrix}<br />
	1 &#038; 0 &#038; 4 &#038; 5 \\<br />
	0 &#038; 1 &#038; -1 &#038; 2 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 1 &#038; 2 \\<br />
	0 &#038; 0 &#038; -1 &#038; -2<br />
	\end{bmatrix}<br />
	\]
	\[<br />
	\to<br />
	\begin{bmatrix}<br />
	1 &#038; 0 &#038; 0 &#038; -13 \\<br />
	0 &#038; 1 &#038; 0 &#038; 4 \\<br />
	0 &#038; 0 &#038; 1 &#038; 2 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	.<br />
	\]
	Therefore, the set of nonzero rows<br />
	\[<br />
	\left\{<br />
	\begin{bmatrix}<br />
	1 \\ 0 \\ 0 \\ -13<br />
	\end{bmatrix}<br />
	,<br />
	\begin{bmatrix}<br />
	0 \\ 1 \\ 0 \\ 4<br />
	\end{bmatrix}<br />
	,<br />
	\begin{bmatrix}<br />
	0 \\ 0 \\ 1 \\ 2<br />
	\end{bmatrix}<br />
	\right\}<br />
	\]
	is a basis for the row space of $A^{T}$, which equals $\Span(S)$.</p>
<button class="simplefavorite-button has-count" data-postid="6930" data-siteid="1" data-groupid="1" data-favoritecount="171" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">171</span></button>The post <a href="https://yutsumura.com/find-a-basis-for-the-subspace-spanned-by-five-vectors/">Find a Basis for the Subspace spanned by Five Vectors</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-a-basis-for-the-subspace-spanned-by-five-vectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6930</post-id>	</item>
		<item>
		<title>The Coordinate Vector for a Polynomial with respect to the Given Basis</title>
		<link>https://yutsumura.com/the-coordinate-vector-for-a-polynomial-with-respect-to-the-given-basis/</link>
				<comments>https://yutsumura.com/the-coordinate-vector-for-a-polynomial-with-respect-to-the-given-basis/#respond</comments>
				<pubDate>Mon, 29 Jan 2018 04:39:09 +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[coordinate vector]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[vector space of polynomials]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6791</guid>
				<description><![CDATA[<p>Let $\mathrm{P}_3$ denote the set of polynomials of degree $3$ or less with real coefficients. Consider the ordered basis \[B = \left\{ 1+x , 1+x^2 , x &#8211; x^2 + 2x^3 , 1 &#8211;&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/the-coordinate-vector-for-a-polynomial-with-respect-to-the-given-basis/">The Coordinate Vector for a Polynomial with respect to the Given Basis</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 683</h2>
<p>Let $\mathrm{P}_3$ denote the set of polynomials of degree $3$ or less with real coefficients.  Consider the ordered basis<br />
\[B = \left\{ 1+x , 1+x^2 , x &#8211; x^2 + 2x^3 , 1 &#8211; x &#8211; x^2 \right\}.\]
Write the coordinate vector for the polynomial $f(x) = -3 + 2x^3$ in terms of the basis $B$.</p>
<p>&nbsp;<br />
<span id="more-6791"></span><br />

<h2>Solution.</h2>
<p>We will use the standard basis $C = \{ 1 , x , x^2 , x^3 \}$ to write the coordinate vectors for $f$ and each element of $B$.  We then use the simpler coordinate vectors to find a solution to the equation<br />
\begin{equation}\tag{*}<br />
c_1 ( 1 + x ) + c_2 ( 1 + x^2 ) + c_3 ( x &#8211; x^2 + 2 x^3 ) + c_4 ( 1 &#8211; x &#8211; x^2 ) = -3 + 2 x^3 . \end{equation}</p>
<p>The coordinate vectors are found by writing an element as a linear sum of elements of $C$.  The coefficients in the linear sum become the entries in the coordinate vector.  Thus we have the following coordinate vectors:<br />
\[[ 1 + x ]_{C} = \begin{bmatrix} 1 \\ 1 \\ 0 \\ 0 \end{bmatrix} , \, [ 1 + x^2 ]_{C} = \begin{bmatrix} 1 \\ 0 \\ 1 \\ 0 \end{bmatrix} , \, [ x &#8211; x^2 + 2 x^3 ]_{C} = \begin{bmatrix} 0 \\ 1 \\ -1 \\ 2 \end{bmatrix},\]
\[[ 1 &#8211; x &#8211; x^2 ]_{C} = \begin{bmatrix} 1 \\ -1 \\ -1 \\ 0 \end{bmatrix} , \, [ -3 + 2 x^3 ]_{C} = \begin{bmatrix} -3 \\ 0 \\ 0 \\ 2 \end{bmatrix}.\]
<p>Plugging these coordinate vectors into Equation (*), we get the equation<br />
\[c_1 \begin{bmatrix} 1 \\ 1 \\ 0 \\ 0 \end{bmatrix} + c_2  \begin{bmatrix} 1 \\ 0 \\ 1 \\ 0 \end{bmatrix} + c_3 \begin{bmatrix} 0 \\ 1 \\ -1 \\ 2 \end{bmatrix} + c_4 \begin{bmatrix} 1 \\ -1 \\ -1 \\ 0 \end{bmatrix}  = \begin{bmatrix} -3 \\ 0 \\ 0 \\ 2 \end{bmatrix}.\]
<hr />
<p>We can now create the augmented matrix which represents this equation:<br />
\[ \left[\begin{array}{rrrr|r}<br />
   1 &#038; 1 &#038; 0 &#038; 1 &#038; -3 \\ 1 &#038; 0 &#038; 1 &#038; -1 &#038; 0 \\ 0 &#038; 1 &#038; -1 &#038; -1 &#038; 0 \\ 0 &#038; 0 &#038; 2 &#038; 0 &#038; 2<br />
  \end{array} \right].\]
<hr />
<p>Now the equation is solved by reducing the augmented matrix:<br />
\begin{align*}<br />
 \left[\begin{array}{rrrr|r} 1 &#038; 1 &#038; 0 &#038; 1 &#038; -3 \\ 1 &#038; 0 &#038; 1 &#038; -1 &#038; 0 \\ 0 &#038; 1 &#038; -1 &#038; -1 &#038; 0 \\ 0 &#038; 0 &#038; 2 &#038; 0 &#038; 2 \end{array} \right] \xrightarrow{ R_2 &#8211; R_1 } \left[\begin{array}{rrrr|r} 1 &#038; 1 &#038; 0 &#038; 1 &#038; -3 \\ 0 &#038; -1 &#038; 1 &#038; -2 &#038; 3 \\ 0 &#038; 1 &#038; -1 &#038; -1 &#038; 0 \\ 0 &#038; 0 &#038; 2 &#038; 0 &#038; 2 \end{array} \right] \xrightarrow{ (-1) R_2 } \left[\begin{array}{rrrr|r} 1 &#038; 1 &#038; 0 &#038; 1 &#038; -3 \\ 0 &#038; 1 &#038; -1 &#038; 2 &#038; -3 \\ 0 &#038; 1 &#038; -1 &#038; -1 &#038; 0 \\ 0 &#038; 0 &#038; 2 &#038; 0 &#038; 2 \end{array} \right]  \\[6pt]
 \xrightarrow[R_3 &#8211; R_2]{ R_1 &#8211; R_2 } \left[\begin{array}{rrrr|r} 1 &#038; 0 &#038; 1 &#038; -1 &#038; 0 \\ 0 &#038; 1 &#038; -1 &#038; 2 &#038; -3 \\ 0 &#038; 0 &#038; 0 &#038; -3 &#038; 3 \\ 0 &#038; 0 &#038; 2 &#038; 0 &#038; 2 \end{array} \right] \xrightarrow[ \frac{1}{2} R_4]{ \left( \frac{-1}{3} \right) R_3 } \left[\begin{array}{rrrr|r} 1 &#038; 0 &#038; 1 &#038; -1 &#038; 0 \\ 0 &#038; 1 &#038; -1 &#038; 2 &#038; -3 \\ 0 &#038; 0 &#038; 0 &#038; 1 &#038; -1 \\ 0 &#038; 0 &#038; 1 &#038; 0 &#038; 1 \end{array} \right]  \\[6pt]
 \xrightarrow{ R_3 \leftrightarrow R_4 } \left[\begin{array}{rrrr|r} 1 &#038; 0 &#038; 1 &#038; -1 &#038; 0 \\ 0 &#038; 1 &#038; -1 &#038; 2 &#038; -3 \\ 0 &#038; 0 &#038; 1 &#038; 0 &#038; 1 \\ 0 &#038; 0 &#038; 0 &#038; 1 &#038; -1 \end{array} \right] \xrightarrow[ R_2 &#8211; 2 R_4 ]{ R_1 + R_4 } \left[\begin{array}{rrrr|r} 1 &#038; 0 &#038; 1 &#038; 0 &#038; -1 \\ 0 &#038; 1 &#038; -1 &#038; 0 &#038; -1 \\ 0 &#038; 0 &#038; 1 &#038; 0 &#038; 1 \\ 0 &#038; 0 &#038; 0 &#038; 1 &#038; -1 \end{array} \right]   \\[6pt]
  \xrightarrow[R_2 + R_3]{ R_1 &#8211; R_3 } \left[\begin{array}{rrrr|r} 1 &#038; 0 &#038; 0 &#038; 0 &#038; -2 \\ 0 &#038; 1 &#038; 0 &#038; 0 &#038; 0 \\ 0 &#038; 0 &#038; 1 &#038; 0 &#038; 1 \\ 0 &#038; 0 &#038; 0 &#038; 1 &#038; -1 \end{array} \right] .<br />
\end{align*}</p>
<hr />
<p>We can now read off the solution $c_1 = -2$, $c_2 = 0$ , $c_3 = 1$, and $c_4 = -1$.  We can now plug these coefficients into Equation (*), yielding the equation<br />
\[-2 (1 + x) +  ( x &#8211; x^2 + 2x^3 ) &#8211; ( 1 &#8211; x &#8211; x^2 ) = -3 + 2x^3.\]
<p>Finally, we use these coefficients to write the coordinate vector for $f$ in terms of the basis $B$:<br />
\[ [ -3 + 2x^3 ]_{B} = \begin{bmatrix} -2 \\ 0 \\ 1 \\ -1 \end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="6791" 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>The post <a href="https://yutsumura.com/the-coordinate-vector-for-a-polynomial-with-respect-to-the-given-basis/">The Coordinate Vector for a Polynomial with respect to the Given Basis</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-coordinate-vector-for-a-polynomial-with-respect-to-the-given-basis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6791</post-id>	</item>
		<item>
		<title>Find the Matrix Representation of $T(f)(x) =  f(x^2)$ if it is a Linear Transformation</title>
		<link>https://yutsumura.com/find-the-matrix-representation-of-tfx-fx2-if-it-is-a-linear-transformation/</link>
				<comments>https://yutsumura.com/find-the-matrix-representation-of-tfx-fx2-if-it-is-a-linear-transformation/#respond</comments>
				<pubDate>Mon, 22 Jan 2018 03:05:09 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[matrix for a linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[vector space of polynomials]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6751</guid>
				<description><![CDATA[<p>For an integer $n > 0$, let $\mathrm{P}_n$ denote the vector space of polynomials with real coefficients of degree $2$ or less. Define the map $T : \mathrm{P}_2 \rightarrow \mathrm{P}_4$ by \[ T(f)(x) =&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/find-the-matrix-representation-of-tfx-fx2-if-it-is-a-linear-transformation/">Find the Matrix Representation of $T(f)(x) =  f(x^2)$ if it is a Linear Transformation</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 679</h2>
<p>For an integer $n > 0$, let $\mathrm{P}_n$ denote the vector space of polynomials with real coefficients of degree $2$ or less.  Define the map $T : \mathrm{P}_2 \rightarrow \mathrm{P}_4$ by<br />
\[ T(f)(x) =  f(x^2).\]
<p>Determine if $T$ is a linear transformation. </p>
<p>If it is, find the matrix representation for $T$ relative to the basis $\mathcal{B} = \{ 1 , x , x^2 \}$ of $\mathrm{P}_2$ and $\mathcal{C} = \{ 1 , x , x^2 , x^3 , x^4 \}$ of $\mathrm{P}_4$.</p>
<p>&nbsp;<br />
<span id="more-6751"></span><br />

<h2>Solution.</h2>
<h3>$T$ is a linear transformation</h3>
<p>To prove that $T$ is a linear transformation, we must show that it satisfies both axioms for linear transformations.  For $f, g \in \mathrm{P}_2$, we have<br />
\[T( f+g )(x) = (f+g)(x^2) = f(x^2) + g(x^2) = T(f)(x) + T(g)(x)\]
while for a scalar $c \in \mathbb{R}$, we have<br />
\[ T( c f )(x) = (cf)(x^2) = c f(x^2) = c T(f)(x).\]
We see that $T$ is a linear transformation.  </p>
<h3>The matrix representation for $T$</h3>
<p>To find its matrix representation, we must calculate $T(f)$ for each $f \in \mathcal{B}$ and find its coordinate vector relative to the basis $\mathcal{C}$.  We calculate<br />
\[T(1) = 1 , \quad T(x) = x^2 , \quad T(x^2) = x^4.\]
Each of these is an element of $\mathcal{C}$.  Their coordinate vectors relative to $\mathcal{C}$ are thus<br />
\[[ T(1) ]_{\mathcal{B}} = \begin{bmatrix} 1 \\ 0 \\  0 \\ 0 \\ 0 \end{bmatrix} , \quad [ T(x) ]_{\mathcal{B}} = \begin{bmatrix} 0 \\ 0 \\ 1 \\ 0 \\ 0 \end{bmatrix} , \quad [ T(x^2) ]_{\mathcal{C}} = \begin{bmatrix} 0 \\ 0 \\ 0 \\ 0 \\ 1 \end{bmatrix}.\]
<p>The matrix representation of $T$ is found by combining these columns, in order, into one matrix:</p>
<p>\[ [T]_{\mathcal{B}}^{\mathcal{C}} = \begin{bmatrix} 1 &#038; 0 &#038; 0 \\ 0 &#038; 0 &#038; 0 \\ 0 &#038; 1 &#038; 0 \\ 0 &#038; 0 &#038; 0 \\ 0 &#038; 0 &#038; 1 \end{bmatrix}\]
<button class="simplefavorite-button has-count" data-postid="6751" data-siteid="1" data-groupid="1" data-favoritecount="34" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">34</span></button>The post <a href="https://yutsumura.com/find-the-matrix-representation-of-tfx-fx2-if-it-is-a-linear-transformation/">Find the Matrix Representation of $T(f)(x) =  f(x^2)$ if it is a Linear Transformation</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-the-matrix-representation-of-tfx-fx2-if-it-is-a-linear-transformation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6751</post-id>	</item>
		<item>
		<title>The Matrix Representation of the Linear Transformation $T (f) (x) = ( x^2 &#8211; 2) f(x)$</title>
		<link>https://yutsumura.com/the-matrix-representation-of-the-linear-transformation-t-f-x-x2-2-fx/</link>
				<comments>https://yutsumura.com/the-matrix-representation-of-the-linear-transformation-t-f-x-x2-2-fx/#comments</comments>
				<pubDate>Tue, 16 Jan 2018 05:10:05 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[matrix for a linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[vector space of polynomials]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6704</guid>
				<description><![CDATA[<p>Let $\mathrm{P}_n$ be the vector space of polynomials of degree at most $n$. The set $B = \{ 1 , x , x^2 , \cdots , x^n \}$ is a basis of $\mathrm{P}_n$, called&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/the-matrix-representation-of-the-linear-transformation-t-f-x-x2-2-fx/">The Matrix Representation of the Linear Transformation $T (f) (x) = ( x^2 – 2) f(x)$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 673</h2>
<p>Let $\mathrm{P}_n$ be the vector space of polynomials of degree at most $n$. The set $B = \{ 1 , x , x^2 , \cdots , x^n \}$ is a basis of $\mathrm{P}_n$, called the <strong>standard basis</strong>.  </p>
<p>Let $T : \mathrm{P}_3 \rightarrow \mathrm{P}_{5}$ be the map defined by, for $f \in \mathrm{P}_3$,<br />
\[T (f) (x) = ( x^2 &#8211; 2) f(x).\]
<p>Determine if $T(x)$ is a linear transformation.  If it is, find the matrix representation of $T$ relative to the standard basis of $\mathrm{P}_3$ and $\mathrm{P}_{5}$.</p>
<p>&nbsp;<br />
<span id="more-6704"></span></p>
<h2>Solution.</h2>
<p>We must check that $T$ satisfies the two axioms for linear transformations.  Suppose $f, g \in \mathrm{P}_3$.  Then<br />
\[T(f+g)(x) = (x^2-2) (f+g)(x) = (x^2 &#8211; 2) f(x) + (x^2 &#8211; 2) g(x) = T(f)(x) + T(g)(x).\]
<p>Second, if $c \in \mathbb{R}$ then<br />
\[T( cf )(x) = (x^2 &#8211; 2) ( cf) (x) = c (x^2 &#8211; 2) f(x) = c T(f)(x).\]
<p>The two axioms are satisfied, and so $T$ is a linear transformation. </p>
<hr />
<p>Now we find its matrix representation relative to the standard basis $B = \{ 1 , x , x^2 , x^3 \}$ of $\mathrm{P}_3$ and the standard basis $C = \{ 1 , x , x^2 , x^3 , x^4 , x^5 \} $ .  To do this, for every $f \in B$ we calculate the coordinate vector of $T(f)$ relative to the basis $C$.</p>
<p>For example, we find that $T(1) = x^2 &#8211; 2$.  The coordinate vector for this element, relative to $C$, is<br />
\[ [ x^2 &#8211; 2 ]_{C} = \begin{bmatrix} -2 \\ 0 \\ 1 \\ 0 \\ 0 \\ 0 \end{bmatrix}.\]
Similarly, we find that $T(x) = x^3 &#8211; 2x$.  The coordinate vector for this element, relative to $C$,<br />
\[ [ x^3 &#8211; 2x ]_{C} = \begin{bmatrix} 0 \\ -2 \\ 0 \\ 1 \\ 0 \\ 0  \end{bmatrix}.\]
<p>Performing this process for the rest of the elements of $B$, we get<br />
\[ [T(x^2)]_{C} = [ x^4 &#8211; 2x^2 ]_{C} = \begin{bmatrix} 0 \\ 0 \\ -2 \\ 0 \\ 1 \\ 0 \end{bmatrix} \quad [T(x^3)]_{C} = [ x^5 &#8211; 2x^3 ]_{C} = \begin{bmatrix} 0 \\ 0 \\ 0 \\ -2 \\ 0 \\ 1 \end{bmatrix}.\]
And now putting these four column vectors in order, we get the matrix representation for $T$:<br />
\[ [T]_{B}^{C} = \begin{bmatrix} -2 &#038; 0 &#038; 0 &#038; 0 \\ 0 &#038; -2 &#038; 0 &#038; 0 \\ 1 &#038; 0 &#038; -2 &#038; 0 \\ 0 &#038; 1 &#038; 0 &#038; -2 \\ 0 &#038; 0 &#038; 1 &#038; 0 \\ 0 &#038; 0 &#038; 0 &#038; 1 \end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="6704" 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>The post <a href="https://yutsumura.com/the-matrix-representation-of-the-linear-transformation-t-f-x-x2-2-fx/">The Matrix Representation of the Linear Transformation $T (f) (x) = ( x^2 – 2) f(x)$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-matrix-representation-of-the-linear-transformation-t-f-x-x2-2-fx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6704</post-id>	</item>
		<item>
		<title>The Range and Nullspace of the Linear Transformation $T (f) (x) = x f(x)$</title>
		<link>https://yutsumura.com/the-range-and-nullspace-of-the-linear-transformation-t-f-x-x-fx/</link>
				<comments>https://yutsumura.com/the-range-and-nullspace-of-the-linear-transformation-t-f-x-x-fx/#respond</comments>
				<pubDate>Tue, 16 Jan 2018 03:48:31 +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[linear combination]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[nullspace]]></category>
		<category><![CDATA[range]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6696</guid>
				<description><![CDATA[<p>For an integer $n > 0$, let $\mathrm{P}_n$ be the vector space of polynomials of degree at most $n$. The set $B = \{ 1 , x , x^2 , \cdots , x^n \}$&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/the-range-and-nullspace-of-the-linear-transformation-t-f-x-x-fx/">The Range and Nullspace of the Linear Transformation $T (f) (x) = x f(x)$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 672</h2>
<p>For an integer $n > 0$, let $\mathrm{P}_n$ be the vector space of polynomials of degree at most $n$. The set $B = \{ 1 , x , x^2 , \cdots , x^n \}$ is a basis of $\mathrm{P}_n$, called the standard basis. </p>
<p>Let $T : \mathrm{P}_n \rightarrow \mathrm{P}_{n+1}$ be the map defined by, for $f \in \mathrm{P}_n$,<br />
\[T (f) (x) = x f(x).\]
<p>	Prove that $T$ is a linear transformation, and find its range and nullspace.</p>
<p>&nbsp;<br />
<span id="more-6696"></span><br />

<h2> Solution. </h2>
<h3>$T$ is a linear transformation</h3>
<p>	We must show that for polynomials $f, g \in \mathrm{P}_n$ and scalar $c \in \mathbb{R}$, the function $T$ satisfies $T(f+g) = T(f) + T(g)$ and $T(cf) = c T(f)$.  The first is checked using associativity of multiplication:<br />
\[T(f+g)(x) = x (f+g)(x) = x f(x) + x g(x) = T(f)(x) + T(g)(x) . \]
	Similarly,<br />
	\[T(cf)(x) = x (cf)(x) = c x f(x) = c T(f)(x).\]
<h3>The nullspace of $T$</h3>
<p>	The nullspace of $T$ is the set of polynomials $f(x)$ such that $T(f) = 0$.  That is, $x f(x) = 0$.  But this product can only be $0$ if one of the terms being multiplied is $0$.  Because $x \neq 0$, we must have that $f(x) = 0$.  Thus the nullspace is the trivial vector subspace $\{ 0 \}$.  </p>
<h3>The range of $T$</h3>
<p>	The range of $T$ is the set of polynomials of the form $x f(x)$ for an arbitrary polynomial $f \in \mathrm{P}_n$.  We can calculate this by calculating $T$ for a basis of $\mathrm{P}_n$.  Let $B = \{ 1 , x , x^2 , \cdots , x^n \}$ be a basis of $\mathrm{P}_n$. </p>
<p>We see that $T(x^i) = x^{i+1}$ for $ 0 \leq i \leq n$, and so the image of the basis is the set<br />
\[T( B ) = \{ x , x^2 , x^3 , \cdots , x^{n+1} \}.\]
	Then the range of $T$ must be the span of this set.  Specifically,<br />
\[\mathcal{R} ( T ) = \Span ( T( B ) ) = \Span ( x , x^2 , x^3 , \cdots , x^{n+1} ).\]
<button class="simplefavorite-button has-count" data-postid="6696" data-siteid="1" data-groupid="1" data-favoritecount="44" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">44</span></button>The post <a href="https://yutsumura.com/the-range-and-nullspace-of-the-linear-transformation-t-f-x-x-fx/">The Range and Nullspace of the Linear Transformation $T (f) (x) = x f(x)$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-range-and-nullspace-of-the-linear-transformation-t-f-x-x-fx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6696</post-id>	</item>
		<item>
		<title>The Vector $S^{-1}\mathbf{v}$ is the Coordinate Vector of $\mathbf{v}$</title>
		<link>https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/</link>
				<comments>https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/#respond</comments>
				<pubDate>Wed, 20 Dec 2017 03:40:36 +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[coordinate vector]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6253</guid>
				<description><![CDATA[<p>Suppose that $B=\{\mathbf{v}_1, \mathbf{v}_2\}$ is a basis for $\R^2$. Let $S:=[\mathbf{v}_1, \mathbf{v}_2]$. Note that as the column vectors of $S$ are linearly independent, the matrix $S$ is invertible. Prove that for each vector $\mathbf{v}&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/">The Vector $S^{-1}\mathbf{v}$ is the Coordinate Vector of $\mathbf{v}$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 632</h2>
<p>Suppose that $B=\{\mathbf{v}_1, \mathbf{v}_2\}$ is a basis for $\R^2$. Let $S:=[\mathbf{v}_1, \mathbf{v}_2]$.<br />
Note that as the column vectors of $S$ are linearly independent, the matrix $S$ is invertible. </p>
<p>Prove that for each vector $\mathbf{v} \in V$, the vector $S^{-1}\mathbf{v}$ is the coordinate vector of $\mathbf{v}$ with respect to the basis $B$.</p>
<p>&nbsp;<br />
<span id="more-6253"></span><br />

<h2> Proof. </h2>
<p>	We first express the vector $\mathbf{v}$ as a linear combination of the basis vectors<br />
	\[\mathbf{v}=c_1\mathbf{v}_+c_2 \mathbf{v}_2.\]
	This expression is unique and the coordinate vector of $\mathbf{v}$ with respect to the basis $B$ is defined to be<br />
	\[[\mathbf{v}]_B =\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}.\]
<hr />
<p>Let<br />
\[S^{-1}\mathbf{v}= \begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}.\]
Or equivalently,<br />
\[\mathbf{v}=S\begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}.\]
Our goal is to show that $\begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}<br />
=<br />
\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}$.</p>
<hr />
<p>We have<br />
\begin{align*}<br />
c_1\mathbf{v}_+c_2 \mathbf{v}_2&#038;=\mathbf{v}=S\begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}=x_1\mathbf{v}_1+x_2\mathbf{v}_2.<br />
\end{align*}</p>
<p>Hence<br />
\[(x_1-c_1)\mathbf{v}_1+(x_2-c_2)\mathbf{v}_2=\mathbf{0}.\]
As $B=\{\mathbf{v}_1, \mathbf{v}_2\}$ is linearly independent, we obtain $x_1=c_1$ and $x_2=c_2$.</p>
<p>Therefore,<br />
\[S^{-1}\mathbf{v}=\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}=[\mathbf{v}]_B.\]
<button class="simplefavorite-button has-count" data-postid="6253" data-siteid="1" data-groupid="1" data-favoritecount="8" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">8</span></button>The post <a href="https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/">The Vector $S^{-1}\mathbf{v}$ is the Coordinate Vector of $\mathbf{v}$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6253</post-id>	</item>
		<item>
		<title>If Matrices Commute $AB=BA$, then They Share a Common Eigenvector</title>
		<link>https://yutsumura.com/if-matrices-commute-abba-then-they-share-a-common-eigenvector/</link>
				<comments>https://yutsumura.com/if-matrices-commute-abba-then-they-share-a-common-eigenvector/#respond</comments>
				<pubDate>Tue, 14 Nov 2017 04:59:06 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[common eigenvector]]></category>
		<category><![CDATA[eigenbasis]]></category>
		<category><![CDATA[eigenspace]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5340</guid>
				<description><![CDATA[<p>Let $A$ and $B$ be $n\times n$ matrices and assume that they commute: $AB=BA$. Then prove that the matrices $A$ and $B$ share at least one common eigenvector. &#160; Proof. Let $\lambda$ be an&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/if-matrices-commute-abba-then-they-share-a-common-eigenvector/">If Matrices Commute $AB=BA$, then They Share a Common Eigenvector</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 608</h2>
<p>		Let $A$ and $B$ be $n\times n$ matrices and assume that they commute: $AB=BA$.<br />
		Then prove that the matrices $A$ and $B$ share at least one common eigenvector.</p>
<p>&nbsp;<br />
<span id="more-5340"></span></p>
<h2> Proof. </h2>
<p>			Let $\lambda$ be an eigenvalue of $A$ and let $\mathbf{x}$ be an eigenvector corresponding to $\lambda$. That is, we have $A\mathbf{x}=\lambda \mathbf{x}$.<br />
			Then we claim that the vector $\mathbf{v}:=B\mathbf{x}$ belongs to the eigenspace $E_{\lambda}$ of $\lambda$.<br />
			In fact, as $AB=BA$ we have<br />
			\begin{align*}<br />
		A\mathbf{v}=AB\mathbf{x}=BA\mathbf{x} =\lambda B\mathbf{x}=\lambda \mathbf{v}.<br />
		\end{align*}<br />
		Hence $\mathbf{v}\in E_{\lambda}$.</p>
<hr />
<p>		Now, let $\{\mathbf{x}_1, \dots, \mathbf{x}_k\}$ be an eigenbasis of the eigenspace $E_{\lambda}$.<br />
		Set $\mathbf{v}_i=B\mathbf{x}_i$ for $i=1, \dots, k$.<br />
		The above claim yields that $\mathbf{v}_i \in E_{\lambda}$, and hence we can write<br />
		\[\mathbf{v}_i=c_{1i} \mathbf{x}_1+c_{2i}\mathbf{x}_2+\cdots+c_{ki}\mathbf{x}_k \tag{*}\]
		for some scalars $c_{1i}, c_{2i}, \dots, c_{ki}$.</p>
<hr />
<p>		Extend the basis $\{\mathbf{x}_1, \dots, \mathbf{x}_k\}$ of $E_{\lambda}$ to a basis<br />
		\[\{\mathbf{x}_1, \dots, \mathbf{x}_k, \mathbf{x}_{k+1}, \dots, \mathbf{x}_n\}\]
		of $\R^n$ by adjoining vectors $\mathbf{x}_{k+1}, \dots, \mathbf{x}_n$.</p>
<hr />
<p>		Then we obtain using (*)<br />
		\begin{align*}<br />
		&#038;B [\mathbf{x}_1,\dots , \mathbf{x}_k, \mathbf{x}_{k+1}, \dots, \mathbf{x}_n]\\<br />
		&#038;=[B\mathbf{x}_1,\dots , B\mathbf{x}_k, B\mathbf{x}_{k+1}, \dots, B\mathbf{x}_n]\\<br />
		&#038;=[\mathbf{v}_1,\dots , \mathbf{v}_k, B\mathbf{x}_{k+1}, \dots, B\mathbf{x}_n]\\[6pt]
		&#038;=[\mathbf{x}_1,\dots , \mathbf{x}_k, \mathbf{x}_{k+1}, \dots, \mathbf{x}_n]
		\left[\begin{array}{c|c}<br />
		  C &#038; D\\<br />
		  \hline<br />
		  O &#038; F<br />
		\end{array}<br />
		\right],\tag{**}<br />
		\end{align*}</p>
<p>		where $C=(c_{ij})$ is the $k\times k$ matrix whose entries are the coefficients $c_{ij}$ of the linear combination (*), $O$ is the $(n-k) \times k$ zero matrix, $D$ is a $k \times (n-k)$ matrix, and $F$ is an $(n-k) \times (n-k)$ matrix.</p>
<hr />
<p>		Let $P=[\mathbf{x}_1,\dots , \mathbf{x}_k, \mathbf{x}_{k+1}, \dots, \mathbf{x}_n]$.<br />
		As the column vectors of $P$ are linearly independent, $P$ is invertible.</p>
<p>		From (**), we obtain<br />
		\[P^{-1}BP=\left[\begin{array}{c|c}<br />
		  C &#038; D\\<br />
		  \hline<br />
		  O &#038; F<br />
		\end{array}<br />
		\right].\]
		It follows that<br />
		\begin{align*}<br />
		\det(B-tI)&#038;=\det(P^{-1}BP-tI)=\left|\begin{array}{c|c}<br />
		  C-tI &#038; D\\<br />
		  \hline<br />
		  O &#038; F-tI<br />
		\end{array}<br />
		\right|=\det(C-tI)\det(F-tI).<br />
		\end{align*}</p>
<hr />
<p>		Let $\mu$ be an eigenvalue of the matrix $C$ and let $\mathbf{a}$ be an eigenvector corresponding to $\mu$.<br />
		Then as $\det(C-\mu I)=0$, we see that $\det(B-\mu I)=0$ and $\mu$ is an eigenvalue of $B$.</p>
<p>		Write<br />
		\[\mathbf{a}=\begin{bmatrix}<br />
		  a_1 \\<br />
		   a_2 \\<br />
		    \vdots \\<br />
		   a_k<br />
		   \end{bmatrix}\neq \mathbf{0}\]
		   and define a new vector by<br />
		   \[\mathbf{y}=a_1\mathbf{x}_1+\cdots +a_k \mathbf{x}_k\in E_{\lambda}.\]
		   Then $\mathbf{y}$ is an eigenvector in $E_{\lambda}$ since it is a nonzero (as $\mathbf{a}\neq \mathbf{0}$) linear combination of the basis $E_{\lambda}$.</p>
<hr />
<p>		   Multiplying $BP=P\left[\begin{array}{c|c}<br />
		  C &#038; D\\<br />
		  \hline<br />
		  O &#038; F<br />
		\end{array}<br />
		\right]$ from (**) by the $n$-dimensional vector<br />
		\[\begin{bmatrix}<br />
		  \mathbf{a} \\<br />
		     0 \\<br />
		   \vdots\\<br />
		   0<br />
		   \end{bmatrix}=\begin{bmatrix}<br />
		  a_1 \\<br />
		   \vdots \\<br />
		    a_k \\<br />
		   0 \\<br />
		   \vdots\\<br />
		   0<br />
		   \end{bmatrix}\]
		   on the right, we have<br />
		   \[BP\begin{bmatrix}<br />
		  \mathbf{a} \\<br />
		     0 \\<br />
		   \vdots\\<br />
		   0<br />
		   \end{bmatrix}=P\left[\begin{array}{c|c}<br />
		  C &#038; D\\<br />
		  \hline<br />
		  O &#038; F<br />
		\end{array}<br />
		\right]
		\begin{bmatrix}<br />
		  \mathbf{a} \\<br />
		     0 \\<br />
		   \vdots\\<br />
		   0<br />
		   \end{bmatrix}.\]
<hr />
<p>		   The left hand side is equal to<br />
		   \[B[a_1\mathbf{x}_1+\cdots+a_k \mathbf{x}_k]=B\mathbf{y}.\]
<p>		   On the other hand, the right hand side is equal to<br />
		   \begin{align*}<br />
		P\begin{bmatrix}<br />
		  C \mathbf{a}\\<br />
		  \mathbf{0}<br />
		\end{bmatrix}<br />
		=P\begin{bmatrix}<br />
		  \mu \mathbf{a} \\<br />
		  \mathbf{0}<br />
		\end{bmatrix}=\mu P\begin{bmatrix}<br />
		  \mathbf{a} \\<br />
		  \mathbf{0}<br />
		\end{bmatrix}<br />
		=\mu [a_1\mathbf{x}_1+\cdots+a_k \mathbf{x}_k]=\mu \mathbf{y}.<br />
		\end{align*}</p>
<hr />
<p>		Therefore, we obtain<br />
		\[B\mathbf{y}=\mu \mathbf{y}.\]
		This proves that the vector $\mathbf{y}$ is eigenvector of both $A$ and $B$.<br />
		Hence, this completes the proof.</p>
<button class="simplefavorite-button has-count" data-postid="5340" data-siteid="1" data-groupid="1" data-favoritecount="41" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">41</span></button>The post <a href="https://yutsumura.com/if-matrices-commute-abba-then-they-share-a-common-eigenvector/">If Matrices Commute $AB=BA$, then They Share a Common Eigenvector</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-matrices-commute-abba-then-they-share-a-common-eigenvector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5340</post-id>	</item>
		<item>
		<title>Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less</title>
		<link>https://yutsumura.com/find-a-basis-of-the-subspace-spanned-by-four-polynomials-of-degree-3-or-less/</link>
				<comments>https://yutsumura.com/find-a-basis-of-the-subspace-spanned-by-four-polynomials-of-degree-3-or-less/#comments</comments>
				<pubDate>Wed, 08 Nov 2017 16:25:29 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[coordinate vector]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[general vector space]]></category>
		<category><![CDATA[leading 1 method]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[polynomial]]></category>
		<category><![CDATA[span]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5273</guid>
				<description><![CDATA[<p>Let $\calP_3$ be the vector space of all polynomials of degree $3$ or less. Let \[S=\{p_1(x), p_2(x), p_3(x), p_4(x)\},\] where \begin{align*} p_1(x)&#038;=1+3x+2x^2-x^3 &#038; p_2(x)&#038;=x+x^3\\ p_3(x)&#038;=x+x^2-x^3 &#038; p_4(x)&#038;=3+8x+8x^3. \end{align*} (a) Find a basis $Q$ of&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/find-a-basis-of-the-subspace-spanned-by-four-polynomials-of-degree-3-or-less/">Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 607</h2>
<p>Let $\calP_3$ be the vector space of all polynomials of degree $3$ or less.<br />
		     Let<br />
		     \[S=\{p_1(x), p_2(x), p_3(x), p_4(x)\},\]
		     where<br />
		     \begin{align*}<br />
		p_1(x)&#038;=1+3x+2x^2-x^3 &#038; p_2(x)&#038;=x+x^3\\<br />
		p_3(x)&#038;=x+x^2-x^3 &#038; p_4(x)&#038;=3+8x+8x^3.<br />
		\end{align*}</p>
<p><strong>(a)</strong> Find a basis $Q$ of the span $\Span(S)$ consisting of polynomials in $S$.</p>
<p><strong>(b)</strong> For each polynomial in $S$ that is not in $Q$, find the coordinate vector with respect to the basis $Q$.</p>
<p><em>(The Ohio State University, Linear Algebra Midterm)</em><br />
&nbsp;<br />
<span id="more-5273"></span><br />

<h2>Solution.</h2>
<h3>(a) Find a basis $Q$ of the span $\Span(S)$ consisting of polynomials in $S$.</h3>
<p> Let $B=\{1, x, x^2, x^3\}$ be the standard basis for $\calP_3$.<br />
			With respect to the basis $B$, the coordinate vectors of the given polynomials are<br />
			\begin{align*}<br />
		\mathbf{v}_1:=[p_1(x)]_B&#038;=\begin{bmatrix}<br />
		  1 \\<br />
		   3 \\<br />
		    2 \\<br />
		   -1<br />
		   \end{bmatrix}, &#038;\mathbf{v}_2:=[p_2(x)]_B=\begin{bmatrix}<br />
		  0 \\<br />
		   1 \\<br />
		    0 \\<br />
		   1<br />
		   \end{bmatrix}\\[6pt]
		   \mathbf{v}_3:=[p_3(x)]_B&#038;=\begin{bmatrix}<br />
		  0 \\<br />
		   1 \\<br />
		    1 \\<br />
		   -1<br />
		   \end{bmatrix}, &#038;\mathbf{v}_4:=[p_4(x)]_B=\begin{bmatrix}<br />
		  3 \\<br />
		   8 \\<br />
		    0 \\<br />
		   8<br />
		   \end{bmatrix}.<br />
		\end{align*}<br />
		Let $T=\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3, \mathbf{v}_4\}$ be the set of these coordinate vectors.</p>
<hr />
<p>		We find a basis for $\Span(T)$ among the vectors in $T$ by the leading 1 method.<br />
		We form the matrix whose column vectors are the vectors in $T$ and apply elementary row operations as follows.</p>
<p>			\begin{align*}<br />
		\begin{bmatrix}<br />
		  1 &#038; 0 &#038; 0 &#038;   3 \\<br />
		  3 &#038;1 &#038;  1 &#038; 8  \\<br />
		  2 &#038; 0 &#038; 1 &#038; 0 \\<br />
		  -1 &#038; 1 &#038; -1 &#038; 8<br />
		\end{bmatrix}<br />
		\xrightarrow{\substack{R_2-3R_1\\R_3-2R_1\\R_4+R_1}}<br />
		\begin{bmatrix}<br />
		  1 &#038; 0 &#038; 0 &#038;   3 \\<br />
		  0 &#038;1 &#038;  1 &#038; -1  \\<br />
		  0 &#038; 0 &#038; 1 &#038; -6 \\<br />
		  0 &#038; 1 &#038; -1 &#038; 11<br />
		\end{bmatrix}<br />
		\xrightarrow{R_4-R_2}\\[6pt]
		\begin{bmatrix}<br />
		  1 &#038; 0 &#038; 0 &#038;   3 \\<br />
		  0 &#038;1 &#038;  1 &#038; -1  \\<br />
		  0 &#038; 0 &#038; 1 &#038; -6 \\<br />
		  0 &#038; 0 &#038; -2 &#038; 12<br />
		\end{bmatrix}<br />
		\xrightarrow{R_4+2R_2}<br />
		\begin{bmatrix}<br />
		  1 &#038; 0 &#038; 0 &#038;   3 \\<br />
		  0 &#038;1 &#038;  0 &#038; 5  \\<br />
		  0 &#038; 0 &#038; 1 &#038; -6 \\<br />
		  0 &#038; 0 &#038; 0 &#038; 0<br />
		\end{bmatrix}.<br />
		\end{align*}</p>
<p>		The first three columns of the reduced row echelon form matrix contain the leading 1&#8217;s.<br />
		Thus, $\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\}$ is a basis for $\Span(T)$.<br />
		It follows that $Q:=\{p_1(x), p_2(x), p_3(x)\}$ is a basis for $\Span(S)$.</p>
<h3>(b) For each polynomial in $S$ that is not in $Q$, find the coordinate vector with respect to the basis $Q$.</h3>
<p>Note that $p_4(x)$ is not in the basis $Q$.</p>
<p>		The fourth column of the matrix in reduced row echelon form of part (a) gives the coefficients of the linear combination:<br />
		\[p_4(x)=3p_1(x)+5p_2(x)-6p_3(x).\]
<p>		Thus, the coordinate vector of $p_4(x)$ with respect to the basis $Q$ is<br />
		\[[p_4(x)]_Q=\begin{bmatrix}<br />
		  3 \\<br />
		   5 \\<br />
		    -6<br />
		  \end{bmatrix}.\]
<h2>Comment.</h2>
<p>This is one of the midterm 2 exam problems for Linear Algebra (Math 2568) in Autumn 2017.</p>
<p>In part (b), some students stopped after obtaining the linear combination $p_4(x)=3p_1(x)+5p_2(x)-6p_3(x)$.<br />
You must read the problem carefully. You are asked to find the coordinate vector of $p_4(x)$ with respect to $Q$.</p>
<h2>List of Midterm 2 Problems for Linear Algebra (Math 2568) in Autumn 2017</h2>
<ol>
<li><a href="//yutsumura.com/vector-space-of-2-by-2-traceless-matrices/" rel="noopener" target="_blank">Vector Space of 2 by 2 Traceless Matrices</a></li>
<li><a href="//yutsumura.com/find-an-orthonormal-basis-of-the-given-two-dimensional-vector-space/" rel="noopener" target="_blank">Find an Orthonormal Basis of the Given Two Dimensional Vector Space</a></li>
<li><a href="//yutsumura.com/are-the-trigonometric-functions-sin2x-and-cos2x-linearly-independent/" rel="noopener" target="_blank">Are the Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$ Linearly Independent?</a></li>
<li><a href="//yutsumura.com/find-bases-for-the-null-space-range-and-the-row-space-of-a-5times-4-matrix/" rel="noopener" target="_blank">Find Bases for the Null Space, Range, and the Row Space of a $5\times 4$ Matrix</a></li>
<li><a href="//yutsumura.com/matrix-representation-rank-and-nullity-of-a-linear-transformation-tr2to-r3/" rel="noopener" target="_blank">Matrix Representation, Rank, and Nullity of a Linear Transformation $T:\R^2\to \R^3$</a></li>
<li><a href="//yutsumura.com/determine-the-dimension-of-a-mysterious-vector-space-from-coordinate-vectors/" rel="noopener" target="_blank">Determine the Dimension of a Mysterious Vector Space From Coordinate Vectors</a></li>
<li>Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less ←The current problem </li>
</ol>
<button class="simplefavorite-button has-count" data-postid="5273" data-siteid="1" data-groupid="1" data-favoritecount="29" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">29</span></button>The post <a href="https://yutsumura.com/find-a-basis-of-the-subspace-spanned-by-four-polynomials-of-degree-3-or-less/">Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-a-basis-of-the-subspace-spanned-by-four-polynomials-of-degree-3-or-less/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5273</post-id>	</item>
		<item>
		<title>Matrix Representation, Rank, and Nullity of a Linear Transformation $T:\R^2\to \R^3$</title>
		<link>https://yutsumura.com/matrix-representation-rank-and-nullity-of-a-linear-transformation-tr2to-r3/</link>
				<comments>https://yutsumura.com/matrix-representation-rank-and-nullity-of-a-linear-transformation-tr2to-r3/#respond</comments>
				<pubDate>Wed, 08 Nov 2017 12:13:46 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[matrix for a linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[nullity]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[rank-nullity theorem]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5264</guid>
				<description><![CDATA[<p>Let $T:\R^2 \to \R^3$ be a linear transformation such that \[T\left(\, \begin{bmatrix} 3 \\ 2 \end{bmatrix} \,\right) =\begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix} \text{ and } T\left(\, \begin{bmatrix} 4\\ 3 \end{bmatrix} \,\right) =\begin{bmatrix}&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/matrix-representation-rank-and-nullity-of-a-linear-transformation-tr2to-r3/">Matrix Representation, Rank, and Nullity of a Linear Transformation $T:\R^2\to \R^3$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 605</h2>
<p>Let $T:\R^2 \to \R^3$ be a linear transformation such that<br />
		  \[T\left(\,  \begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix} \,\right)<br />
		=\begin{bmatrix}<br />
		  1 \\<br />
		   2 \\<br />
		    3<br />
		  \end{bmatrix} \text{ and }<br />
		  T\left(\,  \begin{bmatrix}<br />
		  4\\<br />
		  3<br />
		\end{bmatrix} \,\right)<br />
		=\begin{bmatrix}<br />
		  0 \\<br />
		   -5 \\<br />
		    1<br />
		  \end{bmatrix}.\]
<p><strong>(a)</strong> Find the matrix representation of $T$ (with respect to the standard basis for $\R^2$).</p>
<p><strong>(b)</strong> Determine the rank and nullity of $T$.</p>
<p><em>(The Ohio State University, Linear Algebra Midterm)</em><br />
&nbsp;<br />
<span id="more-5264"></span><br />

<h2>Solution.</h2>
<h3>(a) Find the matrix representation of $T$.</h3>
<p> The matrix representation $A$ of the linear transformation is given by<br />
				\[A=[T(\mathbf{e}_1), T(\mathbf{e}_2)],\]
				where<br />
				\[\mathbf{e}_1=\begin{bmatrix}<br />
					  1\\ 0<br />
					    \end{bmatrix}, \mathbf{e}_2=\begin{bmatrix}<br />
					      0\\ 1<br />
					        \end{bmatrix}\]
					         are the standard basis vectors for $\R^2$.</p>
<hr />
<p>					         To determine $T(\mathbf{e}_1)$, we first express $\mathbf{e}_1$ as a linear combination of $\begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}$ and $\begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix}$ as follows.<br />
		Let<br />
		\[\mathbf{e}_1=\begin{bmatrix}<br />
		  1 \\<br />
		  0<br />
		\end{bmatrix}=a\begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}+b\begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix}.\]
		This can be written as<br />
		\[\begin{bmatrix}<br />
		  3 &#038; 4\\<br />
		  2&#038; 3<br />
		\end{bmatrix}\begin{bmatrix}<br />
		  a \\<br />
		  b<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  1 \\<br />
		  0<br />
		\end{bmatrix}.\]
		The determinant of the coefficient matrix $\begin{bmatrix}<br />
		  3 &#038; 4\\<br />
		  2&#038; 3<br />
		\end{bmatrix}$ is $3\cdot 3-4\cdot 2=1\neq 0$ and thus it is invertible.<br />
		Hence we have<br />
		\[\begin{bmatrix}<br />
		  a \\<br />
		  b<br />
		\end{bmatrix}<br />
		=\begin{bmatrix}<br />
		  3 &#038; 4\\<br />
		  2&#038; 3<br />
		\end{bmatrix}^{-1}\begin{bmatrix}<br />
		  1 \\<br />
		  0<br />
		\end{bmatrix}<br />
		=\begin{bmatrix}<br />
		  3 &#038; -4\\<br />
		  -2&#038; 3<br />
		\end{bmatrix}\begin{bmatrix}<br />
		  1 \\<br />
		  0<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  3 \\<br />
		  -2<br />
		\end{bmatrix}.\]
				Hence $a=3$ and $b=-2$.<br />
				It yields that<br />
				\[\mathbf{e}_1=3\begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}-2\begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix}.\]
<hr />
<p>		It follows that<br />
		\begin{align*}<br />
		T(\mathbf{e}_1)&#038;=T\left(\,3\begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}-2\begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix}   \,\right)\\[6pt]
		&#038;=3T\left(\,   \begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}\,\right)-2T\left(\,  \begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix} \,\right) &#038;&#038;\text{by linearity of $T$}\\[6pt]
		&#038;=3\begin{bmatrix}<br />
		  1 \\<br />
		   2 \\<br />
		    3<br />
		  \end{bmatrix}-2\begin{bmatrix}<br />
		  0 \\<br />
		   -5 \\<br />
		    1<br />
		  \end{bmatrix}=\begin{bmatrix}<br />
		  3 \\<br />
		   16 \\<br />
		    7<br />
		  \end{bmatrix}.<br />
		\end{align*}</p>
<hr />
<p>		Similarly, we compute $T(\mathbf{e}_2)$ as follows.<br />
		Let<br />
		\[\mathbf{e}_2=\begin{bmatrix}<br />
		  0 \\<br />
		  1<br />
		\end{bmatrix}=c\begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}+d\begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix}.\]
		This can be written as<br />
		\[\begin{bmatrix}<br />
		  3 &#038; 4\\<br />
		  2&#038; 3<br />
		\end{bmatrix}\begin{bmatrix}<br />
		  a \\<br />
		  b<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  0 \\<br />
		  1<br />
		\end{bmatrix}.\]
		Hence, we obtain<br />
		\[\begin{bmatrix}<br />
		  c \\<br />
		  d<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  3 &#038; 4\\<br />
		  2&#038; 3<br />
		\end{bmatrix}^{-1}\begin{bmatrix}<br />
		  0 \\<br />
		  1<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  3 &#038; -4\\<br />
		  -2&#038; 3<br />
		\end{bmatrix}\begin{bmatrix}<br />
		  0 \\<br />
		  1<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  -4 \\<br />
		  3<br />
		\end{bmatrix},\]
		and $c=-4, d=3$.</p>
<p>		Hence<br />
		\[\mathbf{e}_2=\begin{bmatrix}<br />
		  0 \\<br />
		  1<br />
		\end{bmatrix}=-4\begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}+3\begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix}\]
		and we have<br />
		\begin{align*}<br />
		T(\mathbf{e}_2)&#038;=T\left(\,-4\begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}+3\begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix}   \,\right)\\[6pt]
		&#038;=-4T\left(\,\begin{bmatrix}<br />
		  3 \\<br />
		  2<br />
		\end{bmatrix}\,\right)+3T\left(\,\begin{bmatrix}<br />
		  4 \\<br />
		  3<br />
		\end{bmatrix}\,\right) &#038;&#038;\text{by linearity of $T$}\\[6pt]
		&#038;=-4\begin{bmatrix}<br />
		  1 \\<br />
		   2 \\<br />
		    3<br />
		  \end{bmatrix}+3\begin{bmatrix}<br />
		  0 \\<br />
		   -5 \\<br />
		    1<br />
		  \end{bmatrix}=\begin{bmatrix}<br />
		  -4 \\<br />
		   -23 \\<br />
		    -9<br />
		  \end{bmatrix}.<br />
		\end{align*}</p>
<hr />
<p>		Therefore the matrix representation $A$ of $T$ is<br />
		\[A=[T(\mathbf{e}_1), T(\mathbf{e}_2)]=\begin{bmatrix}<br />
		  3 &#038; -4 \\<br />
		   16  &#038; -23 \\<br />
		   7 &#038;-9<br />
		\end{bmatrix}.\]
<h3>(b) Determine the rank and nullity of $T$.</h3>
<p>Note that the rank and nullity of $T$ are the same as the those of the matrix representation $A$ of $T$.<br />
		In part (a), we obtained<br />
		\[A=\begin{bmatrix}<br />
		  3 &#038; -4 \\<br />
		   16  &#038; -23 \\<br />
		   7 &#038;-9<br />
		\end{bmatrix}.\]
		Let us first determine the rank of $A$.<br />
		We have<br />
		\begin{align*}<br />
		A=\begin{bmatrix}<br />
		  3 &#038; -4 \\<br />
		   16  &#038; -23 \\<br />
		   7 &#038;-9<br />
		\end{bmatrix}<br />
		\xrightarrow{R_3-2R_1}<br />
		\begin{bmatrix}<br />
		  3 &#038; -4 \\<br />
		   16  &#038; -23 \\<br />
		   1 &#038;-1<br />
		\end{bmatrix}<br />
		\xrightarrow{R_1\leftrightarrow R_3}<br />
		\begin{bmatrix}<br />
		  1 &#038; -1 \\<br />
		   16  &#038; -23 \\<br />
		   3 &#038;-4<br />
		\end{bmatrix}\\[6pt]
		\xrightarrow[R_3-3R_1]{R_2-16R_1}<br />
		\begin{bmatrix}<br />
		  1 &#038; -1 \\<br />
		   0  &#038; -7 \\<br />
		   0 &#038;-1<br />
		\end{bmatrix}<br />
		\xrightarrow{-R_3}<br />
		\begin{bmatrix}<br />
		  1 &#038; -1 \\<br />
		   0  &#038; -7 \\<br />
		   0 &#038;1<br />
		\end{bmatrix}<br />
		\xrightarrow[R_2+7R_3]{R_1+R_3}<br />
		\begin{bmatrix}<br />
		  1 &#038; 0 \\<br />
		   0  &#038; 0 \\<br />
		   0 &#038;1<br />
		\end{bmatrix}<br />
		\xrightarrow{R_2\leftrightarrow R_3}<br />
		\begin{bmatrix}<br />
		  1 &#038; 0 \\<br />
		   0  &#038; 1 \\<br />
		   0 &#038;0<br />
		\end{bmatrix}.<br />
		\end{align*}<br />
		Hence, the reduced row echelon form matrix of $A$ has two nonzero rows.<br />
		So the rank of $A$ is $2$.</p>
<hr />
<p>		By the rank-nullity theorem, we know that<br />
		\[\text{(rank of $A$)+(nullity of $A$)}=2.\]
		As the rank of $A$ is $2$, we see that the nullity of $A$ is $0$.</p>
<h2>Comment.</h2>
<p>This is one of the midterm 2 exam problems for Linear Algebra (Math 2568) in Autumn 2017.</p>
<h2>List of Midterm 2 Problems for Linear Algebra (Math 2568) in Autumn 2017</h2>
<ol>
<li><a href="//yutsumura.com/vector-space-of-2-by-2-traceless-matrices/" rel="noopener" target="_blank">Vector Space of 2 by 2 Traceless Matrices</a></li>
<li><a href="//yutsumura.com/find-an-orthonormal-basis-of-the-given-two-dimensional-vector-space/" rel="noopener" target="_blank">Find an Orthonormal Basis of the Given Two Dimensional Vector Space</a></li>
<li><a href="//yutsumura.com/are-the-trigonometric-functions-sin2x-and-cos2x-linearly-independent/" rel="noopener" target="_blank">Are the Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$ Linearly Independent?</a></li>
<li><a href="//yutsumura.com/find-bases-for-the-null-space-range-and-the-row-space-of-a-5times-4-matrix/" rel="noopener" target="_blank">Find Bases for the Null Space, Range, and the Row Space of a $5\times 4$ Matrix</a></li>
<li>Matrix Representation, Rank, and Nullity of a Linear Transformation $T:\R^2\to \R^3$ ←The current problem</li>
<li><a href="//yutsumura.com/determine-the-dimension-of-a-mysterious-vector-space-from-coordinate-vectors/" rel="noopener" target="_blank">Determine the Dimension of a Mysterious Vector Space From Coordinate Vectors</a></li>
<li><a href="//yutsumura.com/find-a-basis-of-the-subspace-spanned-by-four-polynomials-of-degree-3-or-less/" rel="noopener" target="_blank">Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less</a></li>
</ol>
<button class="simplefavorite-button has-count" data-postid="5264" data-siteid="1" data-groupid="1" data-favoritecount="55" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">55</span></button>The post <a href="https://yutsumura.com/matrix-representation-rank-and-nullity-of-a-linear-transformation-tr2to-r3/">Matrix Representation, Rank, and Nullity of a Linear Transformation $T:\R^2\to \R^3$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/matrix-representation-rank-and-nullity-of-a-linear-transformation-tr2to-r3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5264</post-id>	</item>
	</channel>
</rss>
