MAPLE TUTORIAL FOR MATH 243
Differentiation, Integration, Editing Start Maple.
To differentiate sin(x2) type diff( sin(x^2), x); hit Return
The ←, →, ↑, ↓ keys may be used to navigate in the worksheet and the Backspace, Delete keys may be used to correct typing errors. Don’t forget the semicolon – every command ends with a semicolon. To compute definite and indefinite integrals use int( sin(x), x= 0..Pi ); and hit Return int( a*x^2, x ); and hit Return
[Read the rest of this entry...]
