GetAlgebraics - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


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

farray1+I,x+sqrt2,RootOfy2RootOfx23,index=1,y,index=1

f1+Ix+2RootOf_Z2RootOf_Z23,index=1,index=1

(1)

AlgebraicGetAlgebraicsf

I,2,RootOf_Z2RootOf_Z23,index=1,index=1,RootOf_Z23,index=1

(2)

AlgebraicGetAlgebraicsf,RootOf

RootOf_Z2RootOf_Z23,index=1,index=1,RootOf_Z23,index=1

(3)

See Also

Algebraic

indets

type/AlgebraicObject