Close
Close window
Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

FunctionAdvisor

provide information on mathematical functions in general

Calling Sequence

FunctionAdvisor()

FunctionAdvisor(topics, quiet)

FunctionAdvisor(Topic, function, quiet, opts)

Parameters

topics

-

literal name; 'topics'; specify that the FunctionAdvisor command return the topics for which information is available

quiet

-

(optional) literal name; 'quiet'; specify that only the computational result in Maple syntax is returned

Topic

-

(optional) name; FunctionAdvisor topic

function

-

name; mathematical function or function class. For some topics, you can specify multiple mathematical functions

opts

-

(optional) topic-specific options

Description

The FunctionAdvisor() command returns basic instructions for the use of the FunctionAdvisor function.

The FunctionAdvisor(topics) command returns the list of available FunctionAdvisor topics.

The FunctionAdvisor(function) command returns a summary of information related to the function function.

The FunctionAdvisor(Topic, function) command returns information related to the topic Topic for the function function.

The requirement concerning mathematical functions is not just computational. Typically, you need supporting information on definitions, identities, possible simplifications, integral forms, different types of series expansions, and mathematical properties in general. This information is in handbooks of mathematical functions like the one by Abramowitz and Stegun. You can now access this information directly from Maple, using the routines in the MathematicalFunctions package and the FunctionAdvisor command. This command is particularly useful when studying, teaching, and solving problems where mathematical function properties are relevant.

Using the FunctionAdvisor command, you can access mathematical language information easily that is both readable and directly usable in Maple mathematical computations. The FunctionAdvisor command provides information on the following topics.

The FunctionAdvisor command provides information on the following mathematical functions.

Like the conversion facility for mathematical functions, the FunctionAdvisor command also works with the concept of function classes and considers assumptions on the function parameters, if any. The FunctionAdvisor command provides information on the following function classes.

The FunctionAdvisor command can be considered to be between a help and a computational special function facility. Due to the wide range of information this command can handle and in order to facilitate its use, it includes two distinctive features:

If you call the FunctionAdvisor command without arguments, it returns information that you can follow until the appropriate information displays.

If you call the FunctionAdvisor command with a topic or function misspelled, but a match exists, it returns the information with a warning message.

So, you do not have to remember the exact Maple name of each mathematical function or the FunctionAdvisor topic. To avoid the warning messages displayed when the topic of function is misspelled, and the FunctionAdvisor verbosity in general, specify the optional argument quiet.

Examples

The following example uses the FunctionAdvisor command with no arguments specified.

>

FunctionAdvisor

The usage is as follows:
> FunctionAdvisor( topic, function, ... );
where 'topic' indicates the subject on which advice is required, 'function' is the name of a Maple function, and '...' represents possible additional input depending on the 'topic' chosen. To list the possible topics:
> FunctionAdvisor( topics );
A short form usage,
> FunctionAdvisor( function );
with just the name of the function is also available and displays a summary of information about the function.

>

FunctionAdvisortopics

The topics on which information is available are:

DE,analytic_extension,asymptotic_expansion,branch_cuts,branch_points,calling_sequence,class_members,classify_function,definition,describe,differentiation_rule,function_classes,identities,integral_form,known_functions,periodicity,plot,relate,required_assumptions,series,singularities,special_values,specialize,sum_form,symmetries,synonyms,table

(1)

To avoid all FunctionAdvisor verbosity, specify the optional argument quiet.

>

FunctionAdvisorfunction_classes,quiet

trig,trigh,arctrig,arctrigh,elementary,GAMMA_related,Psi_related,Kelvin,Airy,Hankel,Bessel_related,0F1,orthogonal_polynomials,Ei_related,erf_related,Kummer,Whittaker,Cylinder,1F1,Elliptic_related,Legendre,Chebyshev,2F1,Lommel,Struve_related,hypergeometric,Jacobi_related,InverseJacobi_related,Elliptic_doubly_periodic,Weierstrass_related,Zeta_related,complex_components,piecewise_related,Other,Bell,Heun,Appell,trigall,arctrigall,Polylog_related,integral_transforms

(2)

The FunctionAdvisor command can return information ranging from general information, for example, "the Maple names for the Bessel functions",

>

FunctionAdvisorbess

* Partial match of "bess" against topic "Bessel_related".
The 14 functions in the "Bessel_related" class are:

AiryAi,AiryBi,BesselI,BesselJ,BesselK,BesselY,HankelH1,HankelH2,KelvinBei,KelvinBer,KelvinHei,KelvinHer,KelvinKei,KelvinKer

(3)
>

FunctionAdvisordescribe,BesselK

BesselK=Modified Bessel function of the second kind

(4)

to more complicated relationships between mathematical functions and their identities, computed using the Maple internal knowledge database and related algorithms.

>

FunctionAdvisorsum_form,tan

tanz=_k1=08z2_k1+12π24z2,tanz=_k1=1bernoulli2_k1−1_k1z1+2_k14_k116_k1Γ2_k1+1&comma;z<π2

(5)
>

FunctionAdvisorintegral_form&comma;Β

Βx&comma;y=01_k1x11_k1y1&DifferentialD;_k1&comma;0<x0<y

(6)
>

sp_eqFunctionAdvisorspecialize&comma;HermiteH&comma;KummerU

sp_eqHermiteHa&comma;z=2aKummerUa2&comma;12&comma;z2&comma;0<zz=00<z

(7)

If you only specify function names, the parameters entering the mathematical formulas are all local variables. For example, the previous formula uses local instances of a and z and therefore

>

hassp_eq&comma;a&comma;z

false

(8)

You can override this behavior by passing the function with the parameters. For example, you can first retrieve the calling sequence then pass EllipticFz&comma;k.

>

FunctionAdvisorsyntax&comma;EllipticF

EllipticFz&comma;k

(9)
>

EF_and_DEFunctionAdvisorDE&comma;EllipticFz&comma;k

EF_and_DEfz&comma;k=EllipticFz&comma;k&comma;2k2fz&comma;k=13k4z2+z2+3k2kfz&comma;kk5z2+z21k3+k+z3zzfz&comma;kk4k2z2k2+1+k2z2+1fz&comma;kk4z2k2z2k2+1&comma;2kzfz&comma;k=zfz&comma;kkz2k2z21&comma;2z2fz&comma;k=2k2z3+k2+1zzfz&comma;k1+k2z4+k21z2

(10)
>

map2has&comma;EF_and_DE&comma;z&comma;k

true&comma;true

(11)

The information returned by the FunctionAdvisor command can be used for further computations. For example, you can verify that the first operand EF_and_DE, that is, EllipticF , is a solution of the second operand, a PDE system, or further represent the function in differently.

>

pdetestEF_and_DE1&comma;EF_and_DE2

0&comma;0&comma;0

(12)
>

EF_and_DE1

fz&comma;k=EllipticFz&comma;k

(13)
>

convertEF_and_DE1&comma;Int

fz&comma;k=0z1_&alpha;12+1k2_&alpha;12+1&DifferentialD;_&alpha;1

(14)

Use the FunctionAdvisor command to return a presentation with sections of information for the arccot function.

>

FunctionAdvisorarccot&comma;quiet&colon;

arccot

describe

arccot=inverse cotangent function

definition

arccotz=π2Iln1Izln1+Iz2

with no restrictions on z

classify function

arctrig

elementary

symmetries

arccotz=πarccotz

arccotz&conjugate0;=arccotz&conjugate0;

notzComplexRangeI&comma;−IorzComplexRangeI&comma;I

periodicity

arccotz

No periodicity

plot

singularities

arccotz

z=+I

branch points

arccotz

z−I&comma;I

branch cuts

arccotz

zComplexRangeI&comma;−IzComplexRangeI&comma;I

special values

arccot−1=3π4

arccot33=2π3

arccot3=5π6

arccot0=π2

arccot3=π6

arccot33=π3

arccot1=π4

arccot=0

arccot=π

identities

cotarccotz=z

cotarccotz+arccoty=yz1z+y

sum form

