Skip to content

Heiliger4/Numeric-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Numeric Analysis Methods

This repository contains Python implementations of various numerical analysis methods, including:

  • Bisection Method
  • False Position Method
  • Newton's Method
  • Secant Method

Each script provides a solution to finding the roots of equations using these well-known numerical techniques. You can run each script independently by providing an appropriate function and interval or initial guess.

Files:

  • Bisection_method.py: Implements the Bisection method for root-finding.
  • False_position_method.py: Implements the False Position method.
  • Newton_method.py: Implements Newton's Method for root-finding.
  • Secant_method.py: Implements the Secant method.

How to Use:

  1. Clone or download the repository.
  2. Run the desired Python script.
  3. Provide the required inputs (function, interval, initial guesses).

About

Numeric Analysis class codes implemented in Python, showcasing key algorithms and techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages