Message Boards Message Boards

Unexpected result from DSolve?

Posted 5 months ago

Hello,
How can i solve this problem? I have tried to solve with mathematica but it does not answer correctly Could you kindly help me?

Attachment

Attachment

POSTED BY: Mert Caliskan
3 Replies
Posted 5 months ago

Thank you very much it is correct. Also could you help me on this? enter image description here

POSTED BY: Mert Caliskan

Just use the modified operator D[expr, r, r] + 1/r D[expr, r] - 4/r^2 expr.

POSTED BY: Gianluca Gorni

I think that it is an operator square, not a numeric square:

op[expr_, r_] := D[expr, r, r] + 1/r D[expr, r];
DSolve[op[op[f[r], r], r] == 0, f, r]
POSTED BY: Gianluca Gorni
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