]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_algebra.py
eja: fix the natural representation in trivial subalgebras.
[sage.d.git] / mjo / eja / eja_algebra.py
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-07 Michael Orlitzkyeja: pass keyword arguments through simple EJA construc...
2019-08-07 Michael Orlitzkyeja: rewrite the hacky process used for characteristic...
2019-08-06 Michael Orlitzkyeja: use "dimension" instead of "degree" in EJA string...
2019-08-05 Michael Orlitzkyeja: ensure that Sage doesn't think EJAs are associative.
2019-08-05 Michael OrlitzkyRevert "eja: store the multiplication table as a matrix."
2019-08-05 Michael Orlitzkyeja: don't waste time computing the unit element in...
2019-08-05 Michael Orlitzkyeja: use V.gen(i) instead of V.basis()[i] in a few...
2019-08-05 Michael Orlitzkyeja: store the multiplication table as a matrix.
2019-08-05 Michael Orlitzkyeja: switch some index orderings to agree with row...
2019-08-05 Michael Orlitzkyeja: add a SETUP block to fix an existing doctest.
2019-08-04 Michael Orlitzkyeja: add multiplication_table() for EJAs.
2019-08-04 Michael Orlitzkyeja: move away from using matrices as our "multiplicati...
2019-08-04 Michael Orlitzkyeja: remove an unused import.
2019-08-02 Michael Orlitzkyeja: move the element constructor into the parent algeb...
2019-08-02 Michael Orlitzkyeja: use from_vector() instead of relying on call magic...
2019-08-02 Michael Orlitzkyeja: fix degree() -> dimension() in a few tests.
2019-07-30 Michael OrlitzkyWIP: switch away from the algebra base class and use...
2019-07-30 Michael Orlitzkyeja: compute the unit element of the algebra ourselves.
2019-07-30 Michael Orlitzkyeja: factor out the EJA element class into its own...
2019-07-29 Michael Orlitzkyeja: add more regularity and degree tests.
2019-07-29 Michael Orlitzkyeja: simplify and justify the implementation of is_nilp...
2019-07-29 Michael Orlitzkyeja: add and update a few docstrings and tests.
2019-07-29 Michael Orlitzkyeja: require the rank argument for an EJA, because...
2019-07-29 Michael Orlitzkyeja: update some docstrings.
2019-07-29 Michael Orlitzkyeja: clean up imports.
2019-07-29 Michael Orlitzkyeja: separate out the operator class and rename both...