Load or Unload a Package
Load Package
Unload Package
Load Package uses the with(package) calling sequence to make the short form names of the commands of a Maple package available at the interface level.
From the Tools menu, select Load Package and select the package to load.
When a package is loaded it becomes active in the Unload Package menu. The package name remains active in the Load Package menu.
Unload Package uses the unwith(package) calling sequence to remove package exports from the global namespace.
From the Tools menu, select Unload Package and select the package to unload.
See Also
packages
unwith
UsingPackages
with
Download Help Document