Click here to Skip to main content
15,867,308 members
Everything / Polynomial

Polynomial

polynomial

Great Reads

by Xavier Junqué i de Fortuny
Polynomials Math Parser and Evaluator in VB.NET
by Henrik Vestermark
Practical implementation of a fast, robust and reliable polynomial root finder using Newton's method
by Henrik Vestermark
Practical implementation of a fast, robust and stable polynomial root finder using Halley's method
by Member 4201813
Jump forward/backward procedures for XorShift RNG explained step by step

Latest Articles

by Henrik Vestermark
Durand-Kerner method for Polynomial roots. A fast and reliable simultaneous method
by Henrik Vestermark
Laguerre's method for a stable and efficient polynomial root finder.
by Henrik Vestermark
Practical implementation of a fast, robust and stable polynomial root finder using Halley's method
by Henrik Vestermark
Fast and Stable Polynomial root finder for Polynomial with real coefficients

All Articles

Sort by Score

Polynomial 

4 May 2022 by Xavier Junqué i de Fortuny
Polynomials Math Parser and Evaluator in VB.NET
11 Oct 2023 by Henrik Vestermark
Practical implementation of a fast, robust and reliable polynomial root finder using Newton's method
11 Nov 2023 by Henrik Vestermark
Practical implementation of a fast, robust and stable polynomial root finder using Halley's method
24 Apr 2020 by Member 4201813
Jump forward/backward procedures for XorShift RNG explained step by step
14 Apr 2020 by Member 4201813
Jump forward/backward procedures for XorShift RNG explained step by step
20 Dec 2023 by Henrik Vestermark
Durand-Kerner method for Polynomial roots. A fast and reliable simultaneous method
29 Nov 2023 by Henrik Vestermark
Laguerre's method for a stable and efficient polynomial root finder.
17 Oct 2023 by Henrik Vestermark
Fast and Stable Polynomial root finder for Polynomial with real coefficients
18 Apr 2023 by InvisibleMedia
This article describes how to divide two polynomials and shows the source code to calculate this division. There is also code to add, subtract and multiply two polynomials.