Copy of Creating a Surface Between Two Functions
To "fill in" the space between two curves (in this example, f(x) = sin(x)-2 and g(x) = 3-x^2) do the following:
- Define your two functions.
- Use the SURFACE command: Surface[ t , u f(t) + (1 - u) g(t) , 0 , t , x(A) , x(B) , u , 0 , 1 ]