Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Menu Item & Entry Format

Description

Example

Example

This will differentiate an expression 1:d with respect to an (differentiate) indicated variable. d(expression, You can also access var) this function on the homescreen using . This will integrate an expression with respect to an 2: (integrate) indicated variable. (expression, You can also access var) or this function on (expression, the homescreen var,lower,upper) using . Definite integrals can also be found. Returns a limit with respect to an indicated variable. Direction can be 3:limit indicated with limit(expression, negative = from var, point) left, and positive = from right. Limits can be sensitive to rounding error. This will evaluate an expression at 4: (sum) discrete variable (expression,var values within a given range and then ,low,high) calculates the product.

This evaluates an expression for each value of the 5: product indicated variable (expression,var from ,low,high) low to high, and returns the product of the results. 6:fMin This finds candidate fMin(expression, values of the var) indicated variable that minimize or 7:fMax fMax(expression maximize the expression. ,var) Evaluates the arc 8:arcLen length of an arcLen(expressio expression with n1,var,start,end) respect to the indicated variable. Returns a Taylor polynomial of the 9:taylor indicated degree Taylor(expressio and expansion point. n,var,order, [point]) The default expansion point is 0. A:nDeriv Evaluates the nDeriv(expressio numerical derivative of n,var,[h]) the expression.

B:nInt Evaluates a nInt(expression1 numerical integral. ,var,lower,upper) C:deSolve deSolve(1stOr2n dOrderOde, independentVar, dependentVar) Returns an equation that explicitly or implicitly specific a general solution to the 1st- or 2nd-

order ODE.

You might also like