Skip to content

Implantation of some numerical analysis algorithms in R. Full iteration summary can be analyzed to observe behind the scenes computation for educational purposes.

License

Notifications You must be signed in to change notification settings

nusretipek/NumericalAnalysisR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

NumericalAnalysisR

Check Status Lang Status

Purpose

There are many different numerical analysis algorithms; root-finding and optimized non-linear solvers are important components of the mathematical analysis. The R scripts implement some of these theoretical approaches to illustrate step by step iteration procedure. Although these algorithms are implemented in some R packages already, they yield the converged result. For educational purposes, it is useful to observe what happens behind the scenes and decompose some elements in the scripts.

Implemented Algorithms

  1. False Position Method (Regula Falsi)
  2. Fixed Point Iteration Method
  3. Bisection Method
  4. Newton-Raphson Method
  5. LU Decomposition

About

Implantation of some numerical analysis algorithms in R. Full iteration summary can be analyzed to observe behind the scenes computation for educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages