IntroductionMatrix Calculation (Exponentiation, Inversion, Multiplication)
Details
Takes matrix description text files (in a C-type format) and will invert, raise to powers, or multiply the matrices, giving the result in a similar C text file. Either matrix can be chosen to be the identity, or a (positive or negative) multiple of the identity. Identities, or multiples of identities, can also added or subtracted, either before, or after exponentiation.
|