Skip to content

ChaosAmd/Numerical-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical-Analysis

Numerical Analysis Algorithms just for fun

Contents

iterative-linear.py

A Gauss-Seidel and Jacobi code to solve linear systems.

root.py

A recursive implementation of the bissection root finder and iterative secant and newton methods. Example set to the img.

interpolation.py

A linear, lagrange, newton and gregory interpolation implementations

integration.py

Numeric integration by trapezoidal, 1/3 and 3/8 Simpson's rules. Example done in the integral: img

curve_fit.py

Curve fitting by the minimum square method. Example set to linear curve fitting and on 3d polynomial equation img

About

Numerical Analysis Algorithms just for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages