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