8 results · AI-generated index
N
numpy.org
article

Finite Difference Method for Poisson Equation

The finite difference method is a numerical method for solving partial differential equations. This example demonstrates how to use NumPy to solve the Poisson equation using the finite difference method.

M
math.umd.edu
research

Solving the Poisson Equation using Finite Differences

This lecture note discusses the finite difference method for solving the Poisson equation, including the derivation of the finite difference formula and the implementation in MATLAB.

G
github.io
tool

Python Code for Solving Poisson Equation using Finite Difference

This GitHub repository provides a Python code for solving the Poisson equation using the finite difference method. The code uses the NumPy library for efficient numerical computations.

S
stanford.edu
official

Finite Difference Methods for Partial Differential Equations

This course website provides lecture notes and assignments on finite difference methods for partial differential equations, including the Poisson equation.

S
sciencedirect.com
research

Numerical Solution of the Poisson Equation using Finite Differences

This research article discusses the numerical solution of the Poisson equation using the finite difference method, including the analysis of the method's accuracy and efficiency.

P
pypi.org
tool

Poisson Equation Solver using Finite Difference Method

This Python package provides a solver for the Poisson equation using the finite difference method. The package can be installed using pip and provides a simple interface for solving the equation.

Y
youtube.com
video

Finite Difference Method for Solving the Poisson Equation

This video lecture explains the finite difference method for solving the Poisson equation, including the derivation of the finite difference formula and the implementation in Python.

T
tutorialspoint.com
article

Solving the Poisson Equation using Finite Differences: A Tutorial

This tutorial provides a step-by-step guide to solving the Poisson equation using the finite difference method, including the implementation in Python using the NumPy library.