Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.3K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Converting a radial function to Cartesian form

Posted 4 years ago
POSTED BY: Ser Man
2 Replies
Posted 4 years ago
POSTED BY: Ser Man

Try:

 uA[r_, phi_] := BesselJ[3/2 r, 5]*Exp[I 5 phi]; TransformedField["Polar" -> "Cartesian", uA[r, phi], {r, phi} -> {x, y}]

 (*E^(5 I ArcTan[x, y]) BesselJ[3/2 Sqrt[x^2 + y^2], 5]*)
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard