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 - primary and secondary invariants
Author Message
  Post subject:  primary and secondary invariants  Reply with quote
Hi, all:

I am new to Singular, and what I want to do is to generate all primary and secondary invariants of a polynomial within some total degree, which is symmetrized under a known group. For instance, v=f(r12,r13,r23), and the group is s3, whose elements are just the same as in the permutation group of S3. My script is following as:

ring R=0,(x,y,z),dp;
> matrix A1[3][3]=1,0,0,0,1,0,0,0,1;
> matrix A2[3][3]=1,0,0,0,0,1,0,1,0;
> matrix A3[3][3]=0,0,1, 0,1,0, 1,0,0;
> matrix A4[3][3]=0,1,0, 1,0,0, 0,0,1;
> matrix A5[3][3]=0,0,1, 1,0,0, 0,1,0;
> matrix A6[3][3]=0,1,0, 0,0,1, 1,0,0;

Then I do not know how to make S=(A1, A2, A3, A4, A5, A6). After this, I think I can get the invariants using
B(1..3)=invariant_ring(S);

Am I right? Thanks in advance.

Best

John
Post Posted: Thu Sep 26, 2013 8:00 am


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