Get - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


MathematicalFunctions

  

Get

  

return information on a mathematical function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Get(topic, math_function, all)

Parameters

topic

-

name; specifies the topic for information

math_function

-

name; mathematical function

all

-

(optional) literal name; can be used with only calling_sequence topic to return all known calling sequences

Description

• 

The Get(topic, math_function) function returns the topic information on the function math_function. If the requested information is not available it returns NULL.

• 

The topic argument must be one of:

analytic_extension

asymptotic_expansion

branch_cuts

branch_points

calling_sequence

classify_function

definition

describe

differentiation_rule

display

identities

integral_form

plot

series

singularities

special_values

sum_form

 

 

 

• 

To display the list of possible values for the math_function argument, use the FunctionAdvisor(known_functions) function. For more information, see FunctionAdvisor/known_functions.

• 

The Get(topic, math_function) function is equivalent to FunctionAdvisor(topic, math_function), but does not attempt to match misspelled topic or math_function arguments to the correct names. For more information, see FunctionAdvisor.

  

The FunctionAdvisor command supports additional topics. For more information, see FunctionAdvisor/topics.

Examples

> 

with⁡MathematicalFunctions

&Intersect,&Minus,&Union,Assume,Coulditbe,Evalf,Get,Is,SearchFunction,Sequences,Series

(1)
> 

Get⁡series,arcsin

series⁡arcsin⁡z,z,4=z+16⁢z3+O⁡z5

(2)
> 

Get⁡sum_form,tan

tan⁡z=∑_k1=0∞⁡8⁢z2⁢_k1+12⁢π2−4⁢z2,tan⁡z=∑_k1=1∞⁡bernoulli⁡2⁢_k1⁢−1_k1⁢z−1+2⁢_k1⁢4_k1−16_k1Γ⁡2⁢_k1+1&comma;z<π2

(3)
> 

Get⁡special_values&comma;sec

sec⁡π6=2⁢33&comma;sec⁡π4=2&comma;sec⁡π3=2&comma;sec⁡∞=undefined&comma;sec⁡∞⁢I=0&comma;sec⁡π⁢n=−1&comma;∧⁡n::odd&comma;sec⁡π⁢n=1&comma;∧⁡n::even&comma;sec⁡π⁢n2=∞+∞⁢I&comma;∧⁡n::odd

(4)
> 

Get⁡branch_cuts&comma;arccot

arccot⁡z&comma;z∈ComplexRange⁡−∞⁢I&comma;−I∨z∈ComplexRange⁡I&comma;∞⁢I

(5)
> 

Get⁡identities&comma;BesselK

BesselK⁡a&comma;I⁢z=−π⁢BesselY⁡a&comma;z2⁢Ia+BesselJ⁡a&comma;z⁢ln⁡z−ln⁡I⁢zIa&comma;∧⁡a::ℤ&comma;BesselK⁡a&comma;I⁢z=−π⁢za⁢BesselY⁡a&comma;z2⁢I⁢za+π⁢BesselJ⁡a&comma;z⁢−I⁢zaza+za⁢cos⁡π⁢aI⁢za⁢csc⁡π⁢a2&comma;∧⁡a::¬ℤ&comma;BesselK⁡a&comma;−z=−1a⁢BesselK⁡a&comma;z+BesselI⁡a&comma;z⁢ln⁡z−ln⁡−z&comma;∧⁡a::ℤ&comma;BesselK⁡a&comma;−z=za⁢BesselK⁡a&comma;z−za+π⁢za−za−−zaza⁢BesselI⁡a&comma;z⁢csc⁡π⁢a2&comma;∧⁡a::¬ℤ&comma;BesselK⁡a&comma;b⁢c⁢zqp=b⁢cp⁢zp⁢qa⁢BesselK⁡a&comma;b⁢cp⁢zp⁢qb⁢c⁢zqpa−π⁢csc⁡π⁢a⁢BesselI⁡a&comma;b⁢cp⁢zp⁢q⁢b⁢c⁢zqpab⁢cp⁢zp⁢qa−b⁢cp⁢zp⁢qab⁢c⁢zqpa2&comma;a::¬ℤ∧2⁢p::ℤ&comma;BesselK⁡a&comma;b⁢c⁢zqp=c⁢zqpcp⁢zp⁢qa⁢BesselK⁡a&comma;b⁢cp⁢zp⁢q−−1a⁢BesselI⁡a&comma;b⁢cp⁢zp⁢q⁢ln⁡b⁢c⁢zqp−ln⁡b⁢cp⁢zp⁢q&comma;a::ℤ∧2⁢p::ℤ&comma;BesselK⁡a&comma;z=2⁢a−1⁢BesselK⁡a−1&comma;zz+BesselK⁡a−2&comma;z&comma;BesselK⁡a&comma;z=−2⁢a+1⁢BesselK⁡a+1&comma;zz+BesselK⁡a+2&comma;z

(6)
> 

Get⁡calling_sequence&comma;Ζ&comma;all

ζ⁡s,ζn⁡s,ζn⁡s&comma;a

(7)
> 

Get⁡definition&comma;JacobiAM

z=JacobiAM⁡∫0z11−k2⁢sin⁡θ2&DifferentialD;θ&comma;k&comma;z::−32&comma;32

(8)
> 

Get⁡definition&comma;InverseJacobiAM

InverseJacobiAM⁡φ&comma;k=∫0φ11−k2⁢sin⁡_&theta;12&DifferentialD;_&theta;1&comma;with no restrictions on ⁡φ&comma;k

(9)

See Also

FunctionAdvisor

FunctionAdvisor/analytic_extension

FunctionAdvisor/asymptotic_expansion

FunctionAdvisor/branch_cuts

FunctionAdvisor/branch_points

FunctionAdvisor/calling_sequence

FunctionAdvisor/classify_function

FunctionAdvisor/definition

FunctionAdvisor/describe

FunctionAdvisor/differentiation_rule

FunctionAdvisor/display

FunctionAdvisor/identities

FunctionAdvisor/integral_form

FunctionAdvisor/series

FunctionAdvisor/singularities

FunctionAdvisor/special_values

FunctionAdvisor/sum_form

MathematicalFunctions

MathematicalFunctions[SearchFunction]

MathematicalFunctions[Series]