Buchberger's algorithm: Difference between revisions

Content deleted Content added
m GCD capitalization
Mets501 (talk | contribs)
m clean up using AWB
Line 7:
 
:# Let ''g<sub>i</sub>'' be the leading term of ''f<sub>i</sub>'' with respect to the given ordering, and denote the [[least common multiple]] of ''g<sub>i</sub>'' and ''g<sub>j</sub>'' by ''a<sub>ij</sub>''.
:# Let ''S''<sub>''ij''</sub> &larr; (''a''<sub>''ij''</sub> / ''g''<sub>''i''</sub>) ''f''<sub>''i''</sub> &minus; (''a''<sub>''ij''</sub> / ''g''<sub>''j''</sub>) ''f''<sub>''j''</sub> <br>''(Note that the leading terms here will cancel by construction)''.
:# Using the [[multivariate division algorithm]], reduce all the ''S<sub>ij</sub>'' relative to the set ''F''.
:# Add all the nonzero polynomials resulting from step 3 to ''F'', and repeat steps 1-4 until nothing new is added.