***"Integrate" for the TI-86+***
-Created by Brian Hare   brianhare@mail.com

1. STARTING OFF:
Integrate is a calculus program that integrates a given equation.

It works with these equations:
INPUT:	OUTPUT:  (C is a constant)
C 	Cx
Cx 	Cx/2
Cx	(Cx^3)/3
Cx^N	(Cx^(N+1))/(N+1)
Csin x	-Ccos x
Ccos x	Csin x

The equation is stored in y1. The integral is stored in y2.

To work the problem in y1, type "y1" at the prompt.


2. MORE COMPLEX EQUATIONS:
You are not limited to problems such as "3x". You are able to work problems such as "2x+7x-sin x".


3. THE FUNDAMENTAL THEOREM OF CALCULUS:
Find the area of a figure bordered by a function, the x-axis, and two vertical lines. (You will supply the function and two x-values.)

----------------------------------------------------------------------

Look for my other calculus program, "Derive"