]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_subalgebra.py
eja: drop custom gram_schmidt() routine that isn't noticeably faster.
[sage.d.git] / mjo / eja / eja_subalgebra.py
2019-10-29 Michael Orlitzkyeja: drop custom gram_schmidt() routine that isn't...
2019-10-14 Michael Orlitzkyeja: define subalgebra_generated_by() to contain the...
2019-08-30 Michael Orlitzkyeja: fix one() for subalgebras with orthonormal bases.
2019-08-29 Michael Orlitzkyeja: fix some tests that broke with the gram-schmidt...
2019-08-29 Michael Orlitzkyeja: add a WIP gram-schmidt for EJA elements.
2019-08-26 Michael Orlitzkyeja: simplify "span of powers" computation in subalgebras.
2019-08-20 Michael Orlitzkyeja: normalize the real symmetric matrix basis.
2019-08-10 Michael Orlitzkyeja: fix the natural representation in trivial subalgebras.
2019-08-09 Michael Orlitzkyeja: override _a_regular_element() in subalgebras,...
2019-08-09 Michael Orlitzkyeja: fix the subalgebra generated by zero.
2019-08-09 Michael Orlitzkyeja: fix construction of subalgebra-subalgebras.
2019-08-07 Michael Orlitzkyeja: choose subalgebra generator prefix smarter.
2019-08-05 Michael Orlitzkyeja: ensure that Sage doesn't think EJAs are associative.
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...