Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

drkpkg/numeric-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numeric-analysis

Numeric analysis algorithms library

Abstract

This is a library set for numerical analysis, in this set you will find many methods:

Range methods

  • Bisection
  • Regula Falsi
  • Newton-Raphson
  • Secant
  • Fixed Point

Polinomy simplification

  • Horner
  • Gauss
  • Jacobi
  • Lagrange Polinomy

Numeric Integration

  • Finite Difference
  • Numeric Integration - Newton Rule
  • Trapezoidal rule
  • Simpson 3/8

Pending

  • Romberg
  • Gauss - Integration
  • Euler Ordinary
  • Adam's Method
  • Runge Kutta

About

Numeric methods yay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published