New Reply

How to write equations in a post?

 
Share Thread Thread Tools
Jul16-11, 02:56 AM   #1
 

How to write equations in a post?


Hello! I'm new here, and i would like to konw how to write an equation in my post. For example, the Freidmann equation. Do i need a particular software or there is a function to do it while i'm writing the post in the forum? Wich are the steps? Thank you
Jacopo

(sorry for my italianenglish, i will improve writing here :) )
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Jul16-11, 03:02 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
PF is LaTeX compatible. See http://omega.albany.edu:8008/Symbols.html for some of the commands.
 
Jul16-11, 03:11 AM   #3
 
Ok thank you, now i will try to write the Friedmann equation...
 
Jul16-11, 03:48 AM   #4
 

How to write equations in a post?


Oh, good, i've found the [itex]\Sigma[/itex] button above the text box. When i press this button a box appears with all the symbols. Problem solved!

[itex](\frac{\dot{a}}{a})^{2}=(H_{0})^{2}[ \Omega_{0,r}(\frac{a}{a_{0}})^{-4}+\Omega_{0,m}(\frac{a}{a_{0}})^{-3}+(1-\Omega_{0})(\frac{a}{a_{0}})^{2}+\Omega_{\Lambda}][/itex]

Et voilą, thank you again.

Jacopo
 
Jul17-11, 10:41 AM   #5
 
Mentor
Blog Entries: 10
Glad you found how to do it. FYI, we often point new members who ask this question to the following thread:

http://www.physicsforums.com/showthread.php?t=386951
 
Jul17-11, 05:54 PM   #6
 
Mentor
Quote by Redbelly98 View Post
Glad you found how to do it. FYI, we often point new members who ask this question to the following thread:

http://www.physicsforums.com/showthread.php?t=386951
That thread could use some cleanup. Borek's post about the old preview bug should be deleted. It's weird to explain multiple lines by linking to page 19 of 49 of an old locked thread filled with lots of irrelevant information and broken LaTex code. (I would just link to a web page that explains the align environment). Those are just examples. I'm reluctant to link to this thread myself because of all the problems with it.

The thread should at least explain the difference between itex and tex tags (you could e.g. use my example below), link to the comprehensive LaTeX symbol list, mention the 50 character bug, mention the quick edit refresh bug, and mention that the best way to learn is to click on the quote button every time you see a post that makes you think "I wonder how he did that". (OK, I see now that the "how to latex" document actually does that last thing).

Example of itex vs tex: The function [itex]\sin:\mathbb R\rightarrow\mathbb R[/itex] is defined by [tex]\sin x=\sum_{n=0}^\infty \frac{(-1)^n}{(2n+1)!}x^{2n+1},[/tex] for all [itex]x\in\mathbb R[/itex]. Note that the comma must be placed inside the tex tags, and that you shouldn't type any line breaks.

The "how to latex" pdf should also be updated. It doesn't mention itex tags, fails to mention that \\ only works in specific environments (like align), falsely claims that tex tags are equivalent to "dollar sign, LaTeX code, dollar sign" in a LaTeX document. (This would give you a result equivalent to itex. You need two dollar signs before and after the code to get a result equivalent to tex). The pdf explains some things in awkward ways. For example matrices: [tex]\Lambda=\gamma\begin{pmatrix}1 & -v\\ -v & 1\end{pmatrix}[/tex] I also think people would prefer to use the cases environment instead of arrays: [tex]\chi_{\mathbb Q}(x)=\begin{cases}1 &\text{if }x\in\mathbb Q\\ 0 &\text{if }x\notin\mathbb Q.\end{cases}[/tex] The displaystyle command is explained badly. It's used to prevent LaTeX from formatting the math the way it normally would when the math image is to appear on a line that also includes text. Compare [itex]\sum_{k=0}^n x_k[/itex] to [itex]{\displaystyle \sum_{k=0}^n x_k}[/itex]. The latter code includes a "displaystyle". Note the positions of the curly brackets. They don't go where you'd normally put them. (Compare it with the source code for this image: [itex]\sqrt{x^2}[/itex]).
 
Jul17-11, 09:15 PM   #7
 
Mentor
Blog Entries: 10
I deleted Borek's post. The thread was originally meant to direct people to other areas of the forum that explained things in more detail. At some point I added a simple example to the post, so that people completely new to LaTeX would have a starting point.

I agree that a cleanup of the detailed how-to stuff would be a big help.
 
New Reply

Tags
equations
Thread Tools


Similar Threads for: How to write equations in a post?
Thread Forum Replies
Help to write Kirchhoff's equations for a circuit Introductory Physics Homework 4
How to write chemical equations Biology, Chemistry & Other Homework 14
write equations with different font style General Math 0
help write the Nodal equations and solve V1 &V2 Engineering, Comp Sci, & Technology Homework 1
How Do I Write Out Mathematical Equations? Math & Science Software 2