Scilab Function lcf - normalized coprime factorization
Calling Sequence
- [N,M]=lcf(sl)
Parameters
- sl
: linear system given in state space or transfer function (syslin list)
- N,M
: two linear systems (syslin list)
Description
Computes normalized coprime factorization of the linear dynamic
system sl.
sl = M^-1 N
Author