Message Boards Message Boards

0
|
2799 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Can Mathematica 9 solve the following PDE?

Posted 8 years ago

QuasiLinear PDE

Mathematica 9 just does not output anything when i try to solve it using DSolve with or without initial/boundary values. please help

the code is

z := u[x, y];

p := D[u[x, y], x];

q := D[u[x, y], y];

eqn = y*p + (x^3 + x - z)*q == z^2 + z;

sol = DSolve[{eqn, u[0, 0] == 0}, u[x, y], {x, y}]
POSTED BY: Salman Zaffar
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract