|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DeclarePackage
DeclarePackage["context`", {"name1", "name2", ...}]
declares that Needs["context`"] should automatically be executed if a symbol with any of the specified names is ever used.
DetailsDetails
- You can use DeclarePackage to tell Mathematica automatically to load a particular package when any of the symbols defined in it are used.
- DeclarePackage creates symbols with the attribute Stub in the specified context.
- DeclarePackage prepends
to $ContextPath.
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

