Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0007" 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
5 &amp; 5 &amp; 0 &amp; 1 \\
5
-1 &amp; 0 &amp; 0 &amp; 3 \\
6
1 &amp; -5 &amp; -3 &amp; -4 \\
7
-6 &amp; -1 &amp; 3 &amp; 3
8
\end{array}\right] .</me>.</p>
9
</statement>
10
<answer>
11
<me>\operatorname{det}\ \left[\begin{array}{cccc}
12
5 &amp; 5 &amp; 0 &amp; 1 \\
13
-1 &amp; 0 &amp; 0 &amp; 3 \\
14
1 &amp; -5 &amp; -3 &amp; -4 \\
15
-6 &amp; -1 &amp; 3 &amp; 3
16
\end{array}\right] = -48 </me>
17
</answer>
18
</exercise>
19
20
21