A collection of Python scripts for various numerical root calculation algorithms.
-
Updated
Nov 12, 2023 - Python
A collection of Python scripts for various numerical root calculation algorithms.
Implementation of Roots Finding Methods in Python using Tkinter
This repository contains a Python implementation of the False Position Method, also known as the Regula Falsi Method, for finding roots of nonlinear equations. Additionally, the script compares the performance of the False Position Method with the Bisection Method, saving results in an Excel file (`LAB2.xls`).
A python program that uses diverse numerical analysis methods to find roots of mathematical functions.
Some Numerical Analysis algorithms implemented in Python.
Numerical Analysis code from the Oscar Veliz YouTube Channel
Add a description, image, and links to the false-position-method topic page so that developers can more easily learn about it.
To associate your repository with the false-position-method topic, visit your repo's landing page and select "manage topics."