Skip to content

Commit f270379

Browse files
committed
fixes docu test for normal forms
1 parent 0d5ba5a commit f270379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/algorithms/normal-forms.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ julia> I = Ideal([y*x^3+12-y, x+y])
3333
fpMPolyRingElem[x^3*y + 100*y + 12, x + y]
3434
3535
julia> f = 2*x^2+7*x*y
36-
2*x^2 + 7*x*y
36+
2*x^2 + 7*x*y
3737
38-
julia> normal_form(F,I)
39-
96*y^2
38+
julia> normal_form(f, I)
39+
96*y^2
4040
```
4141
"""
4242
function normal_form(

0 commit comments

Comments
 (0)