Units
Indets
a units-safe frontend to indets
Calling Sequence
Parameters
Description
Examples
Compatibility
Indets(expresion)
Indets(expresion, type)
expression
-
any expression
type
a valid type with which to filter the output
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.
with⁡Units:
Automatically loading the Units[Simple] subpackage
expr≔x−30⁢Unit⁡fathom2+Unit⁡m2+m2
expr≔−30⁢fathom+x2+m2+m2
:-indets⁡expr
fathom,m,m,x,fathom,m2
Indets⁡expr
m,x
The Units[Indets] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
indets
Download Help Document