packages
return the list of bound packages
Calling Sequence
Description
Examples
packages()
The packages() calling sequence returns a list of the packages bound using the with command. The packages are listed in the order that they were bound.
with⁡StringTools:with⁡LinearAlgebra:with⁡GroupTheory:
packages⁡
StringTools,LinearAlgebra,GroupTheory
Packages can be unbound using the unwith command.
unwith⁡LinearAlgebra:
StringTools,GroupTheory
See Also
index[package]
unwith
Using Packages
with
Download Help Document