Question: How to solve PDE1 and PDE2 linear and non linear equation.... how to code ??/ plz guide


 

> 

1 .. Nonlinear*Fractional*KdV*equation

> 

PDE1 := D[t]^alpha*u(x, t)-3*(u^2)[x]+u[xxx] = 0;

D[t]^alpha*u(x, t)-3*(u^2)[x]+u[xxx] = 0

(1)
> 

> 

"u(x,0)=6*x         0<alpha<=1, t>0"

Error, missing operation

"u(x,0)=6*x         0<alpha<=1, t>0"

 
> 

``

> 

``

> 

2.*linear*time*fractional*diffusion*equation

2.*linear*time*fractional*diffusion*equation

(2)
> 

``

> 

PDE2 := diff(u(x, t), [`$`(t, alpha)]) = diff(u(x, t), x, x)

diff(u(x, t), [`$`(t, alpha)]) = diff(diff(u(x, t), x), x)

(3)
> 

"IC:= u(x,0):=sinx , 0<alpha<=1 , t>0"

Error, unable to parse

"IC:= u(x,0):=sinx , 0<alpha<=1 , t>0"

 


 

Download kdv.mw

Please Wait...