• Choose a row or column to iterate across.
  • Then for each entry in that column, calculate the cofactor and multiply it with the entry.
  • Sum along as you iterate.

Aka cofactor expansion of along the i/j-th row/column.