PDA

View Full Version : testing mathematica TeX output in PF


ashfaque
Nov8-04, 01:40 PM
\({\root{2}\of{x}}\)

is it square root of x .... :) ?

ashfaque
Nov8-04, 01:41 PM
\begin{document}

\({\root{2}\of{x}}\)


\end{document}
does it work?

ashfaque
Nov8-04, 01:41 PM
can u tell me how can i do this properly?

ashfaque
Nov8-04, 01:51 PM
[tex]
\({\root{2}\of{x}}\)
[\tex]
now?

ashfaque
Nov8-04, 01:53 PM
\({\root{2}\of{x}}\)
now?

ashfaque
Nov8-04, 01:54 PM
i think now ......
[ tex ] \({\root{2}\of{x}}\) [ /tex ]
??

ashfaque
Nov8-04, 01:56 PM
does the following work?

[ tex ] a^x_n [ /tex ]

enigma
Nov8-04, 01:58 PM
You need to take out the spaces ashfaque.

Take a look at this thread (http://www.physicsforums.com/showthread.php?t=8997) for assistance. You can click on the graphic to see the code which generated it.

Please also note that you can see the graphic when you preview a post. Please experiment that way.

Thanks

enigma
Nov8-04, 01:59 PM
\sqrt{2}

a^x_n

ashfaque
Nov8-04, 02:03 PM
okke now ..
E = mc^2

ashfaque
Nov8-04, 02:05 PM
Thank uuu MENTOR
:)

chroot
Nov8-04, 02:39 PM
You can enter square roots as

\root{2}\of{x}

but it's easier to use

\sqrt{x}

You probably don't need to bother using an equation editor unless your equation are really, really complex.

- Warren