Line 1: |
Line 1: |
− | =Mathematics Publishing= | + | =====Example===== |
− | The engineering focus of this wiki is centered on information sharing which includes publishing a voluminous amount of mathematics related to Robonation Projects that the Engineering Club engages. | + | The equation <math display="block">\text{geometric series:}\quad \begin{align} \sum_{i=0}^\infty 2^{-i}=2 \end{align}</math> |
| | | |
− | ==Math code Display== | + | It was entered as |
− | The Math library installed in this wiki provides support for Mathematics Notation.
| + | :<syntaxhighlight lang="xml" inline><math display="block">\text{geometric series:}\quad \sum_{i=0}^\infty 2^{-i}=2 </math></syntaxhighlight> |
| + | |
| + | See this Wikipedia page for a full dictionary of all symbols [https://en.wikipedia.org/wiki/Help:Displaying_a_formula Math Symbols] |