Question: how to input boundary conditions with arbitrary functions

Hello - I'm trying to double check a hyperbolic pde I solved but I don't know how to input the following boundary conditions in order to run pdsolve.

u(x,0)=f(x)

du/dx(x,0)=g(x)

What is the maple syntax to write these as boundary conditions?

Thanks.

 

Please Wait...