More Advanced Tutorial Introductory Tutorial
This tutorial is divided into two lessons.
To view help information for a demo click the D located below the demo.
A more detailed demo tutorial is located in the Resources section.
Lesson 4: Adding elements to a demo

[D]
Lesson 5: Using Hotspots

[D]
Exercises
1. Create a new demo by following these steps:
- Add intervals x and y, both of which go
from -1 to 1 in 20 steps.
- Add variables a and b, which go from -1 to
1 in 10 steps.
- Add a function f(x, y), and type in any expression
for it.
- Add a 3D graph window which shows the function graph of f(x,
y) and plots the point (a, b, f(a, b)).
2. Create a demo which shows a graph of the function f(x)
and also graphs the tangent line to f(x) at some point, x0.
3. Create a demo based on your favorite calculus topic.