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