ubuntu2004
<exercise checkit-seed="0001" checkit-slug="A2" checkit-title="Standard matrices">1<statement>2<ol>3<li>Find the standard matrix for the linear transformation4<m>S:\mathbb{R}^3 \to \mathbb{R}^4</m> given by5<me>S\left( \left[\begin{array}{c}6x \\7y \\8z9\end{array}\right] \right) = \left[\begin{array}{c}10-x + 3 \, y + 4 \, z \\11-x - z \\122 \, x - 2 \, y - z \\13-3 \, x + y - 6 \, z14\end{array}\right].</me>15</li>16<li>Let <m>T:\mathbb{R}^4 \to \mathbb{R}^2</m>17be the linear transformation given by the standard matrix18<me>\left[\begin{array}{cccc}192 & 6 & 1 & -3 \\201 & 3 & 1 & -221\end{array}\right].</me>22Compute <m>T\left(\left[\begin{array}{c}23-3 \\24-7 \\256 \\26-527\end{array}\right]\right)</m>.28</li>29</ol>30</statement>31<answer>32<ol>33<li>34<me>\left[\begin{array}{ccc}35-1 & 3 & 4 \\36-1 & 0 & -1 \\372 & -2 & -1 \\38-3 & 1 & -639\end{array}\right]</me>40</li>41<li>42<me>T\left(\left[\begin{array}{c}43-3 \\44-7 \\456 \\46-547\end{array}\right]\right)=\left[\begin{array}{c}48-27 \\49-850\end{array}\right]</me>51</li>52</ol>53</answer>54</exercise>555657