Solving of integro-differential equation

조회 수: 6 (최근 30일)
Illya Khromov
Illya Khromov 2015년 9월 3일
댓글: Mohan Aditya Sabbineni 2019년 6월 25일
How one can solve numerically using MatLab the second order integro-differential equation of the type y''-a*integral(f(t-t1)*y'*dt1)-b*y=0 ? Any suggestions are highly appreciated. Thanks in advance.

답변 (1개)

Claudio Gelmi
Claudio Gelmi 2017년 1월 7일
편집: Claudio Gelmi 2017년 1월 30일
Hi, try using this solver developed in MATLAB:
"IDSOLVER: A general purpose solver for nth-order integro-differential equations": http://dx.doi.org/10.1016/j.cpc.2013.09.008
MATLAB solver here for download (free): http://cpc.cs.qub.ac.uk/summaries/AEQU_v1_0.html
Best wishes,
Claudio
  댓글 수: 2
bloodtalon
bloodtalon 2017년 6월 16일
Just a link like this isn't helping. Could you actually give some instructions on how to use it and/or some examples, preferably of the one in the question?
Mohan Aditya Sabbineni
Mohan Aditya Sabbineni 2019년 6월 25일
Please help me in solving this integro differential equation. I am unable write a code for this.
∂f/∂t(H(f)(f/∂x)=0
where [H(f)] is hilbert transform of 'f.'
and f=f(x,t) and initial condition is f(x,0)=cos(x) and also has periodic boundary conditions given by F{H{f(x′,t)}}=i⋅sgn(k)F{f(x,t)}, where F(f(x,t) is fourier transform of f(x,t).
and here ''t'' runs from 0 to 1.3 seconds
so I think we have to use iterations on basis of 't' while solving this equation.
And suggestions are highly appreciated.

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

카테고리

Help CenterFile Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by