Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Segfault Error
PostPosted: Mon Apr 19, 2021 12:59 pm 
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...
>


Report this post
Top
  
Reply with quote  
 Post subject: Re: Segfault Error
PostPosted: Mon Apr 19, 2021 3:21 pm 

Joined: Wed May 25, 2005 4:16 pm
Posts: 275
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.


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