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.
with⁡MTM:
A≔Matrix⁡1,2,3,4:
x≔3:
mpower⁡A,x
375481118
B≔Matrix⁡1,2,2,1:
mpower⁡x,B
413403403413
This is the same as:
LinearAlgebra:-MatrixExponential⁡ln⁡x⁢B
See Also
LinearAlgebra:-MatrixExponential
MTM[power]
Download Help Document