Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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