Load Package - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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