GNU Octave Manual Version 3 by John W. Eaton, David Bateman, Søren Hauberg Paperback (6"x9"), 568 pages ISBN 095461206X RRP £24.95 ($39.95) |
26 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).
ISBN 095461206X | GNU Octave Manual Version 3 | See the print edition |