Gröbner bases as sparse matrices
December 14th, 2007 by WaltWhile thin on details, I found the article A new efficient algorithm for computing Gröbner basis intriguing. While a naive implementation of Gröbner bases is easy to come by, as a practical algorithm it is highly sensitive to the order in which you add new polynomials to the basis. This has given rise to a whole literature on strategies to add new polynomials. In the paper, Faugere seems to suggest that the whole question can be bypassed, and that polynomials can be added to the basis in bulk by using sparse linear algebra techniques.
December 14th, 2007 at 11:38 pm
Faugere describes a more recent algorithm in a more detailed paper here.