HP 50g Graphing manual Lgcd, Libeval, Libs, HERMITE, Tchebycheff, EVAL, FLASHEVAL, Syseval

Models: 50g Graphing 48gII Graphing

1 693
Download 693 pages 23.18 Kb
Page 250
Image 250

Result:

COS(X)*(cC0 -X)+(cC1-1)*SIN(X)

See also:

DESOLVE

LEGENDRE

 

 

 

Type:

Function

Description:

Returns the nth degree Legendre polynomial.

Access:

Arithmetic, POLYNOMIAL LL

Input:

An integer, n.

Output:

The nth Legendre polynomial.

Flags:

Exact mode must be set (flag –105 clear).

 

 

Numeric mode must not be set (flag –3 clear).

Example:

Find the Legendre polynomial with degree 4.

Command:

LEGENDRE(4)

Result:

(35*X^4-30*X^2+3)/8

See also:

HERMITE, TCHEBYCHEFF

 

 

 

 

 

LGCD

 

 

 

Type:

Function

Description:

Returns the greatest common divisor of a list of expressions or values.

Access:

Arithmetic, !ÞL

Input:

A list of expressions or values.

Output:

Level 2/Item 1: The list of elements.

 

 

Level 1/Item 2: The greatest common divisor of the elements.

Flags:

Exact mode must be set (flag –105 clear).

 

 

Numeric mode must not be set (flag –3 clear).

 

 

Radians mode must be set (flag –17 set).

See also:

GCD

LIBEVAL

Command

Type:

Description:

Evaluate Library Function Command: Evaluates unnamed library functions.

 

 

 

 

 

 

WARNING: Use extreme care when executing this function. Using LIBEVAL

 

 

 

 

with random addresses will almost always cause a memory loss. Do not use this

 

 

 

 

function unless you know what you are doing.

 

 

 

 

 

 

 

 

 

#nfunction is of the form lllfffh, where lll is the library number, and fff the function number.

Access:

…µLIBEVAL

Input/Output:

 

 

Level 1/Argument 1

Level 1/Item 1

 

 

 

 

 

 

#nfunction

 

 

 

 

See also:

EVAL, FLASHEVAL, SYSEVAL

 

LIBS

Command

 

Type:

 

Description:

Libraries Command: Lists the title, number, and port of each library attached to the current

 

directory. The title of a library often takes the form LIBRARY NAME : Description. A library

 

without a title is displayed as " ".

 

3130 Full Command and Function Reference

Page 250
Image 250
HP 50g Graphing, 48gII Graphing manual Lgcd, Libeval, Libs, HERMITE, Tchebycheff, EVAL, FLASHEVAL, Syseval