Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 339 Bytes

Numerical-Methods

Root Finding Algorithms

  • Newton's method
  • Secant Method
  • Fixed Point Method
  • Bisection Method

Heat Diffusion

  • 2D Heat Diffusion on a flower using Fast Fourier Transforms.
  • 3D Heat Diffusion on a cube solved by Fast Fourier Transforms.
  • Laplace Equation solved by ADI method.

and some other things...