@@ -23,23 +23,38 @@ <h1>JAS project web-log</h1>
23
23
24
24
< dl >
25
25
26
- < dt > 2023, May </ dt > <!-- 2.7.190 -->
26
+ < dt > 2023, July </ dt > <!-- 2.7.200 -->
27
27
< dd >
28
28
29
+ More tests with < code > BigQuaternion</ code > polynomial coefficients.
30
+ Fixed a left-right bug in solvable polynomials < code > monic()</ code >
31
+ method. (left and right monic must be distinguished although the
32
+ inverse of the leading base coefficient is a left and right inverse.)
33
+ Fix to < code > leftMonic()</ code > where required.
34
+
35
+ Adjust polynomial < code > reverse()</ code > method with using
36
+ < code > conjugate()</ code > on coefficients. More tests for Ore
37
+ conditions for polynomials with quaternion coefficients.
38
+
39
+ Fixed default implementations in interface < code > MonoidElem</ code > for
40
+ left, right and two-sided operations by throwing exceptions when not
41
+ correctly overriden.
42
+
43
+ </ dd >
44
+
45
+ < dt > 2023, May </ dt > <!-- 2.7.190 -->
46
+ < dd >
29
47
This release adds exterior derivations for polynomials and rational
30
48
functions. The weak or strong term order for index lists are now
31
49
selectable. Explicit k-forms and improved random index lists.
32
-
33
50
More non-commutative unit tests (quotient remainder, Ore conditions,
34
51
common divisors) for solvable polynomials with quaternion
35
52
coefficients.
36
-
37
53
Exterior algebra provided within Jruby and Jython interfaces.
38
- Renamed < code > inner*Product</ code > to < code > interior*Product</ code >
54
+ Renamed < code > inner*Product() </ code > to < code > interior*Product() </ code >
39
55
since this seems to be the correct translation. Remove and cleanup
40
56
unsued experimental code and small bug fixes. Add file with simple
41
57
NCSS report summary.
42
-
43
58
</ dd >
44
59
45
60
< dt > 2023, March </ dt > <!-- 2.7.180 -->
@@ -2407,9 +2422,9 @@ <h1>JAS project web-log</h1>
2407
2422
2408
2423
< dt > 2004, 1, 25</ dt >
2409
2424
< dd >
2410
- Spin model checker:
2411
- Setup Promella description of parallel and distributed GB algorithm.
2412
- Used to verify the safety and liveness properties of the algorithms.
2425
+ < a href =" https://en.wikipedia.org/wiki/SPIN_model_checker " > SPIN model checker:</ >
2426
+ Setup a Promela description of parallel and distributed GB algorithm. Used to
2427
+ verify the safety and liveness properties of the algorithms.
2413
2428
</ dd >
2414
2429
2415
2430
< dt > 2004, 1, 17</ dt >
@@ -3026,7 +3041,7 @@ <h2>Done bevore 2003</h2>
3026
3041
< p >
3027
3042
<!-- Created: Sun Jun 4 12:58:30 MEST 2000 -->
3028
3043
<!-- hhmts start -->
3029
- Last modified: Fri May 5 11:32:42 CEST 2023
3044
+ Last modified: Tue Jul 4 09:58:27 CEST 2023
3030
3045
<!-- hhmts end -->
3031
3046
</ p >
3032
3047
<!--p align="right" >
0 commit comments