spielwiese
Last change
on this file since a6e7454 was
a6e7454,
checked in by Viktor Levandovskyy <levandov@…>, 20 years ago
|
nontrivial examples from Plural doc
git-svn-id: file:///usr/local/Singular/svn/trunk@6653 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
423 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | ring r=(0,Q),(x,y,z),Dp; |
---|
4 | minpoly=Q^4+Q^2+1; |
---|
5 | matrix C[3][3]; |
---|
6 | matrix D[3][3]; |
---|
7 | C[1,2]=Q2; |
---|
8 | C[1,3]=1/Q2; |
---|
9 | C[2,3]=Q2; |
---|
10 | D[1,2]=-Q*z; |
---|
11 | D[1,3]=1/Q*y; |
---|
12 | D[2,3]=-Q*x; |
---|
13 | system("PLURAL",C,D); |
---|
14 | // it is Quantum deformation of U(so_3). |
---|
15 | poly p=Q^4*x2+y2+Q^4*z2+Q*(1-Q^4)*x*y*z; |
---|
16 | // it is the central element |
---|
17 | p=p^3; |
---|
18 | p; |
---|
19 | poly q=(x+Q*y+Q^2*z)^4; |
---|
20 | // it is big noncentral element |
---|
21 | q; |
---|
22 | system("bracket",p,q); |
---|
23 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.