<?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>linearity &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/linearity/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Aug 2017 00:31:01 +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>linearity &#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>Give a Formula For a Linear Transformation From $\R^2$ to $\R^3$</title>
		<link>https://yutsumura.com/give-a-formula-for-a-linear-transformation-from-r2-to-r3/</link>
				<comments>https://yutsumura.com/give-a-formula-for-a-linear-transformation-from-r2-to-r3/#comments</comments>
				<pubDate>Thu, 16 Mar 2017 18:00:52 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[linearity]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2457</guid>
				<description><![CDATA[<p>Let $\{\mathbf{v}_1, \mathbf{v}_2\}$ be a basis of the vector space $\R^2$, where \[\mathbf{v}_1=\begin{bmatrix} 1 \\ 1 \end{bmatrix} \text{ and } \mathbf{v}_2=\begin{bmatrix} 1 \\ -1 \end{bmatrix}.\] The action of a linear transformation $T:\R^2\to \R^3$ on&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/give-a-formula-for-a-linear-transformation-from-r2-to-r3/" target="_blank">Give a Formula For a Linear Transformation From $\R^2$ to $\R^3$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 339</h2>
<p>	Let $\{\mathbf{v}_1, \mathbf{v}_2\}$ be a basis of the vector space $\R^2$, where<br />
    \[\mathbf{v}_1=\begin{bmatrix}<br />
  1 \\<br />
  1<br />
\end{bmatrix} \text{ and } \mathbf{v}_2=\begin{bmatrix}<br />
  1 \\<br />
  -1<br />
\end{bmatrix}.\]
The action of a linear transformation $T:\R^2\to \R^3$ on the basis $\{\mathbf{v}_1, \mathbf{v}_2\}$ is given by<br />
\begin{align*}<br />
T(\mathbf{v}_1)=\begin{bmatrix}<br />
  2 \\<br />
   4 \\<br />
    6<br />
  \end{bmatrix} \text{ and } T(\mathbf{v}_2)=\begin{bmatrix}<br />
  0 \\<br />
   8 \\<br />
    10<br />
  \end{bmatrix}.<br />
\end{align*}</p>
<p>Find the formula of $T(\mathbf{x})$, where<br />
  \[\mathbf{x}=\begin{bmatrix}<br />
  x \\<br />
  y<br />
\end{bmatrix}\in \R^2.\]
<p>&nbsp;<br />
<span id="more-2457"></span><br />

<h2>Solution.</h2>
<p>We give two solutions.</p>
<h3>Solution 1 (linear combination)</h3>
<p>Since we know the values of $T$ on the basis vectors $\mathbf{v}_1, \mathbf{v}_2$, if we express the vector $\mathbf{x}$ as a linear combination of $\mathbf{v}_1, \mathbf{v}_2$, we can find $F(\mathbf{x})$ by the linearity of the linear transformation $T$.</p>
<p>So let us find the scalars $c_1, c_2$ such that<br />
\[\mathbf{x}=c_1\mathbf{v}_1+c_2\mathbf{v}_2.\]
We write this as<br />
\begin{align*}<br />
\begin{bmatrix}<br />
  x \\<br />
  y<br />
\end{bmatrix}=c_1\begin{bmatrix}<br />
  1 \\<br />
  1<br />
\end{bmatrix}+c_2\begin{bmatrix}<br />
  1 \\<br />
  -1<br />
\end{bmatrix}<br />
=<br />
\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>The matrix $\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}$ is invertible (as its determinant is $-2$) and its inverse matrix is<br />
\[\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}^{-1}=\frac{1}{2}\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}.\]
<p>Thus, we have<br />
\begin{align*}<br />
\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}&#038;=\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}^{-1}\begin{bmatrix}<br />
  x \\<br />
  y<br />
\end{bmatrix}\\[6pt]
&#038;=\frac{1}{2}\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}\begin{bmatrix}<br />
  x \\<br />
  y<br />
\end{bmatrix}\\[6pt]
&#038;=\frac{1}{2}\begin{bmatrix}<br />
  x+y \\<br />
  x-y<br />
