Changeset 8675b0 in git


Ignore:
Timestamp:
Feb 6, 2001, 12:30:28 PM (23 years ago)
Author:
Anne Frühbis-Krüger <anne@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1f9258961f64b1b13f7a71278da36f67228bede4
Parents:
a38e2334a300ec3a7259fdc32f565393c89d87dc
Message:
*anne: corrected line breaks and typing mistakes


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/deform.lib

    ra38e233 r8675b0  
    1 // $Id: deform.lib,v 1.24 2001-01-16 13:48:24 Singular Exp $
     1// $Id: deform.lib,v 1.25 2001-02-06 11:30:28 anne Exp $
    22// author: Bernd Martin email: martin@math.tu-cottbus.de
    33//(bm, last modified 4/98)
    44///////////////////////////////////////////////////////////////////////////////
    5 version="$Id: deform.lib,v 1.24 2001-01-16 13:48:24 Singular Exp $";
     5version="$Id: deform.lib,v 1.25 2001-02-06 11:30:28 anne Exp $";
    66category="Singularities";
    77info="
     
    2929CREATE:  Rings (exported):
    3030         'my'Px = extending the basering Po by new variables given by
    31            \"A,B,..\" (deformation parameters), returns as basering, the
    32            new variables come before the old ones, the ordering is the
     31           \"A,B,..\" (deformation parameters), returns as basering; the
     32           new variables precede the old ones, the ordering is the
    3333           product between \"ls\" and \"ord(Po)\"
    3434         @*'my'Qx = Px/Fo extending Qo=Po/Fo,
    35          @*'my'So = being the embedding-ring of the versal base space,
     35         @*'my'So = the embedding-ring of the versal base space,
    3636         @*'my'Ox = Px/Js extending So/Js.   (default my=\"\")
    3737
     
    300300CREATE:  Ringsr (exported):
    301301         'my'Px  = extending the basering by new variables (deformation
    302                    parameters), the new variables come before the old ones,
     302                   parameters), the new variables precede the old ones,
    303303                   the ordering is the product between \"my_ord\"
    304304                   and \"ord(Po)\"
     
    708708         N, M modules of same rank, M depending only on variables not in p
    709709         and vdim(M) is finite in this ring,
    710          [ kbaseM the kbase of M in the subring given by variables not in p ]
    711          warning: these assumtions are not checked by the procedure
    712 RETURN:  matrix A, whose j-th columnes present the coeff's of N[j] in kbaseM,
     710         [ kbaseM the kbase of M in the subring given by variables not in p ] @*
     711         warning: these assumptions are not checked by the procedure
     712RETURN:  matrix A, whose j-th columns present the coeff's of N[j] in kbaseM,
    713713         i.e. kbaseM*A = reduce(N,std(M))
    714714EXAMPLE: example lift_rel_kb;  shows examples
Note: See TracChangeset for help on using the changeset viewer.