Changeset 4ad636 in git
- Timestamp:
- Dec 12, 2008, 6:19:59 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 148455ccfcf8b41197478663486901ebf24ab661
- Parents:
- 81b85b4555ad8c8181b96feb0ccf68fe7f607a0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/groups.lib
r81b85b4 r4ad636 1 // $Id: groups.lib,v 1. 3 2005-05-06 14:38:34 hannesExp $1 // $Id: groups.lib,v 1.4 2008-12-12 17:19:59 Singular Exp $ 2 2 //(GP, last modified 26.10.01) 3 3 /////////////////////////////////////////////////////////////////////////////// 4 version="$Id: groups.lib,v 1. 3 2005-05-06 14:38:34 hannesExp $";4 version="$Id: groups.lib,v 1.4 2008-12-12 17:19:59 Singular Exp $"; 5 5 category="Applications"; 6 6 info=" … … 331 331 { 332 332 "split"; 333 pr=splitS1(shortid (K,3),2);333 pr=splitS1(shortid_L(K,3),2); 334 334 q=pr[1]; 335 335 qr=insResult(qr,pr[2]); … … 387 387 "split again"; 388 388 K=q[1]; 389 J=shortid (K,3+n);389 J=shortid_L(K,3+n); 390 390 pr=splitS1(J,5); 391 391 if(size(pr[1])>1) … … 468 468 option(redThrough); 469 469 option(contentSB); 470 ideal J=shortid (I,3);470 ideal J=shortid_L(I,3); 471 471 ideal K; 472 472 number n; … … 612 612 qr=insResult(qr,pr[2]); 613 613 "in splitting"; 614 J=shortid (J,3);614 J=shortid_L(J,3); 615 615 pr=splitS(J,s); 616 616 l=pr[1]; … … 745 745 p[k]=pr[1]; 746 746 qr=insResult(qr,pr[2]); 747 J=shortid (p[k],1);747 J=shortid_L(p[k],1); 748 748 if((size(J)>0)&&(deg(J[1])>=1)) 749 749 { … … 1008 1008 /////////////////////////////////////////////////////////////////////////////// 1009 1009 1010 static proc shortid (ideal id,int n)1010 static proc shortid_L (ideal id,int n) 1011 1011 { 1012 1012 ideal Lc;
Note: See TracChangeset
for help on using the changeset viewer.