Can MATLAB solve a integrodifferential equation?

조회 수: 2 (최근 30일)
Sergio Manzetti
Sergio Manzetti 2017년 11월 20일
댓글: GNANASEKARAN S 2022년 5월 24일
Hi, I have checked some posts on the forum, however to no avail.
I have the given system:
{
syms h g x C
h = 2
g = 4
C = 1/sqrt(2.*pi)
y = ((exp(2.*g.*i.*x./h)).*(((h.^2)./2) + (g.*x)/2.*h.*i));
z = ((exp(-2.*g.*i.*x./h)).*(((h.^2)./2) + (g.*x)/2.*h.*-i));
[int(y.*z*.u, x], 0, 2.*pi)]==1
} which should solve for u. Is it feasible with some modifications?
Thanks

채택된 답변

Torsten
Torsten 2017년 11월 20일
u = 1/int(y*z,x,0,2*pi)
Best wishes
Torsten.
  댓글 수: 21
Sergio Manzetti
Sergio Manzetti 2017년 12월 6일
Thanks Torsten!
GNANASEKARAN S
GNANASEKARAN S 2022년 5월 24일
Dear Torsten,
I have the source term of the form u(1-int u) in two dimension. How to write the FDM code? Could you please tell.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Least Squares에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by