la4j icon indicating copy to clipboard operation
la4j copied to clipboard

Matrix exponent computation

Open SamoylovMD opened this issue 10 years ago • 2 comments

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

SamoylovMD avatar Jun 12 '14 14:06 SamoylovMD

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

vkostyukov avatar Jun 30 '14 05:06 vkostyukov

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

SamoylovMD avatar Jun 30 '14 10:06 SamoylovMD