Math and Energy Guides
Writing Equations
LaTex is shorthand for writing equations.
Stackedit.io is an in-browser editor for converting your Markdown to HTML in real-time. Includes LaTeX, diagrams and music scores.
MS Word provides a
recommended equation editor that outputs to LaTeX. -
MS Word LaTeX Samples
From MS Word, you can copy and place between $$ symbols within html.
We include
mathjax.js and css in the current page.
Equation example:
Total final uses $$=\sum_{j=n_2+3+2}^{n_2+3+21}Y_{i,j}$$ or all $$i=1,\ldots,n_1+1$$
To copy the equation back into MS Word, right-click the equation above and choose "Show Math As > TeX Commands".
In Word, right-click the arrow to the right of the equation to toggle between Linear (script) and Professional (display)
StackOverflow about using Word with LaTeX
Also
LaTeX generator,
mathcha.io and
Snip Mathpix
Sloppy circle:
y= (1-x^2)^0.5, y=x, y=-x, y= -((1-x^2)^0.5)
Sloppy infinity (default):
y=(x * (1-x^2))^0.5, y=-((x * (1-x^2))^0.5), y=((-x * (1-x^2))^0.5), y=-((-x * (1-x^2))^0.5)