MATH319 Slides

17 Chapter 2: Solving linear systems by matrix theory

Determinants To obtain the determinant of

A=[a11a12a13a21a22a23a31a32a33]

recall the chess-board of signs

[+-+-+-+-+],

pick one column, say the second, then multiply out with sign from above

detA=-a12|a21a23a31a33|+a22|a11a13a31a33|-a32|a11a13a21a23|

where the 2×2 determinants exclude the row and column of their coefficient.