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