Matlab code of this equation

2 views (last 30 days)
khaoula bgf
khaoula bgf on 11 Apr 2019
Answered: Torsten on 11 Apr 2019
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 Comments
Raj
Raj on 11 Apr 2019
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 on 11 Apr 2019
Hi Raj
u_xx is not constant
u_xx=

Sign in to comment.

Answers (1)

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

Tags

Community Treasure Hunt

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

Start Hunting!