Using the properties of determinants to computer for the matrix determinant.

determinantlinear algebramatrices

So I have here a matrix $X =$ \begin{bmatrix}3&0&-1&0\\0&2&-4&0\\0&-4&7&0\\-3&0&1&1\end{bmatrix}

The questions are:

  • (a) Use cofactor expansion to compute the determinant of $X$
  • (b) Using properties of determinants, compute $\det X.$

I was already able to compute for $\det X$ using cofactor expansion but I'm having trouble with $b.$ I already looked at the properties of determinants and I can't seem to find any properties that I could apply to solve for it. Could you guys help me how to approach this problem?

Best Answer

Use the following properties:

  • Adding a row (or column) of X multiplied by a scalar $k$ to another row (or column) of $X$, then the determinant will not change.
  • Triangle property: If all the elements of a determinant above or below the main diagonal consist of zeros, then the determinant is equal to the product of diagonal elements.

See 1 and 2 for more properties.