Solving 2D poissio's equation by gauss seidal method
Versión 1.0.0.0 (2.14 KB) por
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;
Citar como
RMS Danaraj (2023). 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. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
DM2d/
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |