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