D() (Derivative); () (Integral); () (Square Root) - Texas Instruments TI-Nspire Reference Manual

Reference guide
Hide thumbs Also See for TI-Nspire:
Table of Contents

Advertisement

d() (derivative)

Expr1
Var
Order
]) | Var=Value
d(
,
[,
Expr1
Var
Order
d(
,
[,
])
,
List1
Var
Order
list
d(
[,
])
,
Matrix1
Var
Order
d(
[,
])
Except when using the first syntax, you must store a numeric value in
variable Var before evaluating
() can be used for calculating first and second order derivative at a
d
point numerically, using auto differentiation methods.
Order, if included, must be=1 or 2. The default is 1.
You can insert this function from the keyboard by typing
Note:
derivative(...).
Note: See also First derivative, page
Second derivative, page 5.
Note: The d() algorithm has a limitiation: it works recursively
through the unsimplified expression, computing the numeric value of
the first derivative (and second, if applicable) and the evaluation of
each subexpression, which may lead to an unexpected result.
Consider the example on the right. The first derivative of
x·(x^2+x)^(1/3) at x=0 is equal to 0. However, because the first
derivative of the subexpression (x^2+x)^(1/3) is undefined at x=0,
and this value is used to calculate the derivative of the total
expression, d() reports the result as undefined and displays a warning
message.
If you encounter this limitation, verify the solution graphically. You
can also try using centralDiff().

() (integral)

Expr1
Var
Lower
Upper
(
,
,
,
Returns the integral of Expr1 with respect to the variable Var from
Lower to Upper. Can be used to calculate the definite integral
numerically, using the same method as nInt().
Note: You can insert this function from the keyboard by typing
integral(...).
Note: See also nInt(), page 68, and Definite integral template,
page 5.

() (square root)

Value1
value
(
)
List1
list
(
)
Returns the square root of the argument.
For a list, returns the square roots of all the elements in List1
You can insert this function from the keyboard by typing
Note:
sqrt(...)
See also Square root template, page 1.
Note:
value
value
matrix
(). Refer to the examples.
d
5
or
value
)
.
TI-Nspire™ Reference Guide
Catalog >
Catalog >
/q
keys
123

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents