| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
structure.sage_object.SageObject --+
|
structure.parent.Parent --+
|
structure.parent_base.ParentWithBase --+
|
free_module.CombinatorialFreeModuleInterface --+
|
object --+ |
| |
structure.sage_object.SageObject --+ |
| |
structure.parent.Parent --+ |
| |
structure.parent_base.ParentWithBase --+ |
| |
structure.parent_gens.ParentWithGens --+ |
| |
structure.parent_gens.ParentWithAdditiveAbelianGens --+ |
| |
modules.module.Module --+
|
free_module.CombinatorialFreeModule --+
|
object --+ |
| |
root_lattice_realization.RootLatticeRealization --+ |
| |
weight_lattice_realization.WeightLatticeRealization --+
|
ambient_space.AmbientSpace --+
|
ambient_space
EXAMPLES:
sage: RootSystem("A2xB2").ambient_space()
Ambient space for the Root system of type A2xB2
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
EXAMPLES:
sage: RootSystem("A2xB2").ambient_space().cartan_type()
A2xB2
|
EXAMPLES:
sage: RootSystem("A2xB2").ambient_space().component_types()
[['A', 2], ['B', 2]]
|
EXAMPLES:
sage: RootSystem("A2xB2").ambient_space().dimension()
5
|
Returns a list of the irreducible Cartan types of which the
given reducible Cartan type is a product.
EXAMPLES:
sage: RootSystem("A2xB2").ambient_space().ambient_spaces()
[Ambient space for the Root system of type ['A', 2],
Ambient space for the Root system of type ['B', 2]]
|
Produces the corresponding element of the lattice.
INPUT:
i -- an integer in range(self.components)
v -- a vector in the i-th component weight lattice
EXAMPLES:
sage: V = RootSystem("A2xB2").ambient_space()
sage: [V.inject_weights(i,V.ambient_spaces()[i].fundamental_weights()[1]) for i in range(2)]
[(1, 0, 0, 0, 0), (0, 0, 0, 1, 0)]
sage: [V.inject_weights(i,V.ambient_spaces()[i].fundamental_weights()[2]) for i in range(2)]
[(1, 1, 0, 0, 0), (0, 0, 0, 1/2, 1/2)]
|
EXAMPLES:
sage: RootSystem("A1xA2").ambient_space().simple_roots()
[(1, -1, 0, 0, 0), (0, 0, 1, -1, 0), (0, 0, 0, 1, -1)]
|
EXAMPLES:
sage: RootSystem("A1xA2").ambient_space().positive_roots()
[(1, -1, 0, 0, 0), (0, 0, 1, -1, 0), (0, 0, 1, 0, -1), (0, 0, 0, 1, -1)]
|
EXAMPLES:
sage: RootSystem("A1xA2").ambient_space().negative_roots()
[(-1, 1, 0, 0, 0), (0, 0, -1, 1, 0), (0, 0, -1, 0, 1), (0, 0, 0, -1, 1)]
|
EXAMPLES:
sage: RootSystem("A2xB2").ambient_space().fundamental_weights()
[(1, 0, 0, 0, 0), (1, 1, 0, 0, 0), (0, 0, 0, 1, 0), (0, 0, 0, 1/2, 1/2)]
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 17 04:23:34 2008 | http://epydoc.sourceforge.net |