Suppose I have two functions f(y) and g(y), how do I plot the surface rotated about the axes in Maple? Assume you cannot write f(y) or g(y) in terms of x. Maple only allows g(x) and f(x)
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
Do you mean you want to revolve the region between $x=f(y)$ and $x= g(y)$ around the $x$ axis? What you can do is rotate the region between $y=f(x)$ and $y=g(x)$ around the $y$ axis, and then change the orientation using transform in the plottools package. For example:
|
|||
|
|
