MTM
mpower
matrix power
Calling Sequence
Parameters
Description
Examples
mpower(A,x)
mpower(x,A)
A
-
square matrix or array
x
scalar
The mpower(A,x) command returns the matrix power Ax.
The mpower(x,A) command returns the power xA.
withMTM:
A≔Matrix1,2,3,4:
x≔3:
mpowerA,x
375481118
B≔Matrix1,2,2,1:
mpowerx,B
413403403413
This is the same as:
LinearAlgebra:-MatrixExponentiallnxB
See Also
LinearAlgebra:-MatrixExponential
MTM[power]
Download Help Document