FunctionAdvisor/classify_function
return the class(es) to which the given mathematical function belongs
Calling Sequence
Parameters
Description
Examples
FunctionAdvisor(classify_function, math_function)
classify_function
-
literal name; 'classify_function'
math_function
Maple name of mathematical function
The FunctionAdvisor(classify_function, math_function) command returns the class(es) to which the given function belongs.
FunctionAdvisor⁡classify_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
FunctionAdvisor⁡classify_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
FunctionAdvisor⁡classify_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
See Also
FunctionAdvisor
FunctionAdvisor/class_members
FunctionAdvisor/function_classes
FunctionAdvisor/topics
Download Help Document