• Stars
    star
    2
  • Language
    Jupyter Notebook
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It includes a program that solves the Poisson Equation in two dimensions and another that solves the time independent schrodinger equation for an arbitrary potential. Here some numerical methods for solving Partial Differential Equations were used: Jacobi, Gauss-Seidel and Runge-Kutta. The libraries implemented were sympy, numpy and matplotlib.