Some graphics with plot and plotfunc
Publié : lun. mars 24, 2025 4:55 am
Trying to draw a half sphere I came across an unexpected graphic with the following command:
plotfunc(sqrt(9-x**2-y**2),[x,y])
I can plot a half-sphere with plotparam() command, but the graph from the previous command isn't what I expected. Is this a bug?
Another question is with the following command:
plot(x**(1/3),x=-5..5)
Only the first quadrant is graphed. Is this the expected result? Or is it a bug?
Thanks in advance.
plotfunc(sqrt(9-x**2-y**2),[x,y])
I can plot a half-sphere with plotparam() command, but the graph from the previous command isn't what I expected. Is this a bug?
Another question is with the following command:
plot(x**(1/3),x=-5..5)
Only the first quadrant is graphed. Is this the expected result? Or is it a bug?
Thanks in advance.