Guest User

Untitled

a guest
Oct 17th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. TransformedField[
  2. "Cylindrical" -> "Cartesian", {1/[Rho], 0,
  3. 0}, {[Rho], [Theta], z} -> {x, y, z}] // Simplify
  4.  
  5. TransformedField[
  6. "Cartesian" -> "Spherical", {x, y,
  7. z}, {x, y, z} -> {r, [Theta], [CurlyPhi]}] // Simplify
Add Comment
Please, Sign In to add comment