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