PDE's with DSolve
- To: mathgroup at smc.vnet.net
 - Subject: [mg5983] PDE's with DSolve
 - From: sherod at newton.Colorado.EDU (Scott Herod)
 - Date: Sat, 8 Feb 1997 22:37:57 -0500
 - Organization: /usr/local/lib/rn/organization
 - Sender: owner-wri-mathgroup at wolfram.com
 
I was happy to see that DSolve can solve some quasi-linear partial
differential equations and was happily playing with it.  I then tried 
the following:
DSolve[D[y[x,t], {t,2}] == 0, y[x,t], {x,t}].
Rather distressing.
Scott Herod