Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: A program that fails on Singular
PostPosted: Tue Dec 02, 2014 2:24 am 

Joined: Fri Jun 24, 2011 10:10 am
Posts: 12
dear friends,

Who has a powerful computer, please run this program in Singular.
On my computer with dualcore Intel processor, 3 GB RAM and 2400 MHz,
this program fails.
If someone get the listing, please send it to the following email address.
gabrielsticlaru@yahoo.com
Thank you in advance

LIB "grobcov.lib";
ring R=(0, a, b, c),(x,y,z),dp;
poly F;
F=x^6+y^6+z^6 + a*x*y*z^4 + b*x*z*y^4 + c*y*z*x^4;
ideal J=jacob(F);
matrix H=jacob(jacob(F));
ideal H2=minor(H,2);
ideal I2=H2+J;
print("Begin H2");
grobcov(I2);
print("End H2");


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: A program that fails on Singular
PostPosted: Wed Dec 03, 2014 1:32 pm 
Hello Gabriel,


I tried it on a machine with 32 GB memory, ant it was still not sufficient



kind regards,



Jakob


Report this post
Top
  
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:58 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group