8 results · AI-generated index
G
github.io
tool

Finite Difference Method for Poisson Equation in Python

A Python implementation of the finite difference method for solving the Poisson equation, including a detailed explanation and example code.

S
stanford.edu
research

Numerical Solution of the Poisson Equation using Finite Differences

A research paper discussing the implementation of the finite difference method for solving the Poisson equation, with a focus on numerical analysis and convergence.

R
realpython.com
article

Solving the Poisson Equation with Finite Differences in Python

A tutorial article providing a step-by-step guide to implementing the finite difference method for solving the Poisson equation in Python, including code examples and explanations.

M
mit.edu
official

Finite Difference Methods for Partial Differential Equations

An online course resource covering finite difference methods for solving partial differential equations, including the Poisson equation, with lecture notes and assignments.

P
pypi.org
tool

Poisson Equation Solver using Finite Difference Method

A Python package implementing the finite difference method for solving the Poisson equation, available for installation via pip.

Y
youtube.com
video

Finite Difference Method for Solving the Poisson Equation

A video lecture explaining the finite difference method for solving the Poisson equation, including a detailed derivation and example code in Python.

N
nasa.gov
official

Numerical Methods for Solving Partial Differential Equations

A technical report discussing various numerical methods, including the finite difference method, for solving partial differential equations such as the Poisson equation, with applications in aerospace engineering.

M
mathworks.com
article

Finite Difference Solution of the Poisson Equation

A tutorial on using MATLAB to implement the finite difference method for solving the Poisson equation, including code examples and explanations, with a comparison to Python implementation.