Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. documentclass[10pt]{amsart}
  2. usetikzlibrary{calc,angles,positioning,intersections,quotes,decorations.markings}
  3. usepackage{mathtools,array}
  4.  
  5. usepackage{pgfplots}
  6. pgfplotsset{compat=1.11}
  7.  
  8.  
  9. begin{document}
  10.  
  11. begin{gather*}
  12. left{
  13. begin{array}{@{}c@{}c@{}c@{}c@{}c}
  14. -3x & {}-{} & 6y & {}={} & -15 \
  15. 3x & {}+{} & 4y & {}={} & 6
  16. end{array}
  17. right.
  18. , \
  19. left{
  20. begin{array}{@{}r@{}c@{}l}
  21. -3x - 6y & {}={} & -15 \
  22. -2y & {}={} & -9
  23. end{array}
  24. right.
  25. , \
  26. left{
  27. begin{array}{@{}r@{}c@{}l}
  28. x + 2y & {}={} & 5 \
  29. y & {}={} & 9/2
  30. end{array}
  31. right.
  32. , \
  33. left{
  34. begin{array}{@{}r@{}c@{}l}
  35. x & {}={} & -4 \
  36. y & {}={} & 9/2
  37. end{array}
  38. right.
  39. .
  40. end{gather*}
  41.  
  42.  
  43. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement