FunctionAdvisor/known_functions
return a list of the mathematical function's names known by FunctionAdvisor
Calling Sequence
Parameters
Description
Examples
FunctionAdvisor(known_functions)
known_functions
-
literal name; 'known_functions'
The FunctionAdvisor(known_functions) command returns a list of the mathematical function's names implemented in the Maple system.
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
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" );
info_arccot["describe"];
arccot=inverse cotangent function
info_arccot["definition"];
arccotz=π2−Iln1−Iz−ln1+Iz2,with no restrictions on z
See Also
FunctionAdvisor
FunctionAdvisor/function_classes
FunctionAdvisor/topics
Download Help Document