Skip to content

Commit

Permalink
[ToricVarieties] Change diagonal to barycenter in toric blowup docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
paemurru authored Jan 30, 2025
1 parent ab6b4c0 commit 59440cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/src/AlgebraicGeometry/ToricVarieties/BlowupMorphisms.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ along which the blowup is constructed can be provided in different
formats. We discuss the methods in ascending generality.

For our most specialized blowup method, we focus on the n-th cone in the
fan of the variety `v` in question. This cone need not be maximal. The
ensuing star subdivision will subdivide this cone about its "diagonal"
(the sum of all its rays). The result of this will always be a toric
variety:
fan of the variety `v` in question. This cone need not be a maximal cone and
cannot be the zero-dimensional cone. The
ensuing star subdivision will subdivide this cone about its barycenter
(the primitive generator of the sum of all its rays). The result of this
will always be a toric variety:
```@docs
blow_up(v::NormalToricVariety, n::Int; coordinate_name::String = "e")
```
Expand Down

0 comments on commit 59440cf

Please sign in to comment.