truncate
riccardo · Mon Oct 08, 2007 3:27 pm
Given a map, is it possible to extract a map with only low order terms?
If I have:
ring r = real,(x,y,z),dp;
map f=r,x3+x2+x3y+4;
I want to get for instance
x2+4
Thanks,
Riccardo
If I have:
ring r = real,(x,y,z),dp;
map f=r,x3+x2+x3y+4;
I want to get for instance
x2+4
Thanks,
Riccardo