Texas Instruments TI-89 and TI-92 Plus Computer |
|
|
|
Version | 1.0 (Monday, September 10, 1999) |
Download | [ di.89f | di.9xf ] (643 bytes) |
Description | Determines single or multivariable implicit derivative to the first or greater order. |
Screen shots |
|
Documentation | Usage:
di(Expr,ImplicitVar,ExplicitVarOrList,Order) Expr can be a function, expression, or equation. If Expr is not an equation, it will be assumed to be equal to zero (0). ImplicitVar is the implicit variable. ExplicitVarOrList is the explicit variable or a list of one or more explicit variables in an expression of three of more variables. Return value:
Examples:
2. di(y2=x2+2x,y,x,2)
(y is an implicit function of x, second order)
3. di(x2+y2+z2=a2,z,{x,y},1)
(z is an implicit function of x and y, first order)
|