Function: math[getindets] - returns all indeterminates in an expression

Calling Sequence:

getindets(expr);

Parameters:

expr - any expression

Description:

This function returns all indeterminates of type name that are not constants.

This function is part of the math package, and so can be used only after performing the command with(math) or with(math, getindets).

Examples:

> with(math, getindets):

> alias(E=exp(1)):

> getindets(Pi*x+E*y);

[Maple Math]

See Also:

select , indets .

Version History:

Version 1.0 as of December 13, 1997