next | previous | forward | backward | up | top | index | toc | home

flats -- list the flats of an arrangement of given rank

Synopsis

Description

If the rank is omitted, the flats of each rank are listed.
i1 : A = typeA(3)

o1 = A

o1 : Hyperplane Arrangement 
i2 : flats(2,A)

o2 = {{0, 1, 3}, {0, 2, 4}, {0, 5}, {1, 4}, {1, 2, 5}, {2, 3}, {3, 4, 5}}

o2 : List

Ways to use flats :