Skip to content
New issue

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

Matrix exponent computation #192

Open
SamoylovMD opened this issue Jun 12, 2014 · 2 comments
Open

Matrix exponent computation #192

SamoylovMD opened this issue Jun 12, 2014 · 2 comments

Comments

@SamoylovMD
Copy link
Contributor

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

@vkostyukov vkostyukov added this to the la4j-0.6.0 milestone Jun 30, 2014
@vkostyukov
Copy link
Owner

Does it mean calculation of e^A where A is a matrix?

@SamoylovMD
Copy link
Contributor Author

Correct. This designation means matrix series like standard representation for e^x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants