Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.26 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{amsmath}
  3. \usepackage[utf8]{inputenc}
  4. \begin{document}
  5. \begin{equation}
  6. \int Cf(x) dx \ = C \int f(x) dx
  7. \end{equation}
  8. \begin{equation}
  9. \int [f(x) \pm g(x)] dx \ = \int f(x) dx \pm \int g(x) dx
  10. \end{equation}
  11. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement