next | previous | forward | backward | up | top | index | toc | Macaulay2 website
WeylGroups :: cartanMatrix(RootSystem)

cartanMatrix(RootSystem) -- the Cartan matrix of a root system

Synopsis

Description

i1 : R=rootSystemA(3)

o1 = RootSystem{...8...}

o1 : RootSystem
i2 : cartanMatrix R

o2 = | 2  -1 0  |
     | -1 2  -1 |
     | 0  -1 2  |

              3        3
o2 : Matrix ZZ  <--- ZZ

Ways to use this method: