Back to Forum | View unanswered posts | View active topics
Topic review - truncate |
Author |
Message |
|
|
Post subject: |
Re: truncate |
|
|
Yes, jet provides this functionality: ring r = real,(x,y,z),dp; map f=r,x3+x2+x3y+4; jet(ideal(f),2); -> _[1]=x2+4.000e+00 and to a map again: map ff=r,jet(ideal(f),2);
Yes, jet provides this functionality: ring r = real,(x,y,z),dp; map f=r,x3+x2+x3y+4; jet(ideal(f),2); -> _[1]=x2+4.000e+00 and to a map again: map ff=r,jet(ideal(f),2);
|
|
|
|
Posted: Tue Oct 16, 2007 8:11 pm |
|
|
|
|
|
Post subject: |
truncate |
|
|
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
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
|
|
|
|
Posted: Mon Oct 08, 2007 3:27 pm |
|
|
|
|
|
It is currently Fri May 13, 2022 10:59 am
|
|