Best math software for writing math?

  • Thread starter Thread starter christian0710
  • Start date Start date
  • Tags Tags
    Software Writing
AI Thread Summary
The discussion centers on finding efficient software for writing mathematical equations. LaTeX is highlighted as a preferred choice due to its "What You See Is What You Mean" approach, allowing users to format documents using markup, which is particularly suited for mathematical and scientific typesetting. Users express frustration with Word's math editor, specifically the time-consuming process of locating symbols like multiplication. An example of LaTeX markup is provided, demonstrating its capability to produce complex equations. Additionally, there is interest in resources for learning LaTeX, with a recommendation for Wikibooks. Participants seek suggestions for LaTeX math books that organize formulas and concepts in a user-friendly manner, ideally with chapters and a glossary for quick reference.
christian0710
Messages
407
Reaction score
8
What's the best and easiest software when it comes to write equations. If I have to write a lot of math language It would be nice to have a program where I can write rapidly.

I tried the math editor in Word (office), but every time I need a multiplication symbol I have to find it in the pallet, takes for ever :P
 
Physics news on Phys.org
LaTeX.

It's a "What You See Is What You Mean" paradigm typesetting program, where you use markup to format your document and then compile it. It's designed for mathematical and scientific typesetting.

The math on PF uses LaTeX markup; an example from my .sig is:
Code:
[b]\frac[/b][/color]{[/color][b]\mathrm[/b][/color]{[/color]d}}{[/color][b]\mathrm[/b][/color]{[/color]d}[/color]t}[/color][b]\![/b][/color][b]\![/b][/color] [b]\left[/b][/color] ([b]\![/b][/color][b]\![/b][/color] [b]\frac[/b][/color] {[/color][b]\partial[/b][/color] [b]\mathcal[/b][/color] L}{[/color][b]\partial[/b][/color] [b]\dot[/b][/color]{[/color]q}_[/color]j}[/color] [b]\![/b][/color][b]\![/b][/color][b]\right[/b][/color]) - [b]\frac[/b][/color] {[/color][b]\partial[/b][/color] [b]\mathcal[/b][/color] L}{[/color][b]\partial[/b][/color] q_[/color]j}[/color] = Q_{[/color][b]\rm[/b][/color] nc}[/color], [b]\quad[/b][/color] [b]\text[/b][/color]{[/color]for }[/color] j = 1, 2, [b]\ldots[/b][/color], n
which produces:
\frac{\mathrm{d}}{\mathrm{d}t}\!\! \left (\!\! \frac {\partial \mathcal L}{\partial \dot{q}_j} \!\!\right) - \frac {\partial \mathcal L}{\partial q_j} = Q_{\rm nc}, \quad \text{for } j = 1, 2, \ldots, n
 
Thank you! I'll begin learning to use LaTex :D
 
Thank you for the recommendation. I'll start reading :)
Do you know of any good LaTeX math books with all the unnecessary mathematical language arranged in chapters or tables, so I can easily find it when needing to write fx integrals etc? I'm thinking of a book with chapters and a glossary in the back of the book so I can easily find y page for x formula.
 
Back
Top