- Slope
\slope{x}{t}
$$ \frac{\Delta x}{\Delta t} $$
- Limits
\limitof{f(x)}{x}{0}
$$ \lim\limits_{x \rightarrow 0} f(x) $$
- First Derivative
\der{x}{t}
$$ \frac{dx}{dt} $$
- nth Derivative
\nder{x}{t}{n}
$$ \frac{d^nx}{dt^n} $$
- Partial Derivative
\partialder{x}{t}
$$ \frac{\partial x}{\partial t} $$
- nth Partial Derivative
\npartialder{x}{t}{n}
$$ \frac{\partial^n x}{\partial t^n} $$
- Mixed Derivative
\mixedder{x}{y}{t}
$$ \frac{\partial^2 x}{\partial y \partial t} $$
- Evaluation at constant:
Adding an extra 'k' at the end of ALL the above commands allows you to
evaluate them at a particular constant (supplied as an additional argument)
\npartialderk{x}{t}{3}{c}
$$ \left( \frac{\partial^3 x}{\partial t^3} \right)_c $$