- `C = mpower (A, B)`

Retorna a operação de potência da matriz `A` elevada à potência de `B`.

Esta função e `A ^ B` são equivalentes.

Veja também: `power`, `mtimes`, `plus`, `minus`.

### Referências

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