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

Implement the center of a universal enveloping algebra in the PBW basis #37013

Merged
merged 8 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/doc/en/reference/algebras/lie_algebras.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Lie Algebras
sage/algebras/lie_algebras/abelian
sage/algebras/lie_algebras/affine_lie_algebra
sage/algebras/lie_algebras/bch
sage/algebras/lie_algebras/center_uea
sage/algebras/lie_algebras/classical_lie_algebra
sage/algebras/lie_algebras/examples
sage/algebras/lie_algebras/free_lie_algebra
Expand Down
5 changes: 5 additions & 0 deletions src/doc/en/reference/references/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4778,6 +4778,11 @@ REFERENCES:
.. [MoPa1994] \P. Morton and P. Patel. The Galois theory of periodic points
of polynomial maps. Proc. London Math. Soc., 68 (1994), 225-263.

.. [Motsak2006] Olekasandr Motsak. *Computation of the central elements and
centralizers of sets of elements in non-commutative polynomial
algebras*. PhD Thesis, 2006.
https://kluedo.ub.rptu.de/frontdoor/deliver/index/docId/2308/file/Thesis.pdf

.. [MP2019] \M. Montes, D. Penazzi
"Yarara and Coral v1"
https://csrc.nist.gov/CSRC/media/Projects/Lightweight-Cryptography/documents/round-1/spec-doc/yarara_and_coral-spec.pdf
Expand Down
Loading
Loading