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

Finite Difference Method in Python

The finite difference method is a numerical method for solving differential equations. This example demonstrates how to use NumPy to implement the finite difference method in Python.

S
scicomp.stackexchange.com
article

Solving Partial Differential Equations with Finite Differences

A discussion on using finite differences to solve partial differential equations, including example Python code using the SciPy library.

M
mit.edu
research

Finite Difference Methods for Solving ODEs and PDEs

Lecture notes from MIT OpenCourseWare on finite difference methods for solving ordinary and partial differential equations, including Python implementations.

G
github.io
tool

Python Finite Difference Library

A Python library for solving partial differential equations using the finite difference method, including documentation and example usage.

Y
youtube.com
video

Finite Difference Method Tutorial

A video tutorial on implementing the finite difference method in Python to solve a simple partial differential equation.

N
nasa.gov
official

Finite Difference Methods for Computational Fluid Dynamics

A technical report from NASA on using finite difference methods for computational fluid dynamics, including example Python code.

C
coursera.org
article

Introduction to Finite Difference Methods

An online course on numerical methods, including a module on finite difference methods, with example Python code and exercises.

I
ieee.org
research

Finite Difference Time Domain Method

A research paper on using the finite difference time domain method for solving electromagnetic problems, including a Python implementation.