]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_subalgebra.py
eja: don't waste time computing the unit element in subalgebras.
[sage.d.git] / mjo / eja / eja_subalgebra.py
2019-08-05 Michael Orlitzkyeja: don't waste time computing the unit element in...
2019-08-04 Michael Orlitzkyeja: move away from using matrices as our "multiplicati...
2019-08-02 Michael Orlitzkyeja: fix the multiplication table in subalgebras.
2019-08-02 Michael Orlitzkyeja: fix construction of subalgebra elements from super...
2019-08-02 Michael Orlitzkyeja: adjust some test output for the new basis ordering.
2019-07-30 Michael OrlitzkyWIP: switch away from the algebra base class and use...
2019-07-30 Michael Orlitzkyeja: compute a natural basis for subalgebras.
2019-07-30 Michael Orlitzkyeja: use non-clashing generator names in subalgebras.
2019-07-30 Michael Orlitzkyeja: implement subalgebra_generated_by() in terms of...
2019-07-30 Michael Orlitzkyeja: begin moving the associative subalgebra stuff...