Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pappakrishnan/Computational-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathematical modeling - Numerical methods:

This repository contains MATLAB files of various algorithms or computational methods to numerically solve a mathematical equation.

Numerical methods are applied (i) when no closed form solution exists for an equation or (ii) in case of computational time and money exceeds the budget. It provides us with a numerical solution that is close to the analytical solution (if exists). Although we are compromising a little on the accuracy of the result, we will be able to solve the problem much faster than what would have taken to come up with an analytical solution (if exists).

There are numerous problems in science that fall into this category. I have applied few powerful numerical methods to comeup with an accurate solution to the problems.

Numerical methods used:

  1. Euler method

  2. Modified-Euler method

  3. Ranga-Kutta method

  4. Monte Carlo method

  5. Newton-Raphson method

  6. Matrix regularization techniques

Applications:

  1. Satellite trajectory - from earth to moon

  2. Oscillator damping

  3. Series resistance

  4. Si carrier concentration

  5. USA mortality rate

About

Mathematical modeling - Numerical methods: To solve problems with no analytical solution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages