8. A real-world surface interpolation
problem: due 2 April. Check out Bruce Fast's tutorial
for some helpful hints. Some of the other ITS tutorials listed above
may also be useful. Click here for
an on-line version of the glacier data. Mathematica hint for problem
1: check out the help docs on the ListPlot3D or ScatterPlot3D
commands. Note that you'll need to use Mathematica's "Graphics3D"
package to use the latter:
In[6]:= Needs["Graphics`Graphics3D`"];
In[7]:= ScatterPlot3D[ {{33.44 87.93 105.88},{8.81 84.07 103.11}} ]
(If you don't load the library, ScatterPlot3D will simply echo the
points back at you.) Similarly, TriangularSurfacePlot "needs"
DiscreteMath`ComputationalGeometry`.