MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Handbook of Mathematical functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109793] Handbook of Mathematical functions
  • From: "Kurt TeKolste" <tekolste at fastmail.net>
  • Date: Tue, 18 May 2010 02:01:10 -0400 (EDT)
  • References: <201005171112.HAA11753@smc.vnet.net>

You might be interested in the online version of the Handbook of
Mathematical functions from NIST.  It is available at
http://dlmf.nist.gov/.


You can download a formula to Mathematica by Importing in LaTeX or
MathML from the URL provided with a formula.  For example:

A generating function for the Chebyshev polynomial of the first kind may
be found at http://dlmf.nist.gov/18.12, equation 7 and downloaded using
any of the three following.

LaTeX -- 
     Import["http://dlmf.nist.gov/18.12.E7.tex","NotebookObject";]
     The LaTeX option brings up a notebook displaying the function --
     but it generally requires some editing to convert it into valid
     Mathematica input syntax.

MathML -- 
    Import["http://dlmf.nist.gov/18.12.E7.pMML","MathML";]
    I have not been able to do anything useful with the MathML input.  

If you only want a picture --
    Import["http://dlmf.nist.gov/18.12.E7.png";]

ekt


  • Prev by Date: Re: Overloading StringJoin
  • Next by Date: Re: Random number generation( b/w two limits) with a gaussian
  • Previous by thread: Overloading StringJoin
  • Next by thread: Re: Handbook of Mathematical functions