DavidNorgren

Untitled

Aug 14th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. { x + y = 1
  2. { x + 2 = z
  3. { y + z = 3
  4.  
  5. { x + y = 1
  6. { x - z = -2
  7. { y + z = 3
  8.  
  9. 1 1 0 | 1
  10. 1 0 -1 | -2 switch
  11. 0 1 1 | 3 switch
  12.  
  13. 1 1 0 | 1 (-1)
  14. 0 1 1 | 3 |
  15. 1 0 -1 | -2 <-
  16.  
  17.  
  18. 1 1 0 | 1
  19. 0 1 1 | 3 (1)
  20. 0 -1 -1 | -3 <-
  21.  
  22. 1 1 0 | 1
  23. 0 1 1 | 3
  24.  
  25. { x + y = 1
  26. { y + z = 3
  27.  
  28. { x = 1 - y
  29. { y = 3 - z
  30.  
  31. { x = 1 - 3 + t
  32. { y = 3 - t
  33. { z = t
  34.  
  35. { x = t - 2
  36. { y = 3 - t
  37. { z = t
  38.  
  39. där t är ett reellt tal
Advertisement
Add Comment
Please, Sign In to add comment