known_functions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


FunctionAdvisor/known_functions

return a list of the mathematical function's names known by FunctionAdvisor

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

FunctionAdvisor(known_functions)

Parameters

known_functions

-

literal name; 'known_functions'

Description

• 

The FunctionAdvisor(known_functions) command returns a list of the mathematical function's names implemented in the Maple system.

Examples

FunctionAdvisor( known_functions );

The functions on which information is available via
    > FunctionAdvisor( function_name );
are:

AiryAi,AiryBi,AngerJ,AppellF1,AppellF2,AppellF3,AppellF4,BellB,BesselI,BesselJ,BesselK,BesselY,Β,ChebyshevT,ChebyshevU,Chi,Ci,CoulombF,CylinderD,CylinderU,CylinderV,Dirac,Ei,EllipticCE,EllipticCK,EllipticCPi,EllipticE,EllipticF,EllipticK,EllipticModulus,EllipticNome,EllipticPi,FresnelC,FresnelS,Fresnelf,Fresnelg,Γ,GaussAGM,GegenbauerC,GeneralizedPolylog,HankelH1,HankelH2,Heaviside,HermiteH,HeunB,HeunBPrime,HeunC,HeunCPrime,HeunD,HeunDPrime,HeunG,HeunGPrime,HeunT,HeunTPrime,Hypergeom,,InverseJacobiAM,InverseJacobiCD,InverseJacobiCN,InverseJacobiCS,InverseJacobiDC,InverseJacobiDN,InverseJacobiDS,InverseJacobiNC,InverseJacobiND,InverseJacobiNS,InverseJacobiSC,InverseJacobiSD,InverseJacobiSN,JacobiAM,JacobiCD,JacobiCN,JacobiCS,JacobiDC,JacobiDN,JacobiDS,JacobiNC,JacobiND,JacobiNS,JacobiP,JacobiSC,JacobiSD,JacobiSN,JacobiTheta1,JacobiTheta2,JacobiTheta3,JacobiTheta4,JacobiZeta,KelvinBei,KelvinBer,KelvinHei,KelvinHer,KelvinKei,KelvinKer,KummerM,KummerU,LaguerreL,LambertW,LegendreP,LegendreQ,LerchPhi,Li,LommelS1,LommelS2,MathieuA,MathieuB,MathieuC,MathieuCE,MathieuCEPrime,MathieuCPrime,MathieuExponent,MathieuFloquet,MathieuFloquetPrime,MathieuS,MathieuSE,MathieuSEPrime,MathieuSPrime,MeijerG,MultiPolylog,NielsenPolylog,Ψ,,Shi,Si,SphericalY,Ssi,Stirling1,Stirling2,StruveH,StruveL,WeberE,WeierstrassP,WeierstrassPPrime,WeierstrassSigma,WeierstrassZeta,WhittakerM,WhittakerW,Wrightomega,Ζ,abs,arccos,arccosh,arccot,arccoth,arccsc,arccsch,arcsec,arcsech,arcsin,arcsinh,arctan,arctanh,argument,bernoulli,binomial,conjugate,cos,cosh,cot,coth,csc,csch,csgn,dawson,dilog,doublefactorial,erf,erfc,erfi,euler,exp,factorial,harmonic,hypergeom,ln,lnGAMMA,log,max,min,piecewise,pochhammer,polylog,sec,sech,signum,sin,sinh,tan,tanh,unwindK

(1)

You can get a table of information for each function by specifying the function and the table keyword.

info_arccot := FunctionAdvisor(table, arccot );

arccot belongs to the subclass "arctrig" of the class "elementary" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "arctrig" ); and FunctionAdvisor( "elementary" );

(2)

info_arccot["describe"];

arccot=inverse cotangent function

(3)

info_arccot["definition"];

arccotz=π2Iln1Izln1+Iz2,with no restrictions on z

(4)

See Also

FunctionAdvisor

FunctionAdvisor/function_classes

FunctionAdvisor/topics

 


Download Help Document