Skip to content

Commit

Permalink
Update src/ideal/ideal.jl
Browse files Browse the repository at this point in the history
Co-authored-by: ederc <ederc@mathematik.uni-kl.de>
  • Loading branch information
hannes14 and ederc authored Feb 7, 2024
1 parent 8b28f44 commit 3947043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ideal/ideal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ Computes a normal form of the generators of `I` by the generators of `G`,
keeping track of the reduction. Returns a tuple (Quo, Rem, U) where
`Matrix(I)*Matrix(U) = Matrix(G)*Matrix(Quo) + Matrix(Rem)`
and `Rem = normalform(I, G)`. `U` is a diagonal matrix of units differing
from the identity matrix only for local ring orderings.
from the identity matrix only for local monomial orderings.
Leading terms of `Matrix(G)*Matrix(Quo)` are less or equal to the corresponding terms of `I`.
No term of `Rem` is divisible by any leading term of `G`.
`divrem2` is identical to `divrem` if G is given by a Groebner basis.
Expand Down

0 comments on commit 3947043

Please sign in to comment.