FunctionAdvisor/special_values - return the special values of a given mathematical function
|
Calling Sequence
|
|
FunctionAdvisor(special_values, math_function)
|
|
Parameters
|
|
special_values
|
-
|
literal name; 'special_values'
|
math_function
|
-
|
Maple name of mathematical function
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(special_values, math_function) command returns special values of the function computed at a selected list of special points.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
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.
>
|
|
| (4) |
To make the FunctionAdvisor command return results using global variables, pass the function call itself.
>
|
|
| (5) |
>
|
|
| (6) |
For functions which accept more than one argument, the special values of interest could be restricted by passing the function call. For example, these are special values for
>
|
|
| (7) |
and these are special values for .
>
|
|
| (8) |
>
|
|
In these cases, when the FunctionAdvisor command is called with the function name, for example, Psi, the values are listed on the screen starting with those involving less arguments in the function call (in this example, ).
|
|
Download Help Document
Was this information helpful?