Macaulay2 » Documentation
Packages » Polyhedra :: stellarSubdivision
next | previous | forward | backward | up | index | toc

stellarSubdivision -- computes the stellar subdivision of the fan by a ray

Synopsis

Description

This function computes the stellar subdivision of F by inserting the ray given by r.
i1 : F = normalFan hypercube 2

o1 = F

o1 : Fan
i2 : r = matrix {{1},{1}}

o2 = | 1 |
     | 1 |

              2       1
o2 : Matrix ZZ  <-- ZZ
i3 : F1 = stellarSubdivision(F,r)

o3 = F1

o3 : Fan

Ways to use stellarSubdivision :

For the programmer

The object stellarSubdivision is a method function.