-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
Implement finite-dimensional subalgebras with basis #19359
Comments
comment:1
This will draw from the corresponding code for Lie algebras currently in #14901. |
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:3
Some things that might need a discussion:
Thoughts? For a future ticket, we should implement New commits:
|
Dependencies: #19448 |
comment:5
Is there a good way to extend this to work for some infinite-dimensional subalgebras? From the mathematical point of view, |
comment:6
The better way would be to just write a separate class (probably inheriting from Although for graded algebras with finite-dimensional components, this should be doable in a generic fashion (and would be useful for the combinatorial Hopf algebras). Something to work on after #17367. |
We currently have no generic class for subalgebras. In this ticket, we should implement basic features for magmatic subalgebras of a magmatic algebra with a basis:
This will also promote some methods such as
center
to the category of magmatic algebras.Depends on #19448
CC: @nthiery @darijgr @avirmaux
Component: algebra
Keywords: subalgebras
Author: Travis Scrimshaw
Branch/Commit: public/algebras/subalgebras-19359 @
0f159aa
Issue created by migration from https://trac.sagemath.org/ticket/19359
The text was updated successfully, but these errors were encountered: