Best math software for writing math?

  • Thread starter Thread starter christian0710
  • Start date Start date
  • Tags Tags
    Software Writing
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 9K views
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:
[tex]\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[/tex]
 
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.