Scilab Reference Manual |
---|
lcf — normalized coprime factorization
[N,M]=lcf(sl)
sl | : linear system given in state space or transfer function (syslin list) |
N,M | : two linear systems (syslin list) |
Computes normalized coprime factorization of the linear dynamic system sl.
sl = M^-1 N
F. D.; ;
<< h_norm | leqr >> |