Skip to content

Commit

Permalink
Fixed jldoctest of groebner_basis section in free_associative_algebra…
Browse files Browse the repository at this point in the history
….md (#1610)
  • Loading branch information
Sequenzer authored Feb 15, 2024
1 parent d65c125 commit 8465903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/free_associative_algebra.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ julia> g = Generic.groebner_basis([u*(x*y)^3 + u*(x*y)^2 + u + v, (y*x)^3*t + (y
julia> normal_form(u*(x*y)^3*s*t + u*(x*y)^2*s*t +u*s*t + v*s*t, g)
0
```
```

0 comments on commit 8465903

Please sign in to comment.