Determinant Sandbox

MTH-168 · Semester II · Mathematics II

Determinant of a 2×2 matrix

Guided practice — solve each problem, check, then generate a fresh one.

Score 0 / 0

Formula to apply

det [[a, b], [c, d]] = ad − bc

Problem

Compute the determinant of the matrix [ -3 -4 ] [ -2 2 ]

Working

  1. 1det = a·d − b·c = -3·2 − -4·(-2).
  2. 2= -6 − (8) = -14.