FunctionAdvisor/known_functions - return a list of the mathematical function's names known by FunctionAdvisor
|
Calling Sequence
|
|
FunctionAdvisor(known_functions)
|
|
Parameters
|
|
known_functions
|
-
|
literal name; 'known_functions'
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(known_functions) command returns a list of the mathematical function's names implemented in the Maple system.
|
|
|
Examples
|
|
>
|
|
The functions on which information is available via
> FunctionAdvisor( function_name );
are:
| |
| (1) |
You can get a table of information for each function by specifying the function as single argument.
>
|
|
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" );
| |
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?