- `C = mpower (A, B)`

Return the matrix power operation of `A` raised to the `B` power.

This function and `A ^ B` are equivalent.

See also: `power`, `mtimes`, `plus`, `minus`.

### References

- https://www.mathworks.com/help/matlab/ref/mpower.html
- https://octave.sourceforge.io/octave/function/mpower.html
- https://mathworld.wolfram.com/MatrixPower.html
- https://en.wikipedia.org/wiki/Matrix_multiplication
