Hi Saad,

On 2016-03-31, saad khalid <saad1...@gmail.com> wrote:
> Oh wow... so there's a possibility that the calculation might take million 
> of years for what I'm trying to do? Or there some easy way to approximate 
> how long it will take based off of how many variables I have? Thank you!

The "doubly exponential" complexity is worse case. I had examples with
42 variables and about 10,000 of degree 3, and Singular (which is used
in Sage by default) could compute a Gröbner basis in about 4 hours,
Whereas Magma took a lot longer (that was a couple of years ago, perhaps
Magma has improved on that type of examples).

So, it is always a good idea to at least try. And depending on the
example, it might be possible to use some human insight to simplify the
problem.

Best regards,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to