Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<ol>
4
<li>Find the standard matrix for the linear transformation <m>S:\mathbb{R}^<xsl:value-of select="Scols"/> \to \mathbb{R}^<xsl:value-of select="Srows"/></m> given by
5
<me>S\left( <xsl:value-of select="varvector"/> \right) = <xsl:value-of select="varmap"/>.</me>
6
</li>
7
<li>Let <m>T:\mathbb{R}^<xsl:value-of select="Tcols"/> \to \mathbb{R}^<xsl:value-of select="Trows"/></m> be the linear transformation given by the standard matrix
8
<me><xsl:value-of select="Tstandardmatrix"/>.</me>
9
Compute <m>T\left(<xsl:value-of select="vector"/> \right)</m>.
10
</li>
11
</ol>
12
</statement>
13
<answer>
14
<ol>
15
<li>
16
<me><xsl:value-of select="Sstandardmatrix"/></me>
17
</li>
18
<li>
19
<me>T\left(<xsl:value-of select="vector"/> \right)=<xsl:value-of select="Tvector"/></me>
20
</li>
21
</ol>
22
</answer>
23
</exercise>
24