rohandubey / Numerical_Analysis

Numerical Analysis Techniques

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical_Analysis

pypi versions PyPI status

Introduction

A compilation of python/C++ codes on different Numerical Analysis techniques.

  • Numerical methods is basically a branch of mathematics in which problems are solved with the help of computer and we get solution in numerical form.
  • The codes gives here solve complex mathematical problems which can not be solved easily by analytical mathematics by using simple arithmetic operations and which requires development, analysis and use of an algorithm along with some computing tools.
  • These codes are used in Machine learing algorithms fgor Optimization/Encoding/Pre-processing steps.

Topics/Algorithms Covered

  • False Point Maethod
  • False Position Maethod
  • Bistection Method
  • Newton's Method
  • Modified Newton's Method
  • Fixed Point Method
  • Forward Difference Method
  • Backward Difference Method
  • Thomas Method
  • Gauss–Seidel method
  • SOR Method
  • LU decompostion Method
  • Jacobi Method
  • Power Method
  • Inverse Power Method
  • Richardson Central Difference Method
  • Muller's Method

Installation

$ pip install -r requirements.txt

Authors

Made with ❤️ Rohan Dubey - Complete work

About

Numerical Analysis Techniques

License:GNU General Public License v3.0


Languages

Language:Python 92.0%Language:C++ 8.0%