MPower Function

Potentizes a matrix


Description

The Function \(MPower\) potentise a matrix.

\(MPower\) returns the value \(m^n \) of a matrix. The base \(m \) is a matrix. The value of \(n \) must be an integer. For a floating point value of \(n \), only the integer part is used


Syntax

MPower (Matrix, n)

Example