Changeset d41266 in git


Ignore:
Timestamp:
Dec 1, 2017, 3:26:55 PM (6 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c83b9dafad8e375c2649d4c58e18115f2c70a512
Parents:
b4ab792fc3b07ab3849564ecadca8cdf296c8e24
Message:
Fix examples
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpaprops.lib

    rb4ab792 rd41266  
    10531053}
    10541054example {
     1055  //////// EXAMPLE A ////////
    10551056  LIB "fpadim.lib";
    10561057  ring r = 0,(x,y,z),dp;
     
    10721073  // the last parameter is optional
    10731074  lpSubstitute(imap(R,f), imap(R,s1), imap(R,s2), imap(R,G));
    1074 }
    1075 example {
     1075
     1076  //////// EXAMPLE B ////////
    10761077  LIB "fpadim.lib";
    10771078  ring r = 0,(x,y,z),dp;
     
    11501151  return (maxDegBound);
    11511152}
    1152 
    1153 // convenience method
     1153example {
     1154  // see lpSubstitute()
     1155}
     1156
    11541157proc lpCalcSubstDegBounds(ideal I, ideal s1, ideal s2)
    11551158"USAGE: lpCalcSubstDegBounds(I,s1,s2); I list (ideal) of letterplace polynomials, s1 list (ideal)
     
    11581161ASSUME: - basering is a Letterplace ring
    11591162EXAMPLE: example lpSubstitute; shows examples
     1163NOTE: convenience method
    11601164"
    11611165{
     
    11681172  }
    11691173  return (maxDegBound);
     1174}
     1175example {
     1176  // see lpSubstitute()
    11701177}
    11711178
Note: See TracChangeset for help on using the changeset viewer.