Changeset 91c978 in git for Singular/LIB/ncdecomp.lib


Ignore:
Timestamp:
Feb 23, 2005, 7:10:46 PM (19 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
5f1374dd0a531f7a0e58a69c0d23b8de965ccd09
Parents:
9268cefce47b7dbc575d68e82b7dbd80b07cc8a8
Message:
*levandov: makeup things for the documentation together with minor fixes in code and English


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ncdecomp.lib

    r9268ce r91c978  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: ncdecomp.lib,v 1.5 2005-02-21 19:14:47 levandov Exp $";
     2version="$Id: ncdecomp.lib,v 1.6 2005-02-23 18:10:46 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    1414PROCEDURES:
    1515CentralQuot(I,G);       central quotient I:G,
    16 CentralSaturation(M,T); central saturation M:T:...:T ( = M:T^{\infty}),
     16CentralSaturation(M,T); central saturation ((M:T):...):T) ( = M:T^{\infty}),
    1717CenCharDec(I,C);        central character decomposition of I w.r.t. C
    1818IntersectWithSub(M,Z);  intersection of M with the subalgebra, generated
     
    176176}
    177177///////////////////////////////////////////////////////////////////////////////
    178 proc CenCharDec(module I, list L)
    179 "USAGE:  CenCharDec(I, L);  I a module, L a list of generators of the center;
     178proc CenCharDec(module I, list Center)
     179"USAGE:  CenCharDec(I, C);  I a module, C a list of generators of the center;
    180180RETURN:  a list L, where each entry consists of three records:
    181            L[*][1] is the character in terms of central elements,
    182            L[*][2] is the Groebner basis of the corresponding weight module,
    183            L[*][3] is the K-dimension of the weight module;
    184 NOTE:     some modules have no finite decomposition (in such a case one
     181@*           L[*][1] is the central character in terms of central elements,
     182@*           L[*][2] is the Groebner basis of the corresponding weight module,
     183@*           L[*][3] is the K-dimension of the weight module;
     184NOTE:     some modules have no finite decomposition (in such case one
    185185          gets warning message)
    186186SEE ALSO: CentralQuot, CentralSaturation
     
    310310proc IntersectWithSub (ideal M, ideal Z)
    311311"USAGE:  IntersectWithSub(M,Z),  M an ideal, Z an ideal of pairwise commutative elements
    312 RETURN:  an intersection of M with the subalgebra, generated by Z
     312PURPOSE: computes an intersection of M with the subalgebra, generated by Z
     313RETURN:  ideal (of two--sided generators, not a Groebner basis!)
    313314NOTE:    usually one puts generators of the center into Z
    314315EXAMPLE: example IntersectWithSub; shows an example
Note: See TracChangeset for help on using the changeset viewer.