🧮 Birge Vieta Method

Polynomial Root Finding & Synthetic Division

📚 About Birge Vieta Method

The Birge Vieta method is a numerical technique used for finding roots of polynomial equations using synthetic division. It's particularly effective for polynomials and provides a systematic approach to evaluate polynomials and their derivatives using Horner's method combined with Newton-Raphson iteration.

Enter polynomial (e.g., x^3-2*x^2+x-1 or x^4-3*x^3+3*x^2-3*x+2)
Starting value for the iteration
Convergence criteria (e.g., 0.00001 for 5 decimal places)
Maximum number of iterations allowed

Birge Vieta Method Results

Iteration xi P(xi) P'(xi) xi+1 Error

📈 Summary

Click calculate to see results...