Quote:
Originally Posted by ElectroNerd I still don't get how to do the fractions. They suggest you do (/frac) but for the "/" symbol they have it reflected. How do I find that on the keyboard? Can someone give me the steps to do a fraction such as 1/2? Thanks! |
Yes, it is a backslash in front of the frac command.
\frac{Numerator}{Denominator} gives
E.g. \frac{1}{2} gives

.
The backslash is usually located above the enter key.
The radical symbol is given by
sqrt{Something}
which gives

.
E.g. \sqrt{2} gives

.
If you want a higher root, like a cube root, then you'd put
sqrt[n]{Something}
to gives
![\sqrt[n]{\textrm{Something}} \sqrt[n]{\textrm{Something}}](http://www.mathhelpforum.com/math-help/latex2/img/79a69f71217a42620c3f851114f0fd5c-1.gif)
.
E.g. \sqrt[3]{4} gives
![\sqrt[3]{4} \sqrt[3]{4}](http://www.mathhelpforum.com/math-help/latex2/img/f1681de9a55ac64dac82d89c1e050df7-1.gif)
.