We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31a5cc commit bfb9b47Copy full SHA for bfb9b47
src/TropicalGeometry/positive_variety.jl
@@ -4,8 +4,8 @@
4
Return the positive tropical variety of `I` as a `PolyhedralComplex` as per the definition in [SW05](@cite).
5
6
Assumes that `I` is generated either by binomials or by linear polynomials and that `I` is defined either over
7
-(a) the rational numbers and that `nu` encodes the trivial valuation,
8
-(b) the rational function field over the rational numbers and that `nu` encodes the t-adic valuation.
+1. the rational numbers and that `nu` encodes the trivial valuation,
+2. the rational function field over the rational numbers and that `nu` encodes the t-adic valuation.
9
10
# Examples
11
```jldoctest
0 commit comments