Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{A2}{Standard matrices}{0003}
3
\begin{exerciseStatement}
4
5
\begin{enumerate}[(a)]
6
\item Find the standard matrix for the linear transformation \(S:\mathbb{R}^ 3 \to \mathbb{R}^ 3 \) given by \[S\left( \left[\begin{array}{c}
7
x \\
8
y \\
9
z
10
\end{array}\right] \right) = \left[\begin{array}{c}
11
x \\
12
y - 4 \, z \\
13
-y + 5 \, z
14
\end{array}\right] .\]
15
\item Let \(T:\mathbb{R}^ 2 \to \mathbb{R}^ 3 \) be the linear transformation given by the standard matrix \[ \left[\begin{array}{cc}
16
-5 & 3 \\
17
3 & -2 \\
18
0 & 2
19
\end{array}\right] .\] Compute \(T\left( \left[\begin{array}{c}
20
-5 \\
21
3
22
\end{array}\right] \right)\).
23
\end{enumerate}
24
25
\end{exerciseStatement}
26
\begin{exerciseAnswer}
27
28
\begin{enumerate}[(a)]
29
\item \[ \left[\begin{array}{ccc}
30
1 & 0 & 0 \\
31
0 & 1 & -4 \\
32
0 & -1 & 5
33
\end{array}\right] \]
34
\item \[T\left( \left[\begin{array}{c}
35
-5 \\
36
3
37
\end{array}\right] \right)= \left[\begin{array}{c}
38
34 \\
39
-21 \\
40
6
41
\end{array}\right] \]
42
\end{enumerate}
43
44
\end{exerciseAnswer}
45
\end{exercise}
46
47
48