Next: More damn exercises
Up: Mma
Previous: Runaway calculations
- Fire up the Help Browser as the first order of business.
- If you are unfamiliar with Mathematica , check the Getting Started/Demos section of the Help Browser
- Look here
for
scads of Notebooks which illustrate various tasks-look at the Notebook names.
Try running at least a couple (some may require an ancillary data or
image file you'll need to download too).
- Plot
over the range
.
- Evaluate the indefinite integral of
and verify your
result by differentiating and reducing it to the starting form. Hint: use Apart
- Make a table of the numerical values of
for
. Warning:
Don't use
-this forces things to be treated numerically. Ugh!
- What are the first 50 places of
?
- Find the first four terms in the Taylor series for the functions
-
about
about
- Define the function
and use the
ContourPlot to plot it over the range
and
. What options could you use to make the contours
smoother?
- Same function, but plotted with
Plot3D Can you suppress
the surface mesh? Play with the viewpoint using Input
3D Viewpoint Selector
- Find the eigenvalues and eigenvectors of a
symmetric
real matrix.
- Practice saving EPS graphics files from your notebook by selecting
the graphic (only), then using
Edit
Save Selection As.
- Solve the ordinary differential equation
Next: More damn exercises
Up: Mma
Previous: Runaway calculations
David Wood
2007-06-25