Last active
August 29, 2015 14:14
-
-
Save mburrows02/864014270f2c30daf6c7 to your computer and use it in GitHub Desktop.
Multi-line equation in math environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{align*} | |
\sigma&=(P(0)\times (1-\mu)^2+P(2)\times (-1-\mu)^2+P(5)\times (-4-\mu)^2\\ | |
&\qquad {} + P(10)\times (-9-\mu)^2+P(50)\times (-49-\mu)^2\\ | |
&\qquad {} + P(100)\times (-99-\mu)^2+P(500)\times (-499-\mu)^2\\ | |
&\qquad {} + P(1000)\times (-999-\mu)^2+P(10000)\times (-9999-\mu)^2\\ | |
&\qquad {} + P(100000)\times (-99999-\mu)^2\\ | |
&\qquad {} + P(1000000)\times (-999999-\mu)^2)^{1/2}\\[3px] | |
&\approx 330.307\pagebreak | |
\end{align*} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment