Skip to content

Commit 59440cf

Browse files
authored
[ToricVarieties] Change diagonal to barycenter in toric blowup docs (#4508)
1 parent ab6b4c0 commit 59440cf

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/src/AlgebraicGeometry/ToricVarieties/BlowupMorphisms.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ along which the blowup is constructed can be provided in different
3434
formats. We discuss the methods in ascending generality.
3535

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

0 commit comments

Comments
 (0)