]> gitweb.michael.orlitzky.com - sage.d.git/blob - mjo/eja/TODO
eja: add a few more TODO items.
[sage.d.git] / mjo / eja / TODO
1 1. Add CartesianProductEJA.
2
3 2. Check the axioms in the constructor when check != False?
4
5 3. Add references and start citing them.
6
7 4. Implement the octonion simple EJA.
8
9 5. Factor out the unit-norm basis (and operator symmetry) tests once
10 all of the algebras pass.
11
12 6. Override inner_product(), _max_test_case_size(), et cetera in
13 DirectSumEJA.
14
15 7. Switch to QQ in *all* algebras for _charpoly_coefficients().