Q2: Odd behavior for poly input
Justin C. Walker · Thu Aug 11, 2005 5:31 pm
Hi,
I don't get this:
> ring Fp=5,x,dp;
> poly f=7*x^3+9*x^2+8*x+3;
// ** redefining f **
> f;
2*x^3-x^2-2*x-2
> poly f=7x^3+9x^2+8x+3;
// ** redefining f **
> f;
-2*x^3+x^2-2*x-2
This is from 2.0.3 (Mac OS X 10.2.4). 'short=0' has been
entered.
The only difference between the two copies of 'f' is that
I didn't use the '*' between coefficient and indeterminate.
The second seems wrong to me, while the first seems correct.
Help!
Regards,
Justin
email: justin@mac.com
Posted in old Singular Forum on: 2003-04-10 03:36:32+02
I don't get this:
> ring Fp=5,x,dp;
> poly f=7*x^3+9*x^2+8*x+3;
// ** redefining f **
> f;
2*x^3-x^2-2*x-2
> poly f=7x^3+9x^2+8x+3;
// ** redefining f **
> f;
-2*x^3+x^2-2*x-2
This is from 2.0.3 (Mac OS X 10.2.4). 'short=0' has been
entered.
The only difference between the two copies of 'f' is that
I didn't use the '*' between coefficient and indeterminate.
The second seems wrong to me, while the first seems correct.
Help!
Regards,
Justin
email: justin@mac.com
Posted in old Singular Forum on: 2003-04-10 03:36:32+02