How to write a curl operator(∇×F) in LaTeX?
Curl operator is like a divergence operator. However, in the case of curl, there will be a cross product between gradient and vector instead of the dot product. \documentclass{article} \begin{document} $$ \textup{Curl}=\nabla\times $$ …