\end{bmatrix}<br />
\end{align*}<br />
Therefore, we obtain the linear combination<br />
\[\mathbf{x}=\frac{1}{2}(x+y)\mathbf{v}_1+\frac{1}{2}(x-y)\mathbf{v}_2.\]
<p>Now we compute $T(\mathbf{x})$ as follows.<br />
We have<br />
\begin{align*}<br />
T(\mathbf{x})&#038;=T\left(\frac{1}{2}(x+y)\mathbf{v}_1+\frac{1}{2}(x-y)\mathbf{v}_2 \right)\\[6pt]
&#038;=\frac{1}{2}(x+y)T(\mathbf{v}_1)+\frac{1}{2}(x-y)T(\mathbf{v}_2) &#038;&#038; \text{by linearity of $T$}\\[6pt]
&#038;=\frac{1}{2}(x+y)\begin{bmatrix}<br />
  2 \\<br />
   4 \\<br />
    6<br />
  \end{bmatrix}+\frac{1}{2}(x-y)\begin{bmatrix}<br />
  0 \\<br />
   8 \\<br />
    10<br />
  \end{bmatrix} \\[6pt]
  &#038;=\begin{bmatrix}<br />
  x+y \\<br />
   6x-2y \\<br />
    8x-2y<br />
  \end{bmatrix}.<br />
\end{align*}<br />
Hence the formula is<br />
\[T(\mathbf{x})=\begin{bmatrix}<br />
  x+y \\<br />
   6x-2y \\<br />
    8x-2y<br />
  \end{bmatrix}.<br />
\]
<h3>Solution 2 (Matrix representation)</h3>
<p>In the second solution, we use the matrix representation for the linear transformation $T$.<br />
Let $A$ be the matrix of $T$ with respect to the standard basis $\{\begin{bmatrix}<br />
  1 \\<br />
  0<br />
\end{bmatrix}, \begin{bmatrix}<br />
  0 \\<br />
  1<br />
\end{bmatrix}\}$ of $\R^2$.<br />
Thus, we have $T(\mathbf{x})=A\mathbf{x}$ by definition.</p>
<p>To find the matrix $A$, we compute<br />
\begin{align*}<br />
A\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}&#038;=A\begin{bmatrix}<br />
  \mathbf{v}_1 &#038; \mathbf{v}_2 \\<br />
  \end{bmatrix}\\[6pt]
  &#038;=\begin{bmatrix}<br />
  A\mathbf{v}_1 &#038; A\mathbf{v}_2<br />
\end{bmatrix}\\[6pt]
&#038;=\begin{bmatrix}<br />
  2 &#038; 0 \\<br />
   4  &#038; 8 \\<br />
   6 &#038;10<br />
\end{bmatrix}<br />
\end{align*}<br />
It follows that we have<br />
\begin{align*}<br />
A&#038;=\begin{bmatrix}<br />
  2 &#038; 0 \\<br />
   4  &#038; 8 \\<br />
   6 &#038;10<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}^{-1}\\[6pt]
&#038;=\begin{bmatrix}<br />
  2 &#038; 0 \\<br />
   4  &#038; 8 \\<br />
   6 &#038;10<br />
\end{bmatrix}\frac{1}{2}\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  1&#038; -1<br />
\end{bmatrix}\\[6pt]
&#038;=\begin{bmatrix}<br />
  1 &#038; 1 \\<br />
   6  &#038; -2 \\<br />
   8 &#038;-2<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>We now be able to find $T(\mathbf{x})$ as follows.<br />
We have<br />
\begin{align*}<br />
T(\mathbf{x})&#038;=A\mathbf{x}\\[6pt]
&#038;=\begin{bmatrix}<br />
  1 &#038; 1 \\<br />
   6  &#038; -2 \\<br />
   8 &#038;-2<br />
\end{bmatrix}\begin{bmatrix}<br />
  x \\<br />
  y<br />
\end{bmatrix}\\[6pt]
&#038;=\begin{bmatrix}<br />
  x+y \\<br />
   6x-2y \\<br />
    8x-2y<br />
  \end{bmatrix},<br />
