mpow(a, z)

Returns matrix a to the power z.


See also mexp mlog msqrt 


Example


a = ( 1, 2 ; 3, 1 )

1  2

3  1

mpow( a, 2 )

7.0000  4.0000

6.0000  7.0000