Function Reference: @lti/mpower

Function File: SYSP = inv (SYS, E)

Matrix power of LTI objects. The exponent must be an integer. Used by Octave for "sys^int".

Inputs

SYS

System for which the power by exponent E has to be calculated.

E

Exponent (integer).

Outputs

SYSP

Resulting power of SYS by E.

Source Code: @lti/mpower