Partial diff equations
- To: mathgroup at smc.vnet.net
- Subject: [mg58510] Partial diff equations
- From: David Boily <dsboily at fastmail.ca>
- Date: Tue, 5 Jul 2005 01:57:49 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I have a not difficult to integrate but huge system of partial differential equations that I would never attempt to solve by hand. So I tried to feed it to mathematica and got the message bellow. I got annoyed and tested DSolve with a trivial problem only to realize that, apparently, mathematica is not very good when it comes to partial diff equations. Indeed, how come mathematica can't solve this simple system: DSolve[{D[f[x,y],x]==2 x y^2, D[f[x,y],y]==2 x^2 y}, f[x,y], {x, y}] the solution is trivial (f[x,y]=x^2 y^2), but if I enter the above command I get: DSolve::overdet: The system has fewer dependent variables than equations, so is overdetermined. any info would be appreciated, Thanks, David Boily Centre for Intelligent Machines McGill University Montreal, Quebec
- Follow-Ups:
- Re: Partial diff equations
- From: Devendra Kapadia <dkapadia@wolfram.com>
- Re: Partial diff equations
- From: Pratik Desai <pdesai1@umbc.edu>
- Re: Partial diff equations
- From: Andrzej Kozlowski <akozlowski@gmail.com>
- Re: Partial diff equations