|
Introduction (Page: 1 | 2 ) DEMO TUTORIAL To run a lesson, click on its picture and then click on the button that appears below. A more detailed demo tutorial is located in the Resources section. Demos
Lesson 1: Viewing a 3D graph 
 Lesson 2: Using the Control Window 
 Lesson 3: Variables and expressions 
 Lesson 4: Adding elements to a demo 
 Lesson 5: Using Hotspots 
 Examples
- Built-in Functions
Exercises
- Create a new demo by following these steps:
- Add intervals x and y, each from -1 to 1 in 20 steps.
- Add variables a and b, each from -1 to 1 in 10 steps.
- Add a function f(x, y), and type in any expression for it.
- Add a 3D graph which shows the function graph of f(x, y) and plots the point (a, b, f(a, b)).
- 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.
- Create a demo based on your favorite calculus topic.
|