Q1: computing polynomial values
Justin C. Walker · Thu Aug 11, 2005 5:31 pm
Hi,
It appears based on what I read that the only way to evaluate a polynomial at a point is the following sort of code:
poly f ...;
map F CurRing, values;
F(f);
Is this correct? It seems quite tedious if one wants to compute a bunch of values. Is there an alternative? A different way of viewing the problem?
Thanks for your help.
Regards,
Justin
email: justin@mac.com
Posted in old Singular Forum on: 2003-04-10 03:31:33+02
It appears based on what I read that the only way to evaluate a polynomial at a point is the following sort of code:
poly f ...;
map F CurRing, values;
F(f);
Is this correct? It seems quite tedious if one wants to compute a bunch of values. Is there an alternative? A different way of viewing the problem?
Thanks for your help.
Regards,
Justin
email: justin@mac.com
Posted in old Singular Forum on: 2003-04-10 03:31:33+02