Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.23 KB | None | 0 0
  1. x = y+3 (y + 5)
  2.     ----
  3.     y-5  (y + 5)
  4.  
  5. x = y^2 + 15y + 5
  6.     ----------------
  7.     y^2 - 25
  8.  
  9. x = 15y + 5
  10.     -------
  11.       -25
  12.  
  13. x = 3y + 1
  14.     -------
  15.        -5
  16.  
  17. -5x = 3y+1
  18. -5x - 1 = 3y
  19.  
  20. -5x - 1
  21. ---------  = y
  22. 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement