HP 50g Graphing, 48gII Graphing manual Editb, Egcd

Models: 50g Graphing 48gII Graphing

1 693
Download 693 pages 23.18 Kb
Page 192
Image 192

When evaluated, e returns its numerical representation if flag –2 or –3 is set; otherwise, e returns its symbolic representation.

The number returned for e is the closest approximation to 12digit accuracy. For exponentiation, use the expression 'EXP(x)' rather than e^x, since the function EXP uses a special algorithm to compute the exponential to greater accuracy. Even though the calculator often displays 'EXP(x)' as e^x, it’s still 'EXP(x)' internally.

Access: ~!E

 

!´LCONSTANTS e

( ´is the leftshift of the Pkey).

!´LCONSTANTS 2.718281828…

( ´is the leftshift of the Pkey).

Flags: Symbolic Constants (–2), Numerical Results (–3)

Input/Output:

 

 

Level 1/Argument 1

Level 1/Item 1

 

 

 

 

 

 

'e'

 

 

2.71828182846

 

EXP, EXPM,

 

 

See also:

i, LN, LNP1, MAXR, MINR, π

 

 

 

 

 

EDIT

Type:

Command

Description:

Edit Command: Moves specified object to the command line where it can be edited.

Access:

! ˜

 

I!EDIT

Input/Output:

None

See also:

EDITB, VISIT

 

 

EDITB

Command

Type:

Description:

Edit Best Command: Opens the specified object in the most suitable editor. For example, if you

 

use a matrix as the specified object, the command opens it in Matrix Writer.

Access:

˜

 

IEDIT

Input/Output:

None

See also:

EDIT, VISIT

 

 

EGCD

 

Type:

Command

Description:

Given two polynomials, a and b, returns polynomials u, v, and c where: au+bv=c

 

In the equation, c is the greatest common divisor of a and b.

Access:

Arithmetic, POLYNOMIAL

Input:

Level 2/Argument 1: The expression corresponding to a in the equation.

 

Level 1/Argument 2: The expression corresponding to b in the equation.

Output:

Level 3/Item 1: The result corresponding to c in the equation.

 

Level 2/Item 2: The result corresponding to u in the equation.

 

Level 1/Item 3: The result corresponding to v in the equation.

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).

372 Full Command and Function Reference

Page 192
Image 192
HP 50g Graphing, 48gII Graphing manual Editb, Egcd