\end{align*}<br />
which is, of course, the same formula that we obtained in solution 1.</p>
<h2> Related Question. </h2>
<p>A similar problem for a linear transformation from $\R^3$ to $\R^3$ is given in the post &#8220;<a href="//yutsumura.com/determine-linear-transformation-using-matrix-representation/" target="_blank">Determine linear transformation using matrix representation</a>&#8220;.</p>
<p>Instead of finding the inverse matrix in solution 1, we could have used the Gauss-Jordan elimination to find the coefficients.<br />
See the post &#8220;<a href="//yutsumura.com/give-a-formula-for-a-linear-transformation-if-the-values-on-basis-vectors-are-known/" target="_blank">Give a formula for a linear transformation if the values on basis vectors are known</a>&#8221; for a similar problem and its solution using this alternative method.</p>
<button class="simplefavorite-button has-count" data-postid="2457" data-siteid="1" data-groupid="1" data-favoritecount="30" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">30</span></button><p>The post <a href="https://yutsumura.com/give-a-formula-for-a-linear-transformation-from-r2-to-r3/" target="_blank">Give a Formula For a Linear Transformation From $\R^2$ to $\R^3$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/give-a-formula-for-a-linear-transformation-from-r2-to-r3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2457</post-id>	</item>
		<item>
		<title>Determine linear transformation using matrix representation</title>
		<link>https://yutsumura.com/determine-linear-transformation-using-matrix-representation/</link>
				<comments>https://yutsumura.com/determine-linear-transformation-using-matrix-representation/#comments</comments>
				<pubDate>Sun, 05 Mar 2017 02:03:56 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[linearity]]></category>
		<category><![CDATA[matrix for linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2344</guid>
				<description><![CDATA[<p>Let $T$ be the linear transformation from the $3$-dimensional vector space $\R^3$ to $\R^3$ itself satisfying the following relations. \begin{align*} T\left(\, \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} \,\right) =\begin{bmatrix} 1 \\ 0 \\&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-linear-transformation-using-matrix-representation/" target="_blank">Determine linear transformation using matrix representation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 324</h2>
<p>	Let $T$ be the linear transformation from the $3$-dimensional vector space $\R^3$ to $\R^3$ itself satisfying the following relations.<br />
	\begin{align*}<br />
	T\left(\, \begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix} \,\right)<br />
	  =\begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix}, \qquad T\left(\, \begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix} \, \right) =<br />
	  \begin{bmatrix}<br />
	  0 \\<br />
	   2 \\<br />
	    -1<br />
	  \end{bmatrix}, \qquad<br />
	  T \left( \, \begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \, \right)=<br />
	  \begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    0<br />
	  \end{bmatrix}.<br />
	\end{align*}<br />
	Then for any vector<br />
	\[\mathbf{x}=\begin{bmatrix}<br />
	  x \\<br />
	   y \\<br />
	    z<br />
	  \end{bmatrix}\in \R^3,\]
	  find the formula for $T(\mathbf{x})$.</p>
<p>	 &nbsp;<br />
<span id="more-2344"></span><br />
&nbsp;<br />

We give two solutions using two different methods.</p>
<h3>Solution 1 using the matrix representation.</h3>
<p>	  	The first solution uses the matrix representation of $T$.<br />
	  	Let $A$ be the matrix representation of the linear transformation $T$ with respect to the standard basis of $\R^3$.<br />
	  	Then we have $T(\mathbf{x})=A\mathbf{x}$ by definition.<br />
	  	We determine the matrix $A$ as follows.<br />
	  	We have<br />
	  	\begin{align*}<br />
	A\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   1 &#038;3 &#038;1 \\<br />
	   1 &#038; 5 &#038; 2<br />
	\end{bmatrix}&#038;= \begin{bmatrix}<br />
	  A\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}, &#038; A\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}, &#038; A\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \\<br />
	  \end{bmatrix}\\[6 pt]
	  &#038;=\begin{bmatrix}<br />
	  T\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}, &#038; T\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}, &#038; T\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \\<br />
	  \end{bmatrix}<br />
	  =\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 1 \\<br />
	   0 &#038;2 &#038;0 \\<br />
	   1 &#038; -1 &#038; 0<br />
	\end{bmatrix}.<br />
	\end{align*}<br />
	It follows that we have<br />
	\begin{align*}<br />
	A=\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 1 \\<br />
	   0 &#038;2 &#038;0 \\<br />
	   1 &#038; -1 &#038; 0<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   1 &#038;3 &#038;1 \\<br />
	   1 &#038; 5 &#038; 2<br />
	\end{bmatrix}^{-1}.<br />
	\end{align*}</p>
<p>	Let us find the inverse matrix by using augmented matrix.<br />
	\begin{align*}<br />
	\left[\begin{array}{rrr|rrr}<br />
	  1 &#038; 2 &#038; 0 &#038; 1 &#038;0 &#038; 0 \\<br />
	   1 &#038; 3 &#038; 1 &#038; 0 &#038; 1 &#038; 0 \\<br />
	   1 &#038; 5 &#038; 2 &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]
	  \xrightarrow{\substack{R_2-R_1\\R_3-R_1}}<br />
	  \left[\begin{array}{rrr|rrr}<br />
	  1 &#038; 2 &#038; 0 &#038; 1 &#038;0 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 1 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 3 &#038; 2 &#038; -1 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]\\[6 pt]
	  \xrightarrow{\substack{R_1-2R_2 \\R_3-3R_2}}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; 0 &#038; -2 &#038; 3 &#038;-2 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 1 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; -1 &#038; 2 &#038; -3 &#038; 1 \\<br />
	  \end{array} \right]
	  \xrightarrow{-R_3}<br />
	  \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; 0 &#038; -2 &#038; 3 &#038;-2 &#038; 0 \\<br />
	   0 &#038; 1 &#038; 1 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; 1 &#038; -2 &#038; 3 &#038; -1 \\<br />
	  \end{array} \right]\\[6 pt]
	  \xrightarrow{\substack{R_1+2R_3\\ R_2-R_3}}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	 1 &#038; 0 &#038; 0 &#038; -1 &#038;4 &#038; -2 \\<br />
	   0 &#038; 1 &#038; 0 &#038; 1 &#038; -2 &#038; 1 \\<br />
	   0 &#038; 0 &#038; 1 &#038; -2 &#038; 3 &#038; -1 \\<br />
	  \end{array} \right].<br />
	  \end{align*}<br />
	  Thus we obtain the inverse matrix<br />
	  \[\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 0 \\<br />
	   1 &#038;3 &#038;1 \\<br />
	   1 &#038; 5 &#038; 2<br />
	\end{bmatrix}^{-1}=\begin{bmatrix}<br />
	  -1 &#038; 4 &#038; -2 \\<br />
	   1 &#038;-2 &#038;1 \\<br />
	   -2 &#038; 3 &#038; -1<br />
	\end{bmatrix},\]
	and hence we have<br />
	\begin{align*}<br />
	A=\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 1 \\<br />
	   0 &#038;2 &#038;0 \\<br />
	   1 &#038; -1 &#038; 0<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	  -1 &#038; 4 &#038; -2 \\<br />
	   1 &#038;-2 &#038;1 \\<br />
	   -2 &#038; 3 &#038; -1<br />
	\end{bmatrix}<br />
	=\begin{bmatrix}<br />
	  -3 &#038; 7 &#038; -3 \\<br />
	   2 &#038;-4 &#038;2 \\<br />
	   -2 &#038; 6 &#038; -3<br />
	\end{bmatrix}.<br />
	\end{align*}<br />
	Using the relation $T(\mathbf{x})=A\mathbf{x}$, the formula for $T(\mathbf{x})$ is obtained as follows.<br />
	\begin{align*}<br />
	T(\mathbf{x})&#038;=A\mathbf{x}\\<br />
	&#038;=\begin{bmatrix}<br />
	  -3 &#038; 7 &#038; -3 \\<br />
	   2 &#038;-4 &#038;2 \\<br />
	   -2 &#038; 6 &#038; -3<br />
	\end{bmatrix}\begin{bmatrix}<br />
	  x \\<br />
	   y \\<br />
	    z<br />
	  \end{bmatrix}\\[6 pt]
	  &#038;=\begin{bmatrix}<br />
	  -3x+7y-3z \\<br />
	   2x-4y+2z \\<br />
	    -2x+6y-3z<br />
	  \end{bmatrix}.<br />
	\end{align*}</p>
<h3>Solution 2 using a linear combination and linearity.</h3>
<p>	  	The second method is to find the linear combination<br />
	  	\[\mathbf{x}=c_1\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}+c_2\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}+c_3\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix}\]
	  and use the linearity of the linear transformation.<br />
	  To find the coefficients $c_1, c_2, c_3$, we consider the augmented matrix<br />
	  \[ \left[\begin{array}{rrr|r}<br />
	 1 &#038; 2 &#038; 0 &#038;   x \\<br />
	  1 &#038;3 &#038;  1 &#038; y  \\<br />
	  1 &#038; 5 &#038; 2 &#038; z<br />
	    \end{array} \right]\]
	    and we reduce this matrix by elementary row operations.<br />
	    The reduction operations are exactly the same as in solution 1 and we obtain<br />
	    \begin{align*}<br />
	c_1&#038;=-x+4y-2z\\<br />
	c_2&#038;=x-2y+z\\<br />
	c_3&#038;=-2x+3y-z.<br />
	\end{align*}</p>
<p>	Therefore, we have by the linearity of $T$<br />
	\begin{align*}<br />
	T(\mathbf{x})&#038;=T\left(\,c_1\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}+c_2\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}+c_3\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \, \right)\\[6 pt]
	  &#038;=c_1T\left(\,\begin{bmatrix}<br />
	  1 \\<br />
	   1 \\<br />
	    1<br />
	  \end{bmatrix}\, \right)+c_2T\left(\,\begin{bmatrix}<br />
	  2 \\<br />
	   3 \\<br />
	    5<br />
	  \end{bmatrix}\, \right)+c_3T\left(\,\begin{bmatrix}<br />
	  0 \\<br />
	   1 \\<br />
	    2<br />
	  \end{bmatrix} \, \right)\\[6 pt]
	  &#038;=(-x+4y-2z)\begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    1<br />
	  \end{bmatrix}+(x-2y+z)\begin{bmatrix}<br />
	  0 \\<br />
	   2 \\<br />
	    -1<br />
	  \end{bmatrix} +(-2x+3y-z)\begin{bmatrix}<br />
	  1 \\<br />
	   0 \\<br />
	    0<br />
	  \end{bmatrix}\\[6 pt]
	  &#038;=\begin{bmatrix}<br />
	  -3x+7y-3z \\<br />
	   2x-4y+2z \\<br />
	    -2x+6y-3z<br />
	  \end{bmatrix}.<br />
	\end{align*}</p>
