Changeset 39c662 in git for Singular/LIB/modstd.lib


Ignore:
Timestamp:
Sep 16, 2009, 6:21:48 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
f05188779bafba2024da5646b8acf7a548f71ff8
Parents:
8f38a224ee0c8d760bff11f48eaf6c5ef0d4474b
Message:
*hannes: fixed examples


git-svn-id: file:///usr/local/Singular/svn/trunk@12107 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    r8f38a2 r39c662  
    11//GP, last modified 23.10.06
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: modstd.lib,v 1.16 2009-06-12 08:01:11 Singular Exp $";
     3version="$Id: modstd.lib,v 1.17 2009-09-16 16:21:48 Singular Exp $";
    44category="Commutative Algebra";
    55info="
     
    358358example
    359359{ "EXAMPLE:"; echo = 2;
    360    list L=2,3,5,7,11;
     360   intvec L=2,3,5,7,11;
    361361   ring r=0,(y,x),Dp;
    362362   ideal I1=y2x,y6;
     
    411411"USAGE:  liftPoly1(T,L); T list of polys, L intvec of primes
    412412RETURN:  poly p in Q[x] such that p mod L[i]=T[i]
    413 EXAMPLE: example liftPoly; shows an example
     413EXAMPLE: example liftPoly1; shows an example
    414414"
    415415{
     
    614614"USAGE:  transmat(p,I,G); p integer, I,G ideal;
    615615RETURN:  the transformationmatrix Z for the ideal i mod p and the groebner base for i mod p
    616 EXAMPLE: example transmit; shows an example
     616EXAMPLE: example transmat; shows an example
    617617"
    618618{
Note: See TracChangeset for help on using the changeset viewer.