Skip to content

Commit 8784b05

Browse files
committed
adds missing dimension md file
1 parent f93ac32 commit 8784b05

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/src/dimension.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
```@meta
2+
CurrentModule = AlgebraicSolving
3+
DocTestSetup = quote
4+
using AlgebraicSolving
5+
end
6+
```
7+
8+
```@setup algebraicsolving
9+
using AlgebraicSolving
10+
```
11+
12+
```@contents
13+
Pages = ["dimension.md"]
14+
```
15+
16+
# Krull dimension of an ideal
17+
18+
## Introduction
19+
20+
AlgebraicSolving allows to compute the Krull dimension for the ideal spanned
21+
by given input generators over finite fields of characteristic smaller
22+
$2^{31}$ and over the rationals.
23+
24+
The underlying engine is provided by msolve.
25+
26+
## Functionality
27+
28+
```@docs
29+
dimension(I::Ideal{T}) where T <: MPolyRingElem
30+
```
31+

0 commit comments

Comments
 (0)