Tagged Questions
8
votes
1answer
101 views
Load a mathematica package from within a package
I have more or less the following setting. In ~/path/to/my/packages I have two packages package1.m and package2.m. Each package's outline is, for example, the following:
BeginPackage["package1`"]
...
3
votes
2answers
351 views
Getting started with Mathematica packages
Can someone offer some advice on how to get started with mathematica packages?
I can save the following in a file named "Foo.m". When I run the input cell in that file, I can see the effects ...