next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
WeylGroups
>
RootSystem
>
rank(RootSystem)
rank(RootSystem) -- the rank of a root system
Synopsis
Function:
rank
Usage:
r=rank(R)
Inputs:
R
,
an instance of the type
RootSystem
,
Outputs:
an
integer
, the rank of
R
Description
i1 : R = rootSystemA(5) o1 = RootSystem{...8...} o1 : RootSystem
i2 : rank R o2 = 5
Ways to use this method:
rank(RootSystem)
-- the rank of a root system