Group Abstract Group Abstract

Message Boards Message Boards

1
|
1.8K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Symbolic partial derivative input

Posted 1 year ago

Hi,

Could someone please tell me how to enter this PDE into Mathematica? I am really struggling with the partials.

Cheers, Paul

enter image description here

POSTED BY: Paul Warburton
2 Replies

Here is a way, using the D operator:

D[u[r, t], t] ==
 1/r D[r*D[u[r, t], r], r]
(D[u[r, t], r] /. r -> 0) == 0
(D[u[r, t], r] /. r -> 1) == 0
POSTED BY: Gianluca Gorni

Thank you, I will try that :)

POSTED BY: Paul Warburton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard