Hello,
As a newbie in using SAGE (experience with Python and Numpy), I was wondering how to define a differential operator that acts like curl (or ∇×→F). The curl for a vector field →F=(Fx,Fy,Fz)is defined as a determinant det(∇,→F). I want to define such operators that act on Fx,Fy,Fz without calculating the determinant a priori. In other words if I was to multiply ∂∂x with Fy, I would expect to get ∂Fy∂x
Thanks