Original Post
It's probably about time that I added this to my matrix class (just a 4x4 for 3d graphics). Here's my problem. Not sure where to start. I've been looking on mathworld, and that gives an example for a 2x2 and a 3x3, where the 3x3 has a nice picture of each element being made by the determinant. But I seem to remember from math class that anything bigger than a 3x3, you have to get the determinant of the determinant. For example, in a 4x4, to get the determinant for the first element, you need to block out the row and column of the element and then what's left is a 3x3, then to get the deteminant of that, don't you need to get the deteminant for every single element of that 3x3 matrix? Please stop me if I have no idea what I'm talking about.
