\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Calculate the determinant of the matrix
$\textbf{A}=\left(\begin{array}{cccc}1&0&0&0\\1&2&0&1\\2&0&1&2\\1&3&2&0\end{array}\right)$.

\bigskip

ANSWER

$\det\mathbf{A}=1\left|\begin{array}{ccc}2&0&1\\0&1&2\\3&2&0\end{array}\right|
=2\{1(0)-2(2)\}+0+1\{0(2)-1(3)\}=2(0-4)+1(0-3)=-8-3=-11$




\end{document}
