Changeset 91c978 in git for Singular/LIB/ncdecomp.lib
- Timestamp:
- Feb 23, 2005, 7:10:46 PM (19 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 5f1374dd0a531f7a0e58a69c0d23b8de965ccd09
- Parents:
- 9268cefce47b7dbc575d68e82b7dbd80b07cc8a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ncdecomp.lib
r9268ce r91c978 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: ncdecomp.lib,v 1. 5 2005-02-21 19:14:47levandov Exp $";2 version="$Id: ncdecomp.lib,v 1.6 2005-02-23 18:10:46 levandov Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 14 14 PROCEDURES: 15 15 CentralQuot(I,G); central quotient I:G, 16 CentralSaturation(M,T); central saturation M:T:...:T( = M:T^{\infty}),16 CentralSaturation(M,T); central saturation ((M:T):...):T) ( = M:T^{\infty}), 17 17 CenCharDec(I,C); central character decomposition of I w.r.t. C 18 18 IntersectWithSub(M,Z); intersection of M with the subalgebra, generated … … 176 176 } 177 177 /////////////////////////////////////////////////////////////////////////////// 178 proc CenCharDec(module I, list L)179 "USAGE: CenCharDec(I, L); I a module, La list of generators of the center;178 proc CenCharDec(module I, list Center) 179 "USAGE: CenCharDec(I, C); I a module, C a list of generators of the center; 180 180 RETURN: a list L, where each entry consists of three records: 181 L[*][1] is thecharacter 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 acase one181 @* 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; 184 NOTE: some modules have no finite decomposition (in such case one 185 185 gets warning message) 186 186 SEE ALSO: CentralQuot, CentralSaturation … … 310 310 proc IntersectWithSub (ideal M, ideal Z) 311 311 "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 312 PURPOSE: computes an intersection of M with the subalgebra, generated by Z 313 RETURN: ideal (of two--sided generators, not a Groebner basis!) 313 314 NOTE: usually one puts generators of the center into Z 314 315 EXAMPLE: example IntersectWithSub; shows an example
Note: See TracChangeset
for help on using the changeset viewer.