Changeset ebc333 in git for Singular/LIB/normal.lib


Ignore:
Timestamp:
May 10, 2019, 4:13:19 PM (5 years ago)
Author:
Sachin <sachinkm308@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
d0ca0b8ae05c9cfcf2578b78e43825144b88299c
Parents:
b2fc349e4c2e86a7c7f9cbefef96756f70e8b57f
Message:
Removed commented execute functions for these files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    rb2fc34 rebc333  
    29862986      }
    29872987      ker=simplify(interred(ker),15);
    2988       //execute ("ring R0="+charstr(R)+",("+varstr(R)+"),("+ordstr(R)+");");
    29892988      // Rlist may be not defined in this new ring, so we define it again.
    29902989      list Rlist2 = ringlist(R);
     
    33023301             setring S(k);
    33033302
    3304              //execute ("ring S(k) = "+charstr(R(k))+",("+varstr(R(k))+",
    3305              //          Z(1.."+string(ncols(phi))+")),(dp("+string(nvars(R(k)))
    3306              //          +"),dp("+string(ncols(phi))+"));");
    3307 
    33083303              ideal phi = imap(R(k),phi);
    33093304              ideal J = imap (R(k),ker);
     
    33373332              //  mapstr=mapstr+"0,";
    33383333              //}
    3339               //execute (mapstr+"maxideal(1);");
    33403334              poly p;
    33413335          }
     
    34903484         setring S(k);
    34913485
    3492         // execute ("ring S(k) = "+charstr(R(k))+",("+varstr(R(k))+",
    3493         //           Z(1.."+string(ncols(phi))+")),(dp("+string(nvars(R(k)))
    3494         //           +"),dp("+string(ncols(phi))+"));");
    3495 
    34963486          ideal phi = imap(R(k),phi);
    34973487          ideal J = imap (R(k),ker);
     
    35233513           //  mapstr=mapstr+"0,";
    35243514           //}
    3525            //execute (mapstr+"maxideal(1);");
    35263515
    35273516           poly p;
Note: See TracChangeset for help on using the changeset viewer.