Load Package - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Load or Unload a Package

 

Load Package

Unload Package

Load 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

• 

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