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