Finding Roots of a Polynomial using c#
-
Updated
Nov 17, 2023 - C#
Finding Roots of a Polynomial using c#
A script to find rational roots of a polynomial. This has been written in accordance with the rational root theorem.
A bunch of C code developed during my studies of programming
Polynomial roots with Jenkins-Traub algorithm
Programming tests es un repositorio que consiste en un par de programas desarrollados en C++ y construidos mediante CMAKE con la finalidad de poder ser ejecutados de manera independiente sin importar el entorno en el que se encuentre.
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
Numerically stable method for solving quadratic equations
Решение алгебраических уравнений любой степени с заданной точностью
A simple implementation of a polynomial.
🥕 Comparing roots of polynomials
The GPS-Calculator (Graphing, Polynomial, Scientific) is a React project that encompasses three components: a Graphing, Polynomial Roots, and Scientific Calculator. It provides users with a versatile toolset for performing mathematical calculations, including graphing functions, finding polynomial roots, and executing scientific operations.
find and plot billions of polynomial roots
A coarse grain parallel genetic algorithm to find real and complex roots of a polynomial of degree n.
Example project for computing the roots of the given polynomial through the secant method to get the approximations.
Analytical method to find complex roots of polynomials of degrees 1 to 4 (without using imaginary numbers)
Project for Numerical Methods 1 course
A polynomial template for CP
Códigos implementando a fórmula de Ferrari para a resolução de equações do quarto grau.
An general computer algebra library
Add a description, image, and links to the polynomial-roots topic page so that developers can more easily learn about it.
To associate your repository with the polynomial-roots topic, visit your repo's landing page and select "manage topics."