Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0004" checkit-slug="G2" checkit-title="Determinants">
2
<statement>
3
<p>Show how to compute the determinant of the matrix <me>A= \left[\begin{array}{cccc}
4
3 &amp; -5 &amp; -6 &amp; 0 \\
5
-2 &amp; -2 &amp; -4 &amp; 0 \\
6
-2 &amp; -6 &amp; 4 &amp; 0 \\
7
2 &amp; -3 &amp; 3 &amp; 2
8
\end{array}\right] .</me>.</p>
9
</statement>
10
<answer>
11
<me>\operatorname{det}\ \left[\begin{array}{cccc}
12
3 &amp; -5 &amp; -6 &amp; 0 \\
13
-2 &amp; -2 &amp; -4 &amp; 0 \\
14
-2 &amp; -6 &amp; 4 &amp; 0 \\
15
2 &amp; -3 &amp; 3 &amp; 2
16
\end{array}\right] = -448 </me>
17
</answer>
18
</exercise>
19
20
21