Degree; Deriv; Dervx - HP 48gII Advanced User's Reference Manual

Graphing calculator
Hide thumbs Also See for 48gII:
Table of Contents

Advertisement

Result:
1/3
See also:
DEFINE, STORE

DEGREE

Type:
Function
Description:
Returns the degree of a polynomial expression. Returns 0 for a constant expression, but –1 if
the expression is zero.
Catalog, ...µ
Access:
Input:
Level 1/Argument 1: A polynomial expression or equation; all powers must be integers or real
numbers with no fractional part.
Output:
Level 1/Item 1: An integer representing the highest power in the polynomial. If the input
contains powers of more than one variable, including the current variable, returns the highest
power of the current variable. If the input contains powers of more than one variable, not
including the current variable, returns the highest power of the first symbolic variable (one
that is not stored in the current directory path). If the input contains powers of more than one
variable, and all the variables are stored in the current directory path, returns the highest
power of any of the variables.
Flags:
If exact mode is set (flag –105 clear), the result is returned as an integer, otherwise it is
returned as a real number.
Example 1:
Find the degree of the polynomial represented by:
x
-17=x
2
Command:
DEGREE(x^2-17=x^3+2*X)
Result:
3

DERIV

Type:
Function
Description:
Returns the partial derivatives of a function, with respect to the specified variables.
Calculus, P
Access:
Input:
Level 2/Argument 1: A function or a list of functions.
Level 1/Argument 2: A variable, or a vector of variables. The variable or variables must not
exist as variables stored in the current directory nor directories above it.
Output:
The derivative, or a vector of the derivatives, of the function or functions.
Flags:
Exact mode must be set (flag –105 clear).
Numeric mode must not be set (flag –3 clear).
Example:
Find the gradient of the following function of the spatial variables x, y, and z:
2
2x
y
+
3y
Command:
DERIV(2*X^2*Y+3*Y^2*Z+Z*X, [X,Y,Z])
EXPAND(ANS(1))
Result:
[4*Y*X+Z,2*X^2+6*Z*Y,X+3*Y^2]
See also:
DERVX, dn, ∂, POTENTIAL

DERVX

Type:
Function
Description:
Returns the derivative of a function with respect to the current variable. This variable must
not exist as a variable stored in the current directory path.
Calculus, !Ö or P
Access:
+2x
3
or !Ö
CALCULUS
2
z
+
zx
CALCULUS
. &
.
DERIV
INTEG
or !Ö
. &
DERIV
Computer Algebra Commands 4-21
.
INTEG

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

49g+

Table of Contents