matlab code to solve ELIPTIC PDE

조회 수: 6 (최근 30일)
hamdi mohammed
hamdi mohammed 2018년 3월 20일
편집: Birdman 2018년 3월 21일
D^2T/D^2X+D^2T/D^2x=0
T(0,y)=0;
T(L,y)=0;
T(x,0)=0;
T(x,L)=sin(pi*x/L);
N=20;
L=1;
T(i,j)=1/4(T(i+1,j)+T(i-1,j)+T(i,j+1)+T(i,j-1))

답변 (1개)

M
M 2018년 3월 20일
I recommend you to read this first, and have a look here .

카테고리

Help CenterFile Exchange에서 Boundary Conditions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by