1mkhom_old(1) User Commands mkhom_old(1)
2
3
4
6 mkhom_old - calculate homomorphisms between modules
7
9 mkhom_old [OPTIONS] <M> <N> <Hom>
10
12 This program calculates a basis for the vector space of homomorphisms
13 between two kG-modules, Hom_kG(M,N). In the case M=N the program
14 optionally finds a generating set for the algebra of endomoprhisms,
15 End_kG(M), and calculates the corresponding left or right regular rep‐
16 resentation.
17
18 If used without any options, mkhom_old writes the standard basis of M
19 to M.std, and a k-basis of the homomorphism space to Hom.1, Hom.2, ....
20 The latter are given with respect to the standard basis of M and the
21 original basis of N. To get the homomorphisms with respect to the
22 original bases of M and N]fP, multiply the matrices from the left with
23 the inverse of Hom.
24
25 Mkhom_old uses peak words of the first module. Thus, before using the
26 program, chop(1) and pwkond(1) must have been run on the first module.
27
29 -Q Quiet, no messages.
30
31 -V Verbose, more messages.
32
33 -T <MaxTime>
34 Set CPU time limit
35
36 -t Calculate generators for <M> in the standard basis.
37
38 -s When M=N, calculate endomorphisms in the standard basis.
39
40 -r <Side>
41 When M=N, find a generating set of End(M), and calculate the
42 left (Side=1) or right (Side=2) regular representation.
43
44 -b <Mode>
45 Save memory, Mode=0..2.
46
47 -H <Dim>
48 If the radical is given, Dim is the dimension of the head.
49
51 The algorithm used by this program was developed by Magdolna Szöke; see
52 "Examining Green Correspondents of Weight Modules", Aachener Beiträge
53 zur Mathematik, Band 24, Wissenschaftsverlag Mainz, Aachen, 1998.
54
56 M.{1,2,...}
57 Generators in representation M.
58
59 N.{1,2,...}
60 Generators in representation N.
61
62 M.cfinfo
63 Constituent info file for M.
64
65 N.cfinfo
66 Constituent info file for N.
67
68 M.rad Generators for the head of M (with -H).
69
70 M<Cf>.k
71 Uncondense matrix, produced by pwkond(1).
72
74 M.std The standard basis for M.
75
76 Hom.{1,2,...}
77 A k-basis of Hom(M,N).
78
79 M.std.{1,2,...}
80 Generators in the standard basis (with -t).
81
83 chop(1), pwkond(1)
84
85
86
87MeatAxe 2.4.24 mkhom_old(1)