Question: How can we solve following 1D wave equation with plot and animation in maple using separation variable method?


diff(u(x,t),t,t)=c^2*diff(u(x,t),x,x);
 Where u(x,0)=f(x),D[2](u)(x,0)=g(x),u(0,t)=0=u(0,1)

 

Please Wait...