]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_element.py
COPYING,LICENSE: add (AGPL-3.0+)
[sage.d.git] / mjo / eja / eja_element.py
2019-08-20 Michael Orlitzkyeja: add norm() and trace_norm() methods for elements.
2019-08-10 Michael Orlitzkyeja: fix the natural representation in trivial subalgebras.
2019-08-09 Michael Orlitzkyeja: fix the characteristic polynomial in subalgebras.
2019-08-09 Michael Orlitzkyeja: add is_trivial() method and special cases for...
2019-08-09 Michael Orlitzkyeja: fix the subalgebra generated by zero.
2019-08-05 Michael Orlitzkyeja: ensure that Sage doesn't think EJAs are associative.
2019-08-02 Michael Orlitzkyeja: fix some more super/subalgebra back and forth.
2019-08-02 Michael Orlitzkyeja: move the element constructor into the parent algeb...
2019-08-02 Michael Orlitzkyeja: update some more test output for the new basis...
2019-08-02 Michael Orlitzkyeja: use from_vector() instead of call magic in two...
2019-07-30 Michael OrlitzkyWIP: switch away from the algebra base class and use...
2019-07-30 Michael Orlitzkyeja: implement subalgebra_generated_by() in terms of...
2019-07-30 Michael Orlitzkyeja: fix the test for regularity of the zero element.
2019-07-30 Michael Orlitzkyeja: factor out the EJA element class into its own...