bostonvaulter
Joined: 13 Oct 2006 Posts: 43 Location: USA
|
Posted: October 27, 2006 6:02 PM Post subject: |
|
|
press [2nd] [d] (the d is under the number
this will show up on the screen as d(
it is of this form. d(function,var,[order])
so if you want to take the derivative of x^2 with respect to x, you would type
and that would give you
note, you could also have typed d(x^2,x,1)
but that is uneccesary.
hope that helps |
|