arccotz=_k1=0zIz_k1+−Iz_k12_k1+1+π2

z<1

series

seriesarccotz&comma;z&comma;4=π2z+13z3+Oz5

asymptotic expansion

asymptarccotz&comma;z&comma;4=1z13z3+O1z5

integral form

arccotz=1+Iz1IzI2_k1&DifferentialD;_k1+π2

with no restrictions on z

differentiation rule

&DifferentialD;&DifferentialD;zarccotz=1z2+1

&DifferentialD;n&DifferentialD;znarccotz=arccotzn=02n1MeijerG0&comma;0&comma;12&comma;&comma;0&comma;12+n2&comma;n2&comma;z2z1notherwise

DE

fz=arccotz

&DifferentialD;&DifferentialD;zfz=1z2+1

To obtain the same information but as a Maple table with indices and entries , sometimes useful for other computational purposes, pass the optional argument table. The relation between all elementary functions and the pFq hypergeometric function:

>

elementary_functionsFunctionAdvisorelementary

The 26 functions in the "elementary" class are:

elementary_functionsarccos&comma;arccosh&comma;arccot&comma;arccoth&comma;arccsc&comma;arccsch&comma;arcsec&comma;arcsech&comma;arcsin&comma;arcsinh&comma;arctan&comma;arctanh&comma;cos&comma;cosh&comma;cot&comma;coth&comma;csc&comma;csch&comma;exp&comma;ln&comma;sec&comma;sech&comma;sin&comma;sinh&comma;tan&comma;tanh

(15)
>

map2FunctionAdvisor&comma;relate&comma;elementary_functions&comma;hypergeom

arccosz=π2zhypergeom12&comma;12&comma;32&comma;z2&comma;arccoshz=1+z2zhypergeom12&comma;12&comma;32&comma;z2π21+z&comma;arccotz=π2zhypergeom12&comma;1&comma;32&comma;z2&comma;arccothz=zhypergeom12&comma;1&comma;32&comma;z2+πz122z1&comma;arccscz=hypergeom12&comma;12&comma;32&comma;1z2z&comma;arccschz=hypergeom12&comma;12&comma;32&comma;1z2z&comma;arcsecz=π2hypergeom12&comma;12&comma;32&comma;1z2z&comma;arcsechz=z12z2zπ2hypergeom12&comma;12&comma;32&comma;1z22z1&comma;arcsinz=zhypergeom12&comma;12&comma;32&comma;z2&comma;arcsinhz=zhypergeom12&comma;12&comma;32&comma;z2&comma;arctanz=zhypergeom12&comma;1&comma;32&comma;z2&comma;arctanhz=zhypergeom12&comma;1&comma;32&comma;z2&comma;cosz=hypergeom&comma;12&comma;z24&comma;coshz=hypergeom&comma;12&comma;z24&comma;cotz=hypergeom&comma;12&comma;z24zhypergeom&comma;32&comma;z24&comma;cothz=hypergeom&comma;12&comma;z24zhypergeom&comma;32&comma;z24&comma;cscz=1zhypergeom&comma;32&comma;z24&comma;cschz=1zhypergeom&comma;32&comma;z24&comma;&ExponentialE;z=hypergeom&comma;&comma;z&comma;lnz=z1hypergeom1&comma;1&comma;2&comma;z+1&comma;secz=1hypergeom&comma;12&comma;z24&comma;sechz=1hypergeom&comma;12&comma;z24&comma;sinz=zhypergeom&comma;32&comma;z24&comma;sinhz=zhypergeom&comma;32&comma;z24&comma;tanz=zhypergeom&comma;32&comma;z24hypergeom&comma;12&comma;z24&comma;tanhz=zhypergeom&comma;32&comma;z24hypergeom&comma;12&comma;z24

(16)
>

References

Cheb-Terrab, E.S. "The function wizard project: A Computer Algebra Handbook of Special Functions". Proceedings of the Maple Summer Workshop. University of Waterloo, Ontario, Canada, 2002.

Compatibility

The FunctionAdvisor command was updated in Maple 2016.


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /