|
Contents | Previous | Next | Subchapters |
| Syntax |
polmul(p, q) |
| See Also | conv , pol2asc , polcomp , polval |
This function computes the result directly using the
intrinsic function filter
.
The conv
function computes this product using an FFT.
g = {1, 2}
h = polmul(g, g)
pol2asc(h)
returns
1 + 4 x^1 + 4 x^2