Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Q = ( (x - 1)^2 + y^2 == 1);
  2. S = ImplicitRegion[Q, {x, y}];
  3. a = Region[S, Frame -> True]
  4.  
  5. f = Evaluate[{x^2 - y^2, 2 x y}] &;
  6. F = TransformedRegion[F, f];
  7. b = Region[F, BaseStyle -> Red, Frame -> True]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement