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/function_classes - return all class names
Calling Sequence
FunctionAdvisor(function_classes)
Parameters
function_classes
-
literal name; 'function_classes'
Description
The FunctionAdvisor(function_classes) command returns all class names for which information is available.
Examples
For each function class, you can obtain the class members as follows:
The 26 functions in the "elementary" class are:
* Partial match of "ortho" against topic "orthogonal_polynomials". The 7 functions in the "orthogonal_polynomials" class are:
Functions are also classifiable into these function classes via the following.
* Partial match of "classify" against topic "classify_function". * Partial match of Gegen against topic GegenbauerC. GegenbauerC belongs to the subclass "orthogonal_polynomials" of the class "2F1" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "orthogonal_polynomials" ); and FunctionAdvisor( "2F1" );
See Also
FunctionAdvisor, FunctionAdvisor/class_members, FunctionAdvisor/classify_function, FunctionAdvisor/topics
Download Help Document