STRUVEH is a Mathematica package which evaluates the Struve H function.
STRUVEH is primarily an example of how to implement a new function in Mathematica. The package includes information about exact values, the derivative, and a series expansion for the function.
In order for the package to be accessible, the package file must be placed in the appropriate place. A typical place is the "Applications" subdirectory of the "User Base Directory". These are directories set up by Mathematica. You can find out where the User Base Directory is by the Mathematica command:
$UserBaseDirectoryThen you need to copy the package file to the "Applications" subdirectory of that directory.
Once the new package has been placed, you should probably run Mathematica and direct it to rebuild the Help database. This will serve to update Mathematica's internal information so that it can explain how the functions in the package are called.
To use the package, load it with the command:
<< StruveH.m
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
You can go up one level to the Mathematica packages and notebooks.