Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
FunctionAdvisor/classify_function - return the class(es) to which the given mathematical function belongs
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
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" );
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" );
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" );
See Also
FunctionAdvisor, FunctionAdvisor/class_members, FunctionAdvisor/function_classes, FunctionAdvisor/topics
Download Help Document