We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://en.wikipedia.org/wiki/Matrix_exponential It's a generalizaton of a standard exponent e^x where x is a number. Matrix exponential is useful in some applying maths: multidimensional differential equations, control theory, etc. We could compute it easily if we have Jordan decomposition, as illustrated in http://en.wikipedia.org/wiki/Matrix_exponential#Illustrations
e^x
The text was updated successfully, but these errors were encountered:
Does it mean calculation of e^A where A is a matrix?
e^A
A
Sorry, something went wrong.
Correct. This designation means matrix series like standard representation for e^x.
No branches or pull requests
http://en.wikipedia.org/wiki/Matrix_exponential
It's a generalizaton of a standard exponent
e^x
where x is a number. Matrix exponential is useful in some applying maths: multidimensional differential equations, control theory, etc.We could compute it easily if we have Jordan decomposition, as illustrated in
http://en.wikipedia.org/wiki/Matrix_exponential#Illustrations
The text was updated successfully, but these errors were encountered: