octave: Polynomial Manipulations

 
 28 Polynomial Manipulations
 ***************************
 
 In Octave, a polynomial is represented by its coefficients (arranged in
 descending order).  For example, a vector C of length N+1 corresponds to
 the following polynomial of order N
 
      p(x) = C(1) x^N + ... + C(N) x + C(N+1).
 

Menu