The FunctionAdvisor command provides access to the information Maple has stored for nearly all its special functions. In particular, it can be queried for the branch cuts of a function. For example, applying it to the arctangent function, we find
There are a number of issues to deal with here. First, note that information for both and has been returned. To focus on just the first, issue the command as
| (2.1) |
Second, note that the "ComplexRange" construction yields to a conversion to "relation" as in
| (2.2) |
Third, to enter an underscore in Math mode, the escape character (\) should be typed first. Otherwise, Math mode interprets the underscore as a signal to lower the cursor for a subscript.
Finally, note that the "And" construction can be simplified. We show how to do this after we delete from (2.2) with
| (2.3) |
Since (2.3) is a list containing two instances of "And", we must map the conversion process onto the list. Thus, we have
Table 1 contains the result of all such manipulations for the inverse trig, and inverse hyperbolic functions.
|
Table 1 Modified output for FunctionAdvisor applied to each inverse trig and hyperbolic function
|
|
|
Table 1 was generated as a Maple matrix, using a number of Maple commands to make the desired modifications. The final results are about the best that can be obtained using a basic set of commands. Of course, it would have been possible to typeset (by hand) a more readable version, but instead, we have captured the information in a more visual way, in Figure 4, below.