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