Macaulay2 » Documentation
Packages » HyperplaneArrangements :: flat(Arrangement,List)
next | previous | forward | backward | up | index | toc

flat(Arrangement,List) -- make a flat from a list of indices

Synopsis

Description

With the option Validate => true (which is the case by default), flat(A,L) checks to see whether $L$ is indeed the list of indices of a flat of $A$.

i1 : A = typeA 2

o1 = {x  - x , x  - x , x  - x }
       1    2   1    3   2    3

o1 : Hyperplane Arrangement 
i2 : flat(A, {0,1,2})

o2 = {0, 1, 2}

o2 : Flat of {x  - x , x  - x , x  - x }
               1    2   1    3   2    3

See also

Ways to use this method: