]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: fix the natural representation in trivial subalgebras.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 10 Aug 2019 00:00:04 +0000 (20:00 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 10 Aug 2019 00:00:04 +0000 (20:00 -0400)
The natural representation relies on knowing a matrix space, and in a
trivial subalgebra there ain't no matrices to have no spaces. To work
around that, the space is now computed/stored separately, in a new
natural_basis_space() method. This is then overridden in the subalgebra
class to do the right thing.


No differences found