2D Laplace's Equation FDM Solver for a Rectangular Plate

This FDM code solves the 2D Laplace's equation with Dirichlet boundary conditions on a rectangular plate.
119 Downloads
Updated 10 Apr 2022

View License

2D Laplace's Equation FDM Solver for a Rectangular Plate
Author: Ahmet Efe Seker
This FDM code solves the 2D Laplace's equation with Dirichlet boundary conditions on a rectangular plate. Second order central difference was used for derivative approximation. The code creates the finite difference matrix and right-hand side vector according to the plate sizes and the boundary conditions. Solution performed directly by multiplying the inverse of the finite difference matrix by the right-hand side vector.

Cite As

Ahmet Efe Seker (2024). 2D Laplace's Equation FDM Solver for a Rectangular Plate (https://www.mathworks.com/matlabcentral/fileexchange/109795-2d-laplace-s-equation-fdm-solver-for-a-rectangular-plate), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0