coeff - Coefficients of matrix polynomial (original) (raw)
Scilab 5.3.3
- Scilab help
- Polynomials
- bezout
- clean
- cmndred
- coeff
- coffg
- colcompr
- degree
- denom
- derivat
- determ
- detr
- diophant
- factors
- gcd
- hermit
- horner
- hrmt
- htrianr
- invr
- lcm
- lcmdiag
- ldiv
- numer
- pdiv
- pol2des
- pol2str
- polfact
- residu
- roots
- rowcompr
- sfact
- simp
- simp_mode
- sylm
- systmat
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function
Scilab help >> Polynomials > coeff
coefficients of matrix polynomial
Calling Sequence
Arguments
Mp
polynomial matrix
v
integer (row or column) vector of selected degrees
C
big matrix of the coefficients
Description
C=coeff(Mp) returns in a big matrix C the coefficients of the polynomial matrix Mp . C is partitioned as C=[C0,C1,...,Ck] where the Ci are arranged in increasing orderk = max(degree(Mp))
C=coeff(Mp,v) returns the matrix of coefficients with degree in v . (v is a row or column vector).
See Also
- poly — polynomial definition
- degree — degree of polynomial matrix
- inv_coeff — build a polynomial matrix from its coefficients