Wednesday, November 20, 2002

A Crash Course in Matrix Math

The principles of linear algebra ("matrix math") are central to the ideas of graphics and simulation programming and used extensively in code.

In the latest tutorial, I describe what matrices are, the operations that can be done on them, and how that mystic 4th row and column are used in a 4x4 matrix.

The Matrix Math tutorial can be found in the Lore section.