Skip to content

ewondare/numeric_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numeric_analysis

all numeric analysis codes I had to prepare for the subject in university.

chapter 2: Solutions of Equations in One Variable

-bisection method (with n0 or without)

-false position method

-fixed point iteration method

-newton raphson method

-secant method

chapter 3: Interpolation and Polynomial Approximation

-backwards differences

-forward differences

-lagrange interpolation (cpp)

chapter 4: Numerical Differentiation and Integration

-rumberg

-simpson method

-trapezoidal method

chapter 5: Initial-Value Problems for Ordinary Differential Equations

-euler's method

-runge kutta (order 4)

chapter 6: IterativeTechniques in Matrix Algebra

-gauss seidel iterative

-jacobi iterative

About

all numeric analysis codes I had to prepare for the subject in university.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published