Matlab code of this equation

조회 수: 1 (최근 30일)
khaoula bgf
khaoula bgf 2019년 4월 11일
답변: Torsten 2019년 4월 11일
Hi,
I am pretty new with Matlab but have already learnt some theory when it comes to numerically solving differential equations. please I have to do simulation this equation by using Matlab
u_t=u_xx+
where u_t=
if someone can help me i will be grateful.
  댓글 수: 2
Raj
Raj 2019년 4월 11일
Can you elaborate your equation a bit? I assume u_xx is a constant and 'uxx' inside integral is nothing but u(t,x). Is that correct?
khaoula bgf
khaoula bgf 2019년 4월 11일
Hi Raj
u_xx is not constant
u_xx=

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

답변 (1개)

Torsten
Torsten 2019년 4월 11일
Use "pdepe" to solve the system
u_t = u_xx + v
v_t = u_xx
Best wishes
Torsten.

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by