Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: truncate
PostPosted: 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


Report this post
Top
  
Reply with quote  
 Post subject: Re: truncate
PostPosted: Tue Oct 16, 2007 8:11 pm 

Joined: Wed May 25, 2005 4:16 pm
Posts: 275
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);


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 10:56 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group