Changeset 5ae4750 in git


Ignore:
Timestamp:
Apr 22, 2015, 7:39:21 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e13a880dbafa044c95c6723ffb8b4e2b8d93f72f
Parents:
04b3ef1b32a87e188ccba4b8a4308a0e75f9b895
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-04-22 19:39:21+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-04-29 18:04:57+02:00
Message:
Minor whitespace corrections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gradedModules.lib

    r04b3ef r5ae4750  
    15581558  def M = KeneshlouMatrixPresentation(intvec(1,1,1,0,0));
    15591559  grview(M);
    1560 
    1561 
    15621560}
    15631561
     
    15921590}
    15931591
    1594 
    15951592proc grlift(A, B)
    15961593"USAGE: grlift(M, N), graded objects M and N
     
    18711868}
    18721869
    1873 
    18741870proc grrndmap2(def D, def S, list #)
    18751871"USAGE: (D,S), graded objects S and D
     
    18981894  def G=grrndmap2(D,S);
    18991895  grview(G);
    1900 
    19011896}
    19021897
     
    19561951}
    19571952example
    1958 {"EXAMPLE:"; echo = 2;
     1953{ "EXAMPLE:"; echo = 2;
    19591954
    19601955ring r;
     
    19771972             
    19781973}
    1979 
    19801974
    19811975/*
     
    19891983EXAMPLE: example mappingcone2;
    19901984"
    1991 
    19921985{
    19931986  ASSUME(1, grtest(A));
     
    20212014  return(T);
    20222015}
    2023 
    2024 
    2025 
    20262016example
    20272017{ "EXAMPLE:"; echo = 2;
     
    20522042*/     
    20532043
    2054 
    2055 
    2056 
    2057 
    2058 
    20592044proc grlifting3(A,B)
    20602045"TODO: grlifting4 was newer and had more documentation than this proc, but was removed... Please verify and update!
     
    21082093   }
    21092094   return(P);
    2110      
    2111 
    2112 }
    2113 
    2114 
    2115 
     2095}
    21162096example
    21172097{"EXAMPLE:"; echo = 2;
     
    21532133  return( grobj(-A, grrange(A), grdeg(A)) );
    21542134}
    2155 
    21562135example
    21572136{ "EXAMPLE:"; echo = 2;
     
    22102189   return(T);
    22112190}
    2212 
    2213 
    2214 
    22152191example
    22162192{ "EXAMPLE:"; echo = 2;
     
    22582234
    22592235}
    2260 
    2261 
    22622236
    22632237
     
    23422316    }
    23432317}
    2344 
    2345 example
    2346 {"EXAMPLE:"; echo = 2;
     2318example
     2319{ "EXAMPLE:"; echo = 2;
     2320
    23472321ring r = 32003,(x(0..4)),dp;
    23482322
Note: See TracChangeset for help on using the changeset viewer.