I'm taking a class on proofs this semester. My first assignment is to prove propositions using axioms. Is there software I can use to type these mathematical symbols and equations?
Asked
Active
Viewed 173 times
1
1 Answers
2
LaTeX is the gold standard for typesetting mathematics. Just install MiKTeX and you're ready to go. I personally prefer TeXmaker to the default editor (TeXworks) provided with MiKTeX, but there's plenty of options to chose from. Also, if you can't remember what the command is for some given symbol, detexify is very useful.
ಠ_ಠ
- 10,682
-
1It may be worth noting that we use a variant of LaTeX to typeset mathematics on this site. With a little practice, and sometimes cutting and pasting (but always carefully!), you can write math in LaTeX almost as easily as by hand. (Or so it seems to me.) – David K Aug 31 '16 at 06:39
Both of these are markup languages (like HTML) that allow you to typset math. As an example, I can type "P \implies Q" to get that $P\implies Q$, or "A^c\cup B^c = (A\cap B)^c" to get that $A^c\cup B^c = (A\cap B)^c$.
– Mark Schultz-Wu Aug 31 '16 at 06:06