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