Changeset 127883 in git


Ignore:
Timestamp:
Jan 27, 2015, 1:52:05 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d8f9c942ee4bfbe1e3f486950f095b373d881a28
Parents:
87a13aa432705563e5a24a51194c2ce8d07ce580
Message:
ring definitions for Normal::deltaLoc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r87a13a r127883  
    26592659   option(redSB);
    26602660   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;
    26622665   map phi=R,x,y;
    26632666   ideal singL=phi(singL);
     
    26722675      map alpha=S,var(1)-singL[2][2],var(2)-singL[1][2];
    26732676      f=alpha(f);
    2674       execute("ring C=("+charstr(S)+"),("+varstr(S)+"),ds;");
     2677      def C=changeordTo(S,"ds"); setring C;
    26752678      poly f=imap(S,f);
    26762679      ideal singL=imap(S,singL);
     
    27192722      poly p=beta(p);
    27202723
    2721       execute("ring C=("+charstr(S)+",a),("+varstr(S)+"),ds;");
     2724      execute("ring C=("+charstr(S)+",a),(x,y),ds;");
    27222725      number p=number(imap(B,p));
    27232726
Note: See TracChangeset for help on using the changeset viewer.