Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{A2}{Standard matrices}{0002}
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 + y - 2 \, {w} \\
13
x - y
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 & -1 & -2 & -1
17
\end{array}\right] .\] Compute \(T\left( \left[\begin{array}{c}
18
6 \\
19
-3 \\
20
5 \\
21
-7
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
-2 & 1 & 0 & -2 \\
31
1 & -1 & 0 & 0
32
\end{array}\right] \]
33
\item \[T\left( \left[\begin{array}{c}
34
6 \\
35
-3 \\
36
5 \\
37
-7
38
\end{array}\right] \right)= \left[\begin{array}{c}
39
6
40
\end{array}\right] \]
41
\end{enumerate}
42
43
\end{exerciseAnswer}
44
\end{exercise}
45
46
47