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 5432555 commit 88db99eCopy full SHA for 88db99e
docs/make.jl
@@ -21,6 +21,7 @@ makedocs(
21
"types.md",
22
"Algorithms" => ["groebner-bases.md",
23
"normal-forms.md",
24
+ "dimension.md",
25
"solvers.md"],
26
"Examples" => "katsura.md"
27
]
src/algorithms/dimension.jl
@@ -3,7 +3,7 @@
3
4
Compute the Krull dimension of a given polynomial ideal `I`.
5
6
-**Note**: This requires a Gröbner basis of `I`.
+**Note**: This requires a Gröbner basis of `I`, which is computed internally if not alraedy known.
7
8
# Examples
9
```jldoctest
0 commit comments