Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.9K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

NDSolve bug: wrong answer

Posted 11 years ago
POSTED BY: Mauricio Lobos
DSolve[{D[u[t, x], {x, 2}] == 0, 
  u[t, 0] == 0, (D[u[t, x], x] /. x -> 10) == 5 t}, u[t, x], {t, x}]

{{u[t, x] -> 5 t x}}
POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard