User Portlet
| Discussions |
|---|
| I do not know Wolfram alpha pro, but the command in Mathematica are Clear[x, y, z, g]; f = {z^3 - 2 x y^2, z^2 - 2 x^2 y, 3 x z^2 + 2 y z}; Curl[f, {x, y, z}] (*check first if conservative field*) (* {0, 0, 0} *) ... |