Math-Related Projects

  • Advection Diffusion
    • Solution of the advection diffusion partial differential equation (PDE) on real-world wind data.
  • Image Convolution using Matrices
    • Image processing and convolution operations with matrices, applying various filters through matrix operations.
  • Partial Differential Equation
    • Solution and visualization of a partial differential equation with Dirichlet boundary conditions.
  • Projectile Motion using odeint
    • Dynamics of projectile motion using Scipy’s ‘odeint’ library to solve differential equations, simulating the motion of a football with realistic parameters.