Alasdair McAndrew on Wed, 28 Jul 2021 08:46:24 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Turning a polynomial into a function?


I have a polynomial p in x returned by "polinterpolate", so that p is of type t_POL..  The only way I've found of turning it into a function is with

> p2(y) = subst(p, 'x,  y)

Is this the best, or standard way to do it?  

Thanks,
Alasdair