Singular
https://www.singular.uni-kl.de/forum/

A program that fails on Singular
https://www.singular.uni-kl.de/forum/viewtopic.php?f=10&t=2477
Page 1 of 1

Author:  gstic [ Tue Dec 02, 2014 2:24 am ]
Post subject:  A program that fails on Singular

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");

Author:  jack [ Wed Dec 03, 2014 1:32 pm ]
Post subject:  Re: A program that fails on Singular

Hello Gabriel,


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



kind regards,



Jakob

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/