Linear Algebra Series - Determinants
The determinant is a single number revealing a matrix's character. We use it to measure how transformations scale area or volume, and as a definitive test to check if a system is solvable or if a matrix can be inverted.
Linear Algebra Series - The Inverse Matrix
Division reverses multiplication for numbers; the Inverse Matrix does this for systems. We’ll learn to calculate the inverse to "undo" linear transformations and discover why "singular" matrices define systems that strictly cannot be reversed.