Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{G2}{Determinants}{0004}
3
\begin{exerciseStatement}
4
5
Show how to compute the determinant of the matrix \[A= \left[\begin{array}{cccc}
6
3 & -5 & -6 & 0 \\
7
-2 & -2 & -4 & 0 \\
8
-2 & -6 & 4 & 0 \\
9
2 & -3 & 3 & 2
10
\end{array}\right] .\].
11
12
\end{exerciseStatement}
13
\begin{exerciseAnswer}\[\operatorname{det}\ \left[\begin{array}{cccc}
14
3 & -5 & -6 & 0 \\
15
-2 & -2 & -4 & 0 \\
16
-2 & -6 & 4 & 0 \\
17
2 & -3 & 3 & 2
18
\end{array}\right] = -448 \]\end{exerciseAnswer}
19
\end{exercise}
20
21
22