Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.83 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{amsmath}
  4.  
  5. \begin{document}
  6.  
  7. \begin{align*}
  8.           &&                        0 &= \dfrac{1}{4}(2(-1) + 1) + C \mathrm{e}^{2(-1)} \\
  9.  \implies &&                        0 &= \dfrac{-1}{4} + C \mathrm{e}^{-2}              \\
  10.  \implies && \dfrac{1}{4}\mathrm{e}^2 &= C                                              \\
  11.  \implies &&                        C &= \dfrac{1}{4}\mathrm{e}^2
  12. \end{align*}
  13.  
  14. \begin{alignat*}{2}
  15.           &&                        0 &= \dfrac{1}{4}(2(-1) + 1) + C \mathrm{e}^{2(-1)} \\
  16.  \implies &&                        0 &= \dfrac{-1}{4} + C \mathrm{e}^{-2}              \\
  17.  \implies && \dfrac{1}{4}\mathrm{e}^2 &= C                                              \\
  18.  \implies &&                        C &= \dfrac{1}{4}\mathrm{e}^2
  19. \end{alignat*}
  20.  
  21. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement