Search Contact information
University of Cambridge Home Department of Engineering
University of Cambridge >  Engineering Department >  computing help
next up previous contents
Next: Delimiters Up: Maths Previous: Overlining, underlining and bold

Roots and Fractions

$\sqrt{4} + \sqrt[3]{x + y}$
gives $\sqrt{4} + \sqrt[3]{x + y}$.

Three constructions for putting expressions above others are

frac:-
$\frac{1}{(x + 3)}$ produces $\frac{1}{(x + 3)}$.
choose:-
${n + 1 \choose 3}$ produces ${n + 1 \choose 3}$.
atop:-
${x \atop y}$ produces ${x \atop y}$.

These constructions can be used with ones described earlier. E.g.,

\[ \sum_{-1\le i \le 1 \atop 0 < j < \infty} f(i,j)\]
gives

\begin{displaymath}\sum_{-1\le i \le 1 \atop 0 < j < \infty} f(i,j) \end{displaymath}



© Cambridge University Engineering Dept
Information provided by Tim Love
2006-07-27