Mathematica How do I type mathematical statements?

  • Thread starter Thread starter arunma
  • Start date Start date
  • Tags Tags
    Mathematical Type
AI Thread Summary
To type mathematical statements in forums, use the [*tex] and [*/tex] tags to enclose your code. For fractions, use the format \frac{numerator}{denominator}, and for grouping terms, use curly braces. Symbols like π and γ are entered with a backslash, such as \pi and \gamma. When dealing with powers or subscripts that involve multiple terms, enclose them in brackets to ensure proper formatting. For a comprehensive understanding, refer to the LaTeX help page and explore existing code examples in the forum.
arunma
Messages
924
Reaction score
4
I've seen people in the homework help forum type mathematical statements such as fractions, exponents, integrals, etc. Anyone know how I can do this? Thanks.
 
Physics news on Phys.org
Last edited by a moderator:
eliminate * when using code

Start with the [*tex] statement

then when you are done type [*/tex]
for example

[*tex] 5x=3+2 [*/tex]
equals
5x=3+2

for fractions
do
foward slash {num}{denom}

so

5/3 equals [*tex] \frac{5}{3} [/*tex]
\frac{5}{3}
{}are used to group terms
for example
\sqrt{25}

the \ is to let the code know ur typing out something for that translates to a symbol
\pi \pi
\gamma \gamma

if you were to do something to a power and it have more than one term or subscript you would want to use brackets

otherwise this will happen

e^ip e^i5
e^{ip} e^{i5}
 
Last edited:
That was meant to be a quick lesson for a full understanding go to the latex thread under general physics and just click on peoples latex code and teach yourself the code.
 
Back
Top