Skip to main content
Ctrl+K
Magma Magma
  • About
    About News Members
  • Documentation
    Handbook Official Handbook Release Notes Patch Notes
  • Mathematical Areas
  • Try
  • Subscriptions
  • Download
  • Contact
  • Explore
    Tutorials Conferences Seminars Databases Third Party Libraries How to Cite Support Citation Database
  • About
    About News Members
  • Documentation
    Handbook Official Handbook Release Notes Patch Notes
  • Mathematical Areas
  • Try
  • Subscriptions
  • Download
  • Contact
  • Explore
    Tutorials Conferences Seminars Databases Third Party Libraries How to Cite Support Citation Database
  • Preface
  • The Magma Language
  • Sets, Sequences and Mappings
  • Basic Rings
  • Matrices and Linear Algebra
  • Lattices and Quadratic Forms
  • Global Fields
  • Local Fields
  • Modules
  • Finite Groups
  • Finitely Presented Groups
  • Algebras
  • Representation Theory
  • Lie Theory
  • Commutative Algebra
  • Algebraic Geometry
  • Arithmetic Geometry
  • Modular Arithmetic Geometry
  • Topology
  • Geometry
  • Combinatorics
  • Coding Theory
  • Cryptography
  • Optimization
  • References
  • Lie Theory
  • Quantum Groups
  • Related Structures

Related Structures#

CoefficientRing(U): AlgQUE -> Fld#

This returns the ring of coefficients of the quantized enveloping algebra \(U\).

RootDatum(U): AlgQUE -> RootDtm#

This returns the root datum corresponding to the quantized enveloping algebra \(U\).

PositiveRootsPerm(U): AlgQUE -> SeqEnum#

Given a quantized universal enveloping algebra \(U\) with root datum \(R\) returns a sequence consisting of the integers between \(1\) and the number of positive roots of \(R\). If the \(k\)-th element of this sequence is \(m\), then the generator \(F_k\) of \(U\) is of weight \(-\beta_m\), where \(\beta_m\) is the \(m\)-th positive root of \(R\) (as returned by PositiveRoots(R)). (For the definition of weight of an element of \(U\) see Section PBW-type Bases.) Furthermore, the generator \(E_k\) is of weight \(\beta_m\).

Example: Q Grp Rel Str (ex-3ae424)#
> R:= RootDatum("D4");
> U:= QuantizedUEA(R);
> CoefficientRing(U);
Univariate rational function field over Rational Field
Variables: q
> RootDatum(U);
Adjoint root datum of type D4
> PositiveRootsPerm(U);
[ 1, 5, 2, 8, 6, 3, 12, 11, 9, 10, 7, 4 ]

Run in calculator

So for instance this means that \(F_6\) is of weight \(-\beta_3\).

previous

Construction

next

Operations on Elements

On this page
  • CoefficientRing(U): AlgQUE → Fld
  • RootDatum(U): AlgQUE → RootDtm
  • PositiveRootsPerm(U): AlgQUE → SeqEnum
  • Example: Q Grp Rel Str
Magma Magma

Magma is maintained and distributed by the Computational Algebra Group, School of Mathematics and Statistics, University of Sydney.

University of Sydney

Explore

  • Home
  • Preface
  • References
  • General Index

Community

  • Members
  • Visitors
  • Seminars
  • Conferences
  • News

Help

  • FAQ
  • Contact
  • Licensing
  • How to Cite
  • Main Website ↗
© 1993–2026 Computational Algebra Group. All rights reserved. Built at the University of Sydney, Australia.