]> gitweb.michael.orlitzky.com - sage.d.git/blob - mjo/eja/TODO
eja: remove a completed TODO.
[sage.d.git] / mjo / eja / TODO
1 A. Add tests for orthogonality in the Peirce decomposition.
2
3 B. Add support for a symmetric positive-definite bilinear form in
4 the JordanSpinEJA.
5
6 1. Add CartesianProductEJA.
7
8 2. Check the axioms in the constructor when check != False?
9
10 3. Add references and start citing them.
11
12 4. Implement the octonion simple EJA.
13
14 5. Factor out the unit-norm basis (and operator symmetry) tests once
15 all of the algebras pass.
16
17 6. Can we make the minimal and characteristic polynomial tests work
18 for trivial algebras, too? Then we wouldn't need the "nontrivial"
19 argument to random_eja().