Solving 2D poissio's equation by gauss seidal method
版本 1.0.0.0 (2.1 KB) 作者:
RMS Danaraj
This program solves the 2D poission's equation by gauss seidal method.
% 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;
引用格式
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. 检索时间: .
MATLAB 版本兼容性
创建方式
R2014b
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Calculus 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!DM2d/
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |