Changeset e0b657 in git for Tst/Plural/doc-plural.tst


Ignore:
Timestamp:
Oct 31, 2007, 6:36:17 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
8d080143a9d434f6fe242515ae3aba1992d6f4ef
Parents:
b18843c1ccc987aad90ce1b80a1e11ddae569e37
Message:
*hannes: ncalgebra -> nc_algebra


git-svn-id: file:///usr/local/Singular/svn/trunk@10367 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Plural/doc-plural.tst

    rb18843c re0b657  
    1111D[1,3]=1/Q*y;
    1212D[2,3]=-Q*x;
    13 def S=ncalgebra(C,D);setring S;
     13def S=nc_algebra(C,D);setring S;
    1414// it is quantum deformation U'_q(so_3)
    1515// where q=Q^2 specialized at the 3rd root of unity
     
    2525d[4,7]=-2*Ya; d[4,8]=Ya; d[5,7]=Yb;
    2626d[5,8]=-2*Yb; d[6,7]=-Yc; d[6,8]=-Yc;
    27 def S2=ncalgebra(1,d);setring S2;
     27def S2=nc_algebra(1,d);setring S2;
    2828// it is U(sl_3)
    2929S2;
     
    3333c[1,2]=1; c[1,3]=3; c[1,4]=-2;
    3434c[2,3]=-1; c[2,4]=-3; c[3,4]=1;
    35 def S3=ncalgebra(c,0);setring S3;
     35def S3=nc_algebra(c,0);setring S3;
    3636// it is some quasi--commutative algebra
    3737S3;
    3838kill r3,S3;
    3939ring r4=0,(t,u,v,w),dp;
    40 def S4=ncalgebra(-1,0); setring S4;
     40def S4=nc_algebra(-1,0); setring S4;
    4141// it is anticommutative algebra
    4242S4;
Note: See TracChangeset for help on using the changeset viewer.