class_members - 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


FunctionAdvisor/class_members

return all the class members of the given class name

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

FunctionAdvisor(class_members, class_name)

Parameters

class_members

-

literal name; 'class_members'

class_name

-

class name

Description

• 

The FunctionAdvisor(class_members, class_name) command returns all the class members that belong to the class.

Examples

FunctionAdvisorclass_members,trig

The 6 functions in the "trig" class are:

cos,cot,csc,sec,sin,tan

(1)

FunctionAdvisorclass_members,elementary

The 26 functions in the "elementary" class are:

arccos,arccosh,arccot,arccoth,arccsc,arccsch,arcsec,arcsech,arcsin,arcsinh,arctan,arctanh,cos,cosh,cot,coth,csc,csch,exp,ln,sec,sech,sin,sinh,tan,tanh

(2)

FunctionAdvisorclass_members,Bessel_related,quiet

AiryAi,AiryBi,BesselI,BesselJ,BesselK,BesselY,HankelH1,HankelH2,KelvinBei,KelvinBer,KelvinHei,KelvinHer,KelvinKei,KelvinKer

(3)

See Also

FunctionAdvisor

FunctionAdvisor/classify_function

FunctionAdvisor/function_classes

FunctionAdvisor/topics