@mmcdara
Dear sir,
The domain data and function described by me are just a sample and not to do with any expected results.
In fact I was interested in feeding the doamain ( x and y range and the valid function for this domain) to get the expected image from the maple.
In fact carl love has given a solution to get a plot of hemisphere, which is the answer for my earlier question.
I wanted to know how to give two dimensional piece wise function in maple for the same and plot.
I attach relevent documents just for reference.
plot of a hemisphere with input domain (x,y) as a circle of radius 3 cm and function representing hemisphere (sphere) as mathematical relation x sq + y sq = r sq
plot3d(-sqrt(-x^2 - y^2 + 9), y = -sqrt(-x^2 + 9) .. sqrt(-x^2 + 9), x = -3 .. 3, scaling = constrained)
recommended by Dr. Robert Lopez is a very good way of describing the domain and function and it displayed perfect hemisphere (upside as well as down side).
The plot command recommended by you is very interesting, but an explanation for the plot3d statement would very much help me. Like the " 'and ' and ' + ' notation purpose. What does u stand for ? Are all u, v, a and b refer to intervals?
Thanks for the immense help.
Ramakrishnan V
plot3d(-sqrt(x^2 - y^2 + 9), y = -sqrt(-x^2 + 9) .. sqrt(-x^2 + 9), x = -3 .. 3, scaling = constrained);