Changeset 127883 in git for Singular/LIB/normal.lib
- Timestamp:
- Jan 27, 2015, 1:52:05 PM (9 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- d8f9c942ee4bfbe1e3f486950f095b373d881a28
- Parents:
- 87a13aa432705563e5a24a51194c2ce8d07ce580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/normal.lib
r87a13a r127883 2659 2659 option(redSB); 2660 2660 def R=basering; 2661 execute("ring S=("+charstr(R)+"),(x,y),lp;"); 2661 list @rl=ringlist(R); 2662 @rl[2]=list("x","y"); 2663 @rl[3]=list(list("lp",1:2),list("C",0)); 2664 def S=ring(@rl); setring S; 2662 2665 map phi=R,x,y; 2663 2666 ideal singL=phi(singL); … … 2672 2675 map alpha=S,var(1)-singL[2][2],var(2)-singL[1][2]; 2673 2676 f=alpha(f); 2674 execute("ring C=("+charstr(S)+"),("+varstr(S)+"),ds;");2677 def C=changeordTo(S,"ds"); setring C; 2675 2678 poly f=imap(S,f); 2676 2679 ideal singL=imap(S,singL); … … 2719 2722 poly p=beta(p); 2720 2723 2721 execute("ring C=("+charstr(S)+",a),( "+varstr(S)+"),ds;");2724 execute("ring C=("+charstr(S)+",a),(x,y),ds;"); 2722 2725 number p=number(imap(B,p)); 2723 2726
Note: See TracChangeset
for help on using the changeset viewer.