Singular https://www.singular.uni-kl.de/forum/ |
|
Segfault Error https://www.singular.uni-kl.de/forum/viewtopic.php?f=10&t=2947 |
Page 1 of 1 |
Author: | mrotmann [ Mon Apr 19, 2021 12:59 pm ] |
Post subject: | Segfault Error |
I tried using singular for the first time, and the following error occured: Code: > ring r = (0,i),x,dp;
// ** redefining r (ring r = (0,i),x,dp;) > minpoly = x4+x2+1 . ; ? `minpoly` = `polyBucket` is not supported ? expected `minpoly` = `number` ? error occurred in or before STDIN line 38: `;` > minpoly = i4+i2+1; > factorize(x2+x+1); Singular : signal 11 (v: 4202): current line:>>factorize(x2+x+1);<< Segment fault/Bus error occurred at 0 because of 10206 (r:1618822644) please inform the authors trying to restart... > |
Author: | hannes [ Mon Apr 19, 2021 3:21 pm ] |
Post subject: | Re: Segfault Error |
Code: > ring r=0,x,dp; > factorize (x4+x2+1); [1]: _[1]=1 _[2]=x2-x+1 _[3]=x2+x+1 [2]: 1,1,1 Your minimal polynomial is not irreducible. |
Page 1 of 1 | All times are UTC + 1 hour [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |