8 results · AI-generated index
M
math.umd.edu
article

Finite Difference Method for PDEs

This article provides a detailed explanation of the finite difference method for solving partial differential equations (PDEs), along with Python code examples to illustrate the concepts.

N
numpy.org
tool

Solving PDEs with Finite Differences

The NumPy library provides an efficient way to implement the finite difference method for solving PDEs. This tutorial provides a step-by-step guide on how to use NumPy for this purpose.

M
mit.edu
research

Finite Difference Methods for PDEs

This course notes from MIT OpenCourseWare provides a comprehensive introduction to finite difference methods for solving PDEs, including theoretical background and Python implementation.

G
github.io
tool

Python Code for 1D Finite Difference Method

This GitHub repository provides a simple Python implementation of the finite difference method for solving 1D PDEs, along with example use cases and documentation.

Y
youtube.com
video

Finite Difference Method for Heat Equation

This video lecture provides a detailed explanation of the finite difference method for solving the heat equation, a classic example of a PDE, along with Python code implementation.

P
pypi.org
tool

PDE Solver using Finite Difference Method

This Python package provides a simple and efficient way to solve PDEs using the finite difference method, with support for various boundary conditions and grid sizes.

H
hindawi.com
research

Finite Difference Methods for PDEs: A Review

This research article provides a comprehensive review of finite difference methods for solving PDEs, including their advantages, limitations, and applications, along with Python code examples.

N
ncar.ucar.edu
official

Introduction to Finite Difference Methods

This tutorial from the National Center for Atmospheric Research provides an introduction to finite difference methods for solving PDEs, including theoretical background and Python implementation, with a focus on atmospheric and oceanic applications.