Monday, March 30, 2009

Week 11: matrix operations

Today in the lab we write a proram to multiply matrices. To make it interesting, these matrix multiplications are carrying out affine transformations, very much used in graphics programming, as discussed in class last week.

Here's code for an interface. Please use it.

It would be a good idea to check your caluclations using a calculator that can handle matrix multiplication.

No comments: