FunctionAdvisor/known_functions
return a list of the mathematical function's names known by FunctionAdvisor
Calling Sequence
Parameters
Description
Examples
FunctionAdvisor(known_functions)
known_functions
-
literal name; 'known_functions'
The FunctionAdvisor(known_functions) command returns a list of the mathematical function's names implemented in the Maple system.
FunctionAdvisor( known_functions );
The functions on which information is available via > FunctionAdvisor( function_name ); are:
You can get a table of information for each function by specifying the function and the table keyword.
info_arccot := FunctionAdvisor(table, arccot );
arccot belongs to the subclass "arctrig" of the class "elementary" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "arctrig" ); and FunctionAdvisor( "elementary" );
info_arccot["describe"];
info_arccot["definition"];
See Also
FunctionAdvisor
FunctionAdvisor/function_classes
FunctionAdvisor/topics
Download Help Document