Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 6 years ago

ortollj gravatar image

3D Graph with Domain contours

Hi

I would like to visualize in 3D the function below:

f_{X,Y}(x,y) = x2,if 1x2 and 0yx, 0,otherwise. .

I execute this code below, but it is not displaying good (what is wrong in the code ?), and how to display the axes labels ?

var("x y z")
region = implicit_plot3d(z, (x, -3, 3), (y, -3, 3), (z, -3, 3) , plot_points=100, region=lambda x,y,z: x^2  and 1<x and x<2 and y<x,axes=True)
region.show()

3D Graph with Domain contours

Hi

I would like to visualize in 3D the function below:

f_{X,Y}(x,y) = x2,if 1x2 and 0yx, 0,otherwise. .

I execute this code below, but it is not displaying good (what is wrong in with the code ?), and how to display the axes labels ?

var("x y z")
region = implicit_plot3d(z, (x, -3, 3), (y, -3, 3), (z, -3, 3) , plot_points=100, region=lambda x,y,z: x^2  and 1<x and x<2 and y<x,axes=True)
region.show()

3D Graph with Domain contours

Hi

I would like to visualize in 3D the function below:

f_{X,Y}(x,y) = x2,if 1x2 and 0yx, 0,otherwise. .

I execute this code below, but it is not displaying good (what is wrong with the code ?), and how to display the axes labels ?

var("x y z")
region = implicit_plot3d(z, (x, -3, 3), (y, -3, 3), (z, -3, 3) , plot_points=100, region=lambda x,y,z: x^2  and 1<x and x<2 and y<x,axes=True)
y<x and y>0,axes=True)
region.show()