la4j
la4j copied to clipboard
Matrix exponent computation
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
Does it mean calculation of e^A
where A
is a matrix?
Correct. This designation means matrix series like standard representation for e^x
.