jasper353 Posted July 25, 2011 Posted July 25, 2011 How would a person go about doing the following in the simplest way possible?: [matrix1] ^ [matrix2] = [matrix3] ? Thank you.
timo Posted July 25, 2011 Posted July 25, 2011 (edited) a) What does "doing" mean? b) is that really a homework question? c) [math] \exp X := 1 + \sum_{n=1}^\infty \frac{X^n}{n!}[/math] is sometimes extended to X being matrices; and so is the logarithm. You could hope that the common calculation rules for exponentials, powers, and logarithms still hold true for matrices (or check the ones you need individually). Edited July 25, 2011 by timo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now