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