2

I would like to plot the astroid which is given by:

$x^{2/3} + y^{2/3} = 1$

When I use

ContourPlot[x^(2/3) + y^(2/3) == 1, {x, -1, 1}, {y, -1, 1}, Axes -> True]

it only plots the first quadrant. If I try any other fractional powers the same thing happens. However, as soon as I use integer powers, for example if I want to plot a circle, it draws all 4 quadrants just fine. How do I make this work?

Thanks!

J. M.'s missing motivation
  • 124,525
  • 11
  • 401
  • 574
StormRyder
  • 21
  • 1

0 Answers0