HOW DO I ACCESS LATEX ON THIS BOARD?
I have tried \(, [itex], [math], and $.
If you really "have no idea where to begin", I would suggest that you begin by taking a course in, or at least read a book on, vector Calculus, typically a "Calculus III course.
There you will learn that "rot F" is short for "nabla cross F" or "$\nabla\times F$". [math]\nabla[/math] is the "vector differential operator" [itex]\frac{\partial}{\partial x}\vec{i}+ \frac{\partial}{\partial y}\vec{j}+ \frac{\partial}{\partial z}\vec{k}[/itex].
Just as there are three kinds of "vector product", the scalar product, the dot product, and the cross product, so there are three differential operations we can perform on scalar or vector functions with nabla:
With a scalar function, the "gradient", grad, which is like multiplying a scalar times a vector and produces a vector function:
\(grad \phi= \nabla \phi(x,y,z)= \frac{\partial \phi}{\partial x}\vec{i}+ \frac{\partial \phi}{\partial y}\vec{j}+ \frac{\partial \phi}{\partial z}\vec{k}\).
With a vector function, the "Divergence", div, which is like the dot product of two vectors and produces a scalar function:
\(div \vec{v}= \nabla\cdot \vec{v}= \frac{\partial v_x}{\partial x}+ \frac{\partial v_y}{\partial y}+ \frac{\partial v_z}\{artial z}\).
With a vector function, the "curl", rot, which is like the cross product of two vectors and produces a vector function:
\(rot \vec{v}= \nabla\times \vec{v}= \left(\frac{\partial v_z}{\partial y}- \frac{\partial v_y}{\partial z}\right)\vec{i}- \left(\frac{\partial v_z}{\partial x}- \frac{\partial v_x}{\partial z}\right)\vec{j}+ \left(\frac{\partial v_y}{\partial x}- \frac{\partial v_x}{\partial y}\right)\vec{k}\).
That rather complicated formula can be remembered as a determinant:
\(\left|\begin{array}{ccc} \vec{i} & \vec{j} & \vec{k} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\ \vec{i} & \vec{j} & \vec{k} \end{array}\right|\).\)