Can you take a matrix to the power of a matrix?
To clarify: Suppose and are matrices. Is it possible to compute the value of the exponent, ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It is actually possible to do this.
It is possible to define the exponential:
exp ( M ) = n ≥ 0 ∑ ∞ n ! M n
we can also define the logarithm of a matrix, so we can define a matrix to the power of another matrix as follows:
M N = exp ( N lo g ( M ) )