<h2> Related Question. </h2>
<p>A similar problem with a linear transformation from $\R^2$ to $\R^3$ is given in the post<br />
&#8220;<a href="//yutsumura.com/give-a-formula-for-a-linear-transformation-from-r2-to-r3/" target="_blank">Give a formula for a linear transformation from $\R^2$ to $\R^3$</a>&#8220;.</p>
<button class="simplefavorite-button has-count" data-postid="2344" data-siteid="1" data-groupid="1" data-favoritecount="36" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">36</span></button><p>The post <a href="https://yutsumura.com/determine-linear-transformation-using-matrix-representation/" target="_blank">Determine linear transformation using matrix representation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-linear-transformation-using-matrix-representation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2344</post-id>	</item>
		<item>
		<title>Matrix Representation of a Linear Transformation of the Vector Space $R^2$ to $R^2$</title>
		<link>https://yutsumura.com/matrix-representation-of-a-linear-transformation-of-the-vector-space-r2-to-r2/</link>
				<comments>https://yutsumura.com/matrix-representation-of-a-linear-transformation-of-the-vector-space-r2-to-r2/#respond</comments>
				<pubDate>Fri, 13 Jan 2017 21:43:39 +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[basis of a vector space]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[linearity]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[unit vector]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1934</guid>
				<description><![CDATA[<p>Let $B=\{\mathbf{v}_1, \mathbf{v}_2 \}$ be a basis for the vector space $\R^2$, and let $T:\R^2 \to \R^2$ be a linear transformation such that \[T(\mathbf{v}_1)=\begin{bmatrix} 1 \\ -2 \end{bmatrix} \text{ and } T(\mathbf{v}_2)=\begin{bmatrix} 3 \\&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/matrix-representation-of-a-linear-transformation-of-the-vector-space-r2-to-r2/" target="_blank">Matrix Representation of a Linear Transformation of the Vector Space $R^2$ to $R^2$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 255</h2>
<p>Let $B=\{\mathbf{v}_1, \mathbf{v}_2 \}$ be a basis for the vector space $\R^2$, and let $T:\R^2 \to \R^2$ be a linear transformation such that<br />
\[T(\mathbf{v}_1)=\begin{bmatrix}<br />
  1 \\<br />
  -2<br />
\end{bmatrix} \text{ and } T(\mathbf{v}_2)=\begin{bmatrix}<br />
  3 \\<br />
  1<br />
\end{bmatrix}.\]
<p>If $\mathbf{e}_1=\mathbf{v}_1+2\mathbf{v}_2 \text{ and } \mathbf{e}_2=2\mathbf{v}_1-\mathbf{u}_2$, where $\mathbf{e}_1, \mathbf{e}_2$ are the standard unit vectors in $\R^2$, then find the matrix of $T$ with respect to the basis $\{\mathbf{e}_1, \mathbf{e}_2\}$.<br />
&nbsp;<br />
<span id="more-1934"></span></p>
<h2>Solution.</h2>
<p>	The matrix representation $A$ of the linear transformation $T$ with respect to the basis $\{\mathbf{e}_1, \mathbf{e}_2 \}$ is given by<br />
	\[A=\begin{bmatrix}<br />
  T(\mathbf{e}_1) &#038; T(\mathbf{e}_2)<br />
\end{bmatrix}. \tag{*}\]
<p>	To find the vectors $T(\mathbf{e}_1), T(\mathbf{e}_2)$ we use the linearity of $T$.<br />
	We have<br />
	\begin{align*}<br />
T(\mathbf{e}_1)&#038;=T(\mathbf{v}_1+2\mathbf{v}_2)\\<br />
&#038;=T(\mathbf{v}_1)+2T(\mathbf{v}_2) \qquad \text{ (by the linearity of $T$)}\\<br />
&#038;=\begin{bmatrix}<br />
  1 \\<br />
  -2<br />
\end{bmatrix} +2\begin{bmatrix}<br />
  3 \\<br />
  1<br />
\end{bmatrix}\\<br />
&#038;=\begin{bmatrix}<br />
  7 \\<br />
  0<br />
\end{bmatrix}.<br />
\end{align*}</p>
<hr />
<p>Also we have<br />
\begin{align*}<br />
T(\mathbf{e}_2)&#038;=T(2\mathbf{v}_1-\mathbf{u}_2)\\<br />
&#038;=2T(\mathbf{v}_1)-T(\mathbf{u}_2)\\<br />
&#038;=2\begin{bmatrix}<br />
  1 \\<br />
  -2<br />
\end{bmatrix}-\begin{bmatrix}<br />
  3 \\<br />
  1<br />
\end{bmatrix}\\<br />
&#038;=\begin{bmatrix}<br />
  -1 \\<br />
  -5<br />
\end{bmatrix}.<br />
\end{align*}</p>
<hr />
<p>Therefore the matrix $A=\begin{bmatrix}<br />
  T(\mathbf{e}_1) &#038; T(\mathbf{e}_2)<br />
\end{bmatrix}$ of the linear transformation $T$ is given by<br />
\[A=\begin{bmatrix}<br />
  7 &#038; -1\\<br />
  0&#038; -5<br />
\end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="1934" data-siteid="1" data-groupid="1" data-favoritecount="17" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">17</span></button><p>The post <a href="https://yutsumura.com/matrix-representation-of-a-linear-transformation-of-the-vector-space-r2-to-r2/" target="_blank">Matrix Representation of a Linear Transformation of the Vector Space $R^2$ to $R^2$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/matrix-representation-of-a-linear-transformation-of-the-vector-space-r2-to-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1934</post-id>	</item>
	</channel>
</rss>
