Use Mathematica to graph a the surface b the level curves o
Use Mathematica to graph:[ a) the surface b) the level curves ] of the given function f (xy) = x^(3) - 3xy^(2)
i dont need to SEE how the graphs look, just the codes in order grapgh the result
Solution
using plot command one can easily plot the graph.
Plot[ {x^3-3*x*(y^2)}, {x,-2,2,y,-2,2}, PlotStyle -> {Hue[.3], Hue[.8]},
PlotRange -> {-200, 200}, Frame -> True, AxesLabel -> {\"x-Axis\",\"y-Axis\"} ]
![Use Mathematica to graph:[ a) the surface b) the level curves ] of the given function f (xy) = x^(3) - 3xy^(2) i dont need to SEE how the graphs look, just the Use Mathematica to graph:[ a) the surface b) the level curves ] of the given function f (xy) = x^(3) - 3xy^(2) i dont need to SEE how the graphs look, just the](/WebImages/27/use-mathematica-to-graph-a-the-surface-b-the-level-curves-o-1073952-1761562997-0.webp)