FunctionAdvisor/display - display information about a mathematical function in an ordered manner
|
Calling Sequence
|
|
FunctionAdvisor(display, math_function)
|
|
Parameters
|
|
display
|
-
|
literal name; 'display'
|
math_function
|
-
|
name of known mathematical function; see type/mathfunc
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(display, math_function) command returns the information regarding that function available to the system. The information that displays is essentially the same as what you obtain by calling the FunctionAdvisor command without the keyword display.
|
|
|
Examples
|
|
>
|
|
The system is unable to compute the "asymptotic_expansion" for sin
sin belongs to the subclass "trig" of the class "elementary" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "trig" ); and FunctionAdvisor( "elementary" );
| |
| (1) |
>
|
|
The system is unable to compute the "asymptotic_expansion" for sin
sin belongs to the subclass "trig" of the class "elementary" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "trig" ); and FunctionAdvisor( "elementary" );
| |
| (2) |
>
|
|
Because you defined sin_info, the call FunctionAdvisor(display, sin_info) is also a valid and produces the same presentation as FunctionAdvisor(display, sin).
|
|
Download Help Document
Was this information helpful?