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일

0 개 추천

Use "pdepe" to solve the system
u_t = u_xx + v
v_t = u_xx
Best wishes
Torsten.

카테고리

태그

질문:

2019년 4월 11일

답변:

2019년 4월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by