Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: unspecified minpoly
PostPosted: Fri Feb 06, 2015 11:11 am 

Joined: Tue Feb 03, 2015 3:09 pm
Posts: 1
Dear all:

I am learning using singular , and I run the following script in singular
> ring A1=(2^3,a),x,dp;
> minpoly ;
1*a^3+1*a^1+1*a^0
> ring A2=(2,a),x,dp;
// ** redefining A2 **
> minpoly ;
0


I am confused by it,
I have not specified a monopoly for both A1 and A2 rings, but the A1 have a monopoly already, but not the A2.

Does this means that the A1 have only 1 monopoly so we don't need to specify it?

Shengyu Shen


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: unspecified minpoly
PostPosted: Mon May 30, 2016 8:28 am 

Joined: Sat Apr 16, 2016 7:25 pm
Posts: 8
ring r1 = (2^3,a),x,dp;
is generated by a3+a+1 working as maximal ideal and it is a known fact and also stored in Singular CAS,
https://github.com/Singular/Sources/tre ... y/gftables


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