|
Contents | Previous | Next | Subchapters |
| Syntax |
polcomp(p, q) |
| See Also | pol2asc , polmul , polval |
p[q[x]] and has the same type as a binary operation between
p and q.
(See the coercion
entry in the O-Matrix User's Guide.)
p = {1, 2, 3}
q = {1, 2}
h = polcomp(p, q)
pol2asc(h)
returns
6 + 16 x^1 + 12 x^2