- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hello! (Wave)
I am writing a text in LATEX and I wrote this:
but the expression is cut off and isn't shown entirely... Why does this happen? :( What could I do?
I am writing a text in LATEX and I wrote this:
Code:
\begin{align*}
\epsilon_p(a+b)&=((a+b)\pmod p, (a+b)\pmod{p^2}, (a+b)\pmod{p^3}, \dots )\\
&=(a\pmod p+b\pmod p, a\pmod{p^2}+b\pmod{p^2}, a\pmod{p^3}+ b \pmod{p^3}, \dots) \\
&=(a\pmod p, a\pmod{p^2},a\pmod{p^3}, \dots)+(b\pmod p, b\pmod{p^2}, b\pmod{p^3}, \dots) \\
&=\epsilon_p(a)+\epsilon_p(b)
\end{align*}
but the expression is cut off and isn't shown entirely... Why does this happen? :( What could I do?