Indets - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Units

  

Indets

  

a units-safe frontend to indets

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Indets(expresion)

Indets(expresion, type)

Parameters

expression

-

any expression

type

-

a valid type with which to filter the output

Description

• 

This command is a simple frontend to the global indets command. It still returns all the indeterminant subexpressions of the input of the given type but it removes the names of units and the unit data structures from the output.

Examples

withUnits:

Automatically loading the Units[Simple] subpackage

exprx30Unitfathom2+Unitm2+m2

expr30fathom+x2+m2+m2

(1)

:-indetsexpr

fathom,m,m,x,fathom,m2

(2)

Indetsexpr

m,x

(3)

Compatibility

• 

The Units[Indets] command was introduced in Maple 2018.

• 

For more information on Maple 2018 changes, see Updates in Maple 2018.

See Also

indets