Changeset 61a050 in git for Tst/New/trans_ext_std.tst
- Timestamp:
- Sep 29, 2011, 2:53:30 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 90aec7cff5c6f80707df1dab11b76ec197feef31
- Parents:
- 0ff2030fd072d70a06a89af842c039505b704f90
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-09-29 14:53:30+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:47+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/New/trans_ext_std.tst
r0ff203 r61a050 6 6 Id[3]=cy^2+sy^2-1; 7 7 std(Id); // GB in Q( I,T,Px,Py,Cx,Cy,Sx,Sy,a,b,dt,dx,dy )[ i,t,x,y,cx,cy,sx,sy ]! 8 ring abP = (0,a,b),(p4,p5),dp; 9 ideal abE; 10 abE[1]=-p4+p5+(ab+a+b2+3b); 11 abE[2]=-p5+(a2+2a); 12 abE[3]=(a-b)*p4+(-a)*p5+(-a2+b3+3b2); 13 abE; 14 option(redSB); 15 option(redTail); 16 std(abE); 8 17 tst_status(1);$ 9 18
Note: See TracChangeset
for help on using the changeset viewer.