Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - lp to dp
Author Message
  Post subject:  Re: lp to dp  Reply with quote
To convert a Groebner basis from one oredering to another
you can use fglm (for zero dimensional ideals)
or use the Hilbert function to speed up the computation:

ring r1=....;
ideal I=....;
ideal J=groebner(I);
intvec h=hilb(J,1);
ring r2=.....;
ideal I=fetch(r1,I);
ideal J=std(I,h);

Hans Schoenemann, Singular team
Post Posted: Mon Mar 03, 2008 12:57 pm
  Post subject:  lp to dp  Reply with quote
Hello

I want to compute the Groebner Basis in x > z > y from an Ideal like:
<z_i - f(x), y_i - g(x) >

if I choose lp on z the computation is fast and I get a result in 5 minutes.
But if I choose dp on z the computation takes a lot more time (> 3h).
Unfortunately I need dp on z, so maybe there is a way to transform from lp to dp in short time?

thanks
Post Posted: Wed Feb 27, 2008 6:33 pm


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