Input/Output:

 

 

Level 1/Argument 1

 

Level 1/Item 1

 

 

 

 

 

 

 

z

ez

 

 

'symb'

'EXP(symb)'

 

 

 

 

 

See also:

ALOG, EXPM, LN, LOG

 

 

 

 

 

 

 

EXP2HYP

 

 

 

 

Type:

Function

 

 

Description:

Converts expressions involving the exponential function into expressions with hyperbolic

 

functions.

 

 

Access:

Catalog, …µ

 

 

Input:

An expression

 

 

Output:

The rewritten expression.

 

 

Flags:

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

 

 

 

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

 

 

Example:

Rewrite in terms of hyperbolic functions the expression e5 ⋅ ln(x)

 

Command:

EXP2HYP(EXP(5*LN(X)))

 

 

Result:

SINH(5*LN(X))+COSH(5*LN(X))

 

 

EXP2POW

 

 

 

 

Type:

Function

 

 

Description:

Simplifies expressions involving the composition of the exponential and logarithmic functions.

 

Compare this to LNCOLLECT which combines logarithmic terms; the difference is shown in the

 

results of the second example used here and for LNCOLLECT.

 

Access:

REWRITE

 

 

Input:

An expression

 

 

Output:

The simplified expression.

 

 

Flags:

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

 

 

 

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

 

 

Example 1:

Simplify the expression e 5·ln(x)

 

 

Command:

EXP2POW(EXP(5*LN(X)))

 

 

Result:

5

 

 

 

X

 

 

Example 2:

Simplify the expression e n·ln(x)

 

 

Command:

EXP2POW(EXP(N*LN(X)))

 

 

Result:

N

 

 

X

 

 

See also:

LNCOLLECT

 

 

EXPAN

Command

 

 

Type:

 

 

Description:

Expand Products Command: Rewrites an algebraic expression or equation by expanding products

 

and powers. This command is similar to the old HP 48G series command, with minor

 

modifications (such as adding RISCH for integration).

 

 

Access:

…µEXPAN

 

 

Full Command and Function Reference 3-79