Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - Segfault Error
Author Message
  Post subject:  Re: Segfault Error  Reply with quote
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.
Post Posted: Mon Apr 19, 2021 3:21 pm
  Post subject:  Segfault Error  Reply with quote
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...
>
Post Posted: Mon Apr 19, 2021 12:59 pm


It is currently Fri May 13, 2022 10:54 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group