Scilab 6.0.0
Scilab Help >> Polynomials > cmndred
cmndred
common denominator form
Syntax
[n,d]=cmndred(num,den)
Arguments
- num, den
two polynomial matrices of same dimensions
Description
[n,d]=cmndred(num,den)
computes a polynomial matrix
n
and a common denominator polynomial d
such that:
n/d=num./den
The rational matrix defined by num./den
is n/d
Comments
Add a comment:
Please login to comment this page.