known_functions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


FunctionAdvisor/known_functions

return a list of the mathematical function's names known by FunctionAdvisor

 

Calling Sequence

Parameters

Description

Examples

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 and the table keyword.

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)

See Also

FunctionAdvisor

FunctionAdvisor/function_classes

FunctionAdvisor/topics

 


Download Help Document