Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. In[1]:=Reduce[Exists[{s, t}, x == s^2 - t^2 && y == s + t && z == s^2 + 3 t], {z}]
  2.  
  3. Out[1] = (y == 0 && x == 0) || (y != 0 && z == (x^2 - 6 x y + 2 x y^2 + 6 y^3 + y^4)/(4 y^2))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement