-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
335 lines (209 loc) · 12.3 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
Release notes
List of changes
==============================================
21aug02 Version 2.00 - first released version
==============================================
06oct02 SuperLieSing`: control the order of terms (sgLess)
10nov02 Revised package SuperLie`Cohom`. Added functions chNext and chBook
10nov02 Package SuperLie`Domain`: Enhanced format properties.
Added function ClearFormat
17nov02 HWModule: added PDim property
24nov02 Added standard grading Homogen and Parity
New property Mapping
VectorLieAlgebra: new regradings (denoted by negative numbers)
08dec02 CartanMatrixAlgebra: The basis and the relations are now assigned at
every step, so they are available if the calculation was aborted.
15dec02 EnvelopingSymbol: fixed a bug.
DiffAlgebra: set the parity of the bracket to 0.
22dec02 Fixed operations on functions such as (f1+f2)[x,y]
Functions P, Parity, Deg, Grade, Weight, PolyGrade: declared arguments
==============================================
24dec02 Version 2.01 released
Added reference guide and examples
==============================================
05jan03 Fixed TCollect
RestrictModule: added debug printing
19jan03 Fixed a bug in SubSpace: if the parity was not defined in the space,
the subspace was assumed even.
19jan03 Fixed bug in chNext: chNext[deg] did not work with explicit degree.
20jan03 Created home page www.equaonline.com/math/SuperLie
26jan03 Fixed diagnostic messages for PoissonAlgebra and related functions.
05apr03 Fixed "Loaded" message in Vecfield.m anf Subalg.m
18may03 Function chInSol now accepts list of vectors in second argument.
Fixed bug in DefSubAlgebra. Better diagnostic about generated elements.
==============================================
21may03 Version 2.02 released
The documentation is revised
==============================================
01jun03 New constructor HamiltonAlgebra.
Regradings of Poisson algebra with integer parameter
(as for VectorLieAlgebra).
14sep03 CartanMatrixAlgebra: The function PolyGrade was not defined on
diagonal elements. Fixed. More debug messages added.
Fixed VSolve to work with single (non-list) unknown and with
extra (more than 2) arguments.
Added VerifySolutions->False to Solve[..., InverseFunctions->True]
(because otherwise it does not work in Mathematica 5.0)
Fixed "Loaded" messages at the end of *.m files
30sep03 Changed wrong symbol names
FactorModule -> QuotientModule (function)
Factor -> Quotient (option)
EnveloppingSymbol -> EnvelopingSymbol (function)
EnveloppingOperation -> EnvelopingOperation (function)
The functions RDer and ZRDer removed.
12oct03 The default of $SNormal changed from Expand to Together
18oct03 Fixed order of evaluation of relations in case of generators with
different or negative gradings.
19oct03 Package Cohom`: new argument of chSetAlg - the module of coefficients
Added defaults for ch$raise, ch$lower, chSplit.
chBasis[d] used only if no coef. module defined in chSetAlg
Function chPos[] returns the current position in the process of calculation.
Changed InfixFormat (the precedence did not work).
Group option removed.
Subscripted output in Standard form made readable.
Fixed removing format
31oct03 Fixed property Jacobi->{op1,...} so that it is applied to every element of
the list (that allows using special rules for operations)
07dec03 Changed order of generation of Z-graded algebras, now the graded components
are calculated consecutively (the old order was by the degree in terms of
generators). This allow having zero-graded generators.
14dec03 Enhancements in output format
20jan04 Enhanced svSolve
18apr04 New functions for CartanMatrixAlgebra: CartanMatrix, RootReflection,
WeightToPolyGrade, PolyGradeToWeight (not yet documented)
25apr04 HWModule[m,g,lambda] builds module with highest weight (lambda[1],...,lambda[n]).
HWModule and CommutativeLieAlgebra enumerate the basis of the module.
==============================================
27apr04 Version 2.03 released
==============================================
13jun04 Fixed small bugs in generation of mudules-relatives
13jun04 Fixed bug in VectorLieAlgebra
30jun04 Package Cohom`: new function chCalcMore calculates next cohomology
18sep04 Fixed action of algebra built from Cartam matrix on sub- and quotientmodules
18sep04 QuotientModule now support Mapping option and MappingRule
02jan05 Defined P[LDer[...]]
Function SameElement is now exported. LDer may differentiate over elements of
basis of monomials
Fixed output format for CircleTimes with single argument.
Fixed Domain of arguments. The form with 3 arguments has now default definition
via 2-argument form (with second argument First, Last, All). The existing definitions
op/: Domain[op,All]:=... changed to op/: Domain[op,_]:=... .
28mar05 Option WList to space constructor gives the weigths of generators.
Fixed LinearCollectRule to work with non-sorted sums.
Option Clear->True keeps now the list of defined spaces-relatives.
02apr05 Fixed the action of algebras defined from Cartan matrices on any modules (was defined
only for modules built from highest or lowest vectors)
17apr05 New method for function GradeBasis, with a symbol as the first argument.
GradeBasis[fn, vars, op] defines function fn[deg] => basis of degree deg. This function
stores intermediary results and therefore is faster if called repeatedly.
19apr05 Fixed regrading of Poisson algebra
24apr05 Fixed operation in enveloping algebra
06may05 Fixed action of vector fields on tensors
28may05 Fixed bug i GradedSubAlgebra (failed ir some cases)
==============================================
08jul05 Version 2.04 released
==============================================
04sep05 Fixed property Wedge in VectorLieAlgebra
13nov05 Fixed problems in properties
13nov05 New version of functions that generate polynomial basis:
DegreeBasis, UpToDegreeBasis, GradeBasis, FilterBasis
The new version is faster and accept more options.
24mar06 Added functions for working with fields of characteristic p>0:
FieldChar, DivPowers, DivPowersQ, UnDivPowers
24mar06 Added function for solving equations with non-linear parameters:
ParamSolve
26mar06 Fixed Mapping option in QuotientModule
==============================================
26mar06 Version 2.05 released
==============================================
09sep06 Function HWModule: support for characteristic >=3. Mode debug printing.
In ScalarEquations the the result is normalized (to exclude trivial
equations in case of fields of positive characteristic)
12nov06 The last argument of CartanMatrixAlgebra changed to option GRange->rn
The argument "whole" of QuotientModule changed to option Module->...
Fixed the description in the documentation.
Fixed some formatting problems in About and Information (do not evaluate
when printing hold forms)
Added new functions for working with general sums:
GeneralImage, GeneralKernel, GeneralInverseImage, GeneralPlus,
GeneralDim, GeneralAct, GeneralIntersection
New function QuotientAlgebra
19nov06 Added support for fields of characteristic 2 (operation and option Squaring)
Modified: SubAlgebra, FreeLieAlgebra, CartanMatrixAlgebra,
glAlgebra, slAlgebra, pslAlgebra, qAlgebra, sqAlgebra, q2Algebra(?),
10dec06 ActTable and SqrTable made public
HWModule with option Grade->Auto (later replaced with ToGrade)
Fixed bug in LinearCollectRule
12dec06 Revised SuperLie`Sing`.
New function: svUnSub.
New data objects: sv$Print, sv$hi; sv$eqHi; sv$eqZ; sv$e;
Subscripted format for scalar coefficients
svVerma does not reqiure 3-rd argument (the depth of calculations)
svSolve returns "True", "No solutions" "Cannot solve" or a non-empty
list of sloutions
13dec06 Options ToDegree and ToGrade limits the calculations (instead of GRange
and Grade what was not always used consistently). The degree parameter
in CartanMatrix algebra and FreeLieAlgebra also replaced (but still work
for backward compatibility)
25dec06 Fixed bug in LinearCollectRule
Fixed PiOrder
Fixed PiLeft (was Times instead of SVTimes)
SubModule: use VNormal before LinearChange; do not pass some options to SubSpace
QuotientModule: fixed Ideal option; do not pass some options to VectorSpace
26dec06 Added SuperLie`ShapDet` and SuperLie`Det`
27dec06 Wedge may be symmetric or skew-symmetric (by default symmetric)
Different types of symmetry cancel each other.
18feb07 Fixed option ToGrade in HWModule
Partial support of singular vectors in char>0
25mar07 Fixed bug in Ideal for char=2
08apr07 Use chCalc[deg,-r] instead of chCalc[deg,r] to save memory (not
possible to continue the calculation of cohomology using chCalcMore)
Added debug output to ApplySplit and MapSplit
22apr07 Fixed ActTable for Ideal and QuotientAlgebra
Fixed BracketMode for Ideal, QuotientAlgebra, DefSubAlgebra
06jun07 ParamAssume[code] executes the code and collects all assumption
made by ParamSolve while solving equations.
19aug07 CartanMatrixAlgebra: add extra rows to the matrix to extend the algebra
with exterior derivatives
28oct07 wPower[x,n] = x /\ x /\ ... x (n times). Supports divided powers
(execute DivPowers[x->wPower] to use divided powers)
25nov07 Set wedge[x] = x (to avoid ambiguily).
DateString defined now for Mathematica <6.0 only. Mathematica 6.0 has it.
Removed redundant definitions of SameElement.
27nov07 chSetAlg supports options. The options are passed to DLeft.
02dec07 Fixed output format and other compatibility issues for Mathematica 6.0
wPower by default is not divided even for characteristic 2.
16dec07 Added initial version or package for calculations with sparse arrays
17feb08 Fixed bugs in sparce calculations
06jul08 Fixed messages in Sing.m
18feb09 Fixed HWModule in case of weight with parameter (using special
rating function for selecting variables in ParamSolve)
17aug09 Fixed divided powers of non-monomials
06sep09 Fixed Contact algebra k(1+2m|2n) for char=2
==============================================
08sep09 Version 2.06 released (as Preview 7)
==============================================
31aug11 Fixed compatibility of ModSolve with Mathematica 8
02oct11 Fixed bug in CartanMatrixAlgebra
08jul13 $ParamAssume collects assumptions made by ParamSolve.
Trying to minimize the number of assumptions in case FielsChar > 0
10jul13 Using LinearChange instead of ReplaceAll in SubModule
14jul13 "General" functions works now with splitted sums
14jul13 Fixed bug in SubModule that made it very slow.
14jul13 ApplySplit supports extra arguments
18jul13 Added palette with Help button (because F1 does not work with add-ons
in Mathematica 8.0)
==============================================
21jul13 Version 2.07 released
==============================================
24oct14 Fixed compatibility with Mathematica 9. In case of conflicting symbols
the SuperLie symbols will shadow the Mathematica symbols.
19jul15 Fixed redefinition of symmetry of Wedge
Added version of HamiltonAlgebra with explicit struclure constants
25oct15 Fixed action of algeras with Cartan matrix on CoLeft[module]
01dec15 Fixed HWModule for characteristic 2
10jan16 SubAlgebra: Checking if the generators are graded
(unless a new grading is defined in subalgebra).
==============================================
21jul13 Version 2.08 Beta 01
==============================================