Numerical computing is an approach for solving complex mathematical models which represent some physical phenomena. With the advancements in computation now we can solve complex models right in our personal computers just by writing a few lines of code. Technicality comes in picture when we try to solve complex problems in a reasonable time with minimal error.
The module assumes only basic programming knowledge (in any language) and some background in partial differential equations, ordinary differential equations, fluid mechanics, Algebra, and basic math.
This module contains submodules with various examples of numerical computation.
It contains MATLAB implementation of the CFD course taught by Prof. Lorena Barba between 2009 and 2013 in the Mechanical Engineering department at Boston University.
Contains numerical integration, numerical derivation, basic coding examples, fractal geometry, lorentz equations .etc
It contains particle swarm optimization to solve missing value bounday problems for ordinary differential equations.
Contains codes for the problems from https://projecteuler.net.
To use these codes, you need MATLAB installed in your machine.