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

Online Help

All Products    Maple    MapleSim


FunctionAdvisor/classify_function

return the class(es) to which the given mathematical function belongs

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

FunctionAdvisor(classify_function, math_function)

Parameters

classify_function

-

literal name; 'classify_function'

math_function

-

Maple name of mathematical function

Description

• 

The FunctionAdvisor(classify_function, math_function) command returns the class(es) to which the given function belongs.

Examples

FunctionAdvisorclassify_function,BesselK

BesselK belongs to the subclass "Bessel_related" of the class "0F1" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "Bessel_related" ); and FunctionAdvisor( "0F1" );

Bessel_related,0F1

(1)

FunctionAdvisorclassify_function,tan

tan belongs to the subclass "trig" of the class "elementary" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "trig" ); and FunctionAdvisor( "elementary" );

trig,elementary

(2)

FunctionAdvisorclassify_function,JacobiTheta1

JacobiTheta1 belongs to the class "Jacobi_related" and so, in principle, it can be related to various of the 18 functions of that class - see FunctionAdvisor( "Jacobi_related" );

Jacobi_related

(3)

See Also

FunctionAdvisor

FunctionAdvisor/class_members

FunctionAdvisor/function_classes

FunctionAdvisor/topics