User Portlet User Portlet

Discussions
I'm trying a wave equation with NDSolve, but I'm having problems with the boundary conditions. This is the equation I want to solve: D[y[x, t],t, t] == D[y[x, t], x, x]How do I enter the boundary conditions in form of a function? E.g a...