This section contains links to a variety of non-linear algebra methods and solvers. Some of the software is ported to C or C++ from other languages and some is unique or unavailable elsewhere.
The contents of some of the navigation subsections above are:
This method for finding real and complex roots of real polynomials is particularly well suited for engineering applications. In those applications, the problem of roots with high multiplicity rarely arise. Since the method involves reduction of the polynomial to quadratic factors, it can be implemented without the need for complex math support. (Complex roots appear in conjugate pairs, and the corresponding quadratic has real coefficients.)A simple DOS application for finding all roots of polynomials with real coefficients based on Bairstow's method is available for download here.