FunctionAdvisor/identities - return the identities of a given mathematical function
|
Calling Sequence
|
|
FunctionAdvisor(identities, math_function)
|
|
Parameters
|
|
identities
|
-
|
literal name; 'identities'
|
math_function
|
-
|
Maple name of mathematical function
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(identities, math_function) command returns a list of identities for that function.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
The variables used by the FunctionAdvisor command to create the function calling sequences are local variables. Therefore, the previous example does not depend on a or z.
>
|
|
| (6) |
To make the FunctionAdvisor command return results using global variables, pass the function call itself when requesting the function identities.
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
|
|
Download Help Document
Was this information helpful?