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