Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - Japanese -
Scilab help >> Polynomials > coeff

coeff

coefficients of matrix polynomial

Calling Sequence

[C]=coeff(Mp [,v])

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 order k = 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

Authors

S. Steer INRIA

Comments


Add a comment:
Please login to comment this page.

<< cmndred Polynomials coffg >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:56 CEST 2011