Algebraic
GetAlgebraics
extract all algebraic objects from a given object
Calling Sequence
Parameters
Description
Examples
GetAlgebraics(f)
GetAlgebraics(f, 'RootOf')
f
-
any expression
GetAlgebraics(f) returns all the subexpressions of f that are of type AlgebraicObject.
GetAlgebraics(f, 'RootOf') returns all subexpressions of f that are of type algext.
For both calling sequences, GetAlgebraics descends recursively into tables.
See Also
indets
type/AlgebraicObject
Download Help Document