mpower

Matrix power, ^ operator

Syntax

  • C = mpower(A, B)

  • C = A ^ B

Input argument

  • A - a variable

  • B - a variable

Output argument

  • C - result of A^B

Description

C = mpower(A, B) performs matrix power operation: A^B

Example

mpower(3, 4)
3^4

See also

power.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated