Guest User

Untitled

a guest
Dec 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. R = ImplicitRegion[
  2. x^6 - 5 x^4 y z + 3 x^4 y^2 + 10 x^2 y^3 z + 3 x^2 y^4 - y^5 z +
  3. y^6 + z^6 <= 1, {x, y, z}];
  4. r = DiscretizeGraphics @ RegionPlot3D[R,
  5. PlotRange -> {{-1.5, 1.5}, {-1.5, 1.5}, {-1.6, 1.6}},
  6. PlotPoints -> 50, Boxed -> False]
Add Comment
Please, Sign In to add comment