Scilab 5.4.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
cmndred
common denominator form
Calling Sequence
[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
| Report an issue | ||
| << bezout | Polynomials | coeff >> |