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

Online Help

Algebraic

  

GetAlgebraics

  

extract all algebraic objects from a given object

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetAlgebraics(f)

GetAlgebraics(f, 'RootOf')

Parameters

f

-

any expression

Description

• 

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.

Examples

(1)

(2)

(3)

See Also

Algebraic

indets

type/AlgebraicObject

 


Download Help Document