]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/clan/normal_decomposition_element.py: argument checking for elt()
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 10 Apr 2026 16:24:58 +0000 (12:24 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 10 Apr 2026 16:24:58 +0000 (12:24 -0400)
commit7e445c25a72dcdcae72f5a73d59709907a095e7a
treef8e77be59b41938e738eeba43072a64180b4c105
parenta440ce2b6dac73d38a78329fa7c4a3484c6a09b7
mjo/clan/normal_decomposition_element.py: argument checking for elt()

Confirm that the arguments to elt(i,j) make sense; otherwise the basis
indexing is far too lenient. Things like x.elt(pi, ZZ) return zero.
mjo/clan/normal_decomposition_element.py