I am using Mathematica 8 on OS X.
I am trying to compute the cylindrical curl of a symbolic vector following Mathematica documentation.
Needs["VectorAnalysis`"] Curl[{f[r, θ, z]}, {r, θ, z}, "Cylindrical"] But the output is exactly the same as the input.
Curl[{f[r, θ, z]}, {r, θ, z}, "Cylindrical"]
How do I get Mathematica to symbolically evaluate the curl? This is a test run for wanting to symbolically evaluate more complicated cylindrical curls and cylindrical cross products later.
Curl[f[r, θ, z], {r, θ, z}, "Cylindrical"]? That works in V10.2 $\endgroup$