Skip to content

danielm2402/numerical-analysis

Repository files navigation

General algorithms for numerical analysis

Collection of algorithms in c ++ to perform numerical analysis

Starting 🚀

You can clone the repository to start. All the algorithms are in a different folder

See List to find one in particular.

Requirements 📋

To run any algorithm you only need the c ++ compiler that you prefer

Built with 🛠️

  • C++ - Programming language used

Contributions 🖇️

Please feel free to submit PR with any algorithm used for numerical analysis

List

  • Bisection Method - (bisection method is a root-finding method that applies to any continuous functions)
  • False Position Method - (false position method is a root-finding method that applies to any continuous functions)
  • Newton Raphson Method - (newton raphson methon is a root-finding method that applies to any continuios functions)
  • Muller's Method - (Muller's method is a root-finding method that applies to any continuios functions)
  • All root search methods (all of the above)
  • Simple Linear Regression (In linear regression, the relationships are modeled using linear predictor functions whose unknown model parameters are estimated from the data.)

made with ❤️ by danielm2402 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published