A modern c++ root finding algorithm based on the original Jenkins-Traub RPOLY software.
-
Updated
Jun 6, 2018 - C++
A modern c++ root finding algorithm based on the original Jenkins-Traub RPOLY software.
Root-Finder is a header-only univariate polynomial solver, which finds/counts all real roots of any polynomial within any interval.
Root-Finder is a header-only univariate polynomial solver, which finds/counts all real roots of any polynomial within any interval.
Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]
This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.
Finding roots of f(x)
Cpp, c, python a library for arbitrary precision calculations
Add a description, image, and links to the roots topic page so that developers can more easily learn about it.
To associate your repository with the roots topic, visit your repo's landing page and select "manage topics."