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

FunctionAdvisor( known_functions );

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.

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" );

(2)

info_arccot["describe"];

(3)

info_arccot["definition"];

(4)

See Also

FunctionAdvisor

FunctionAdvisor/function_classes

FunctionAdvisor/topics

 


Download Help Document