Scilab 5.5.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
ldiv
polynomial matrix long division
Calling Sequence
[x]=ldiv(n,d,k)
Arguments
- n,d
- two real polynomial matrices 
- k
- integer 
Description
x=ldiv(n,d,k) gives the k first coefficients  of the long
            division of n by d i.e.  the Taylor expansion of the rational
            matrix [nij(z)/dij(z)] near infinity.
Coefficients of expansion of nij/dij are stored in
            x((i-1)*n+k,j)  k=1:n
Examples
See Also
| Report an issue | ||
| << lcmdiag | Polynomials | numer >> |