Solving 2D poissio's equation by gauss seidal method

This program solves the 2D poission's equation by gauss seidal method.
451 Downloads
Updated 15 Mar 2017

View License

% This program solves the 2D poission's equation by gauss seidal method.
%It solves the equation in the form d2u/dx2+d2u/dy2=f2(x,y) .f2.m is the second derivative function.
% g is the boundary conditions function
clear;

Cite As

RMS Danaraj (2024). Solving 2D poissio's equation by gauss seidal method (https://www.mathworks.com/matlabcentral/fileexchange/62073-solving-2d-poissio-s-equation-by-gauss-seidal-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
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.0