Mu Analysis and Synthesis Toolbox
  Go to function:
    Search    Help Desk 
minv, vinv    Examples   See Also

Calculate the inverse of CONSTANT, SYSTEM, and VARYING matrices. (The matrices must be square.)

Syntax

Description

minv calculates the inverse of the input matrix. For VARYING matrices, minv returns a VARYING matrix with the inverse of each independent variable matrix. For SYSTEM matrices, the inverse is defined as

vinv is the same command as minv, but works only on CONSTANT and VARYING matrices.

Examples

Determine the inverse of a SYSTEM matrix and a VARYING matrix.

Algorithm

minv and vinv call the MATLAB inv command.

See Also

inv, vdet



[ Previous | Help Desk | Next ]