Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve monomial_coefficients for Lie algebras when they are known to be finite dimensional #25033

Open
tscrim opened this issue Mar 26, 2018 · 0 comments

Comments

@tscrim
Copy link
Collaborator

tscrim commented Mar 26, 2018

Currently, monomial_coefficients() for Lie algebras plays it safe by not doing the computation when it is not known to have a distinguished basis or to be finite dimensional. Specifically, if the Lie algebra has set the _gens attribute, then it is considered unsafe (e.g., it is a LieAlgebraFromAssociative). However, in the cases it can compute basis(), which means we should be able to do monomial_coefficients().

Component: algebra

Keywords: lie algebras

Issue created by migration from https://trac.sagemath.org/ticket/25033

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants