sphere2cylinder
Converts p(r, f, t) from Spherical into Cylindrical coordinates. Depending on input, function can return scalar, vector or matrix
Arguments
- Coordinate r
- Coordinate f
- Coordinate t
Output
Vector(r, f, z)
Examples
Converts p(r, f, t) from Spherical into Cylindrical coordinates. Depending on input, function can return scalar, vector or matrix
Vector(r, f, z)