MtxExpr.MtxIntPower Method

function MtxIntPower(const Src: TMtx; Exponent: Integer): Matrix;

Computes matrix function of x^n where n is integer.

#NameTypeDescription
1SrcTMtx
2ExponentInteger

Returns: Matrix

Remarks:

Internally calls Matrix.MtxIntPower