Function Reference    
inv

Invert LTI systems

Syntax

Description

inv inverts the input/output relation

to produce the LTI system with the transfer matrix .

This operation is defined only for square systems (same number of inputs and outputs) with an invertible feedthrough matrix . inv handles both continuous- and discrete-time systems.

Example

Consider

At the MATLAB prompt, type

to invert it. MATLAB returns

You can verify that

is the identity transfer function (static gain I).

Limitations

Do not use inv to model feedback connections such as

While it seems reasonable to evaluate the corresponding closed-loop transfer function as

this typically leads to nonminimal closed-loop models. For example,

yields a third-order closed-loop model with an unstable pole-zero cancellation at s = 1.

Use feedback to avoid such pitfalls.


  interp iopzmap