Dan~ On Wed, 3 Nov 2004 11:09:49 -0500, Dan Sugalski <[EMAIL PROTECTED]> wrote: > Yeah, it would. I know I'm going to regret asking, but... any reason > *not* to make it MMD? (Though I have no idea what happens if you > square a matrix)
Squaring a matrix is easy (so long as it is square). A^2 == A * A. What gets more fun is raising something (usually e) to a matrix power. Then you have to do things with the Jordan Connical form and decompose your matrix into eigenvalues and stuff. On the plus side, this also allows you to define the sin and cos of a matrix... ::evil grin:: Matt -- "Computer Science is merely the post-Turing Decline of Formal Systems Theory." -???