Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » packages » loadedPackages
next | previous | forward | backward | up | index | toc

loadedPackages -- the list of loaded packages

Description

The value of the variable loadedPackages is a list of the packages that have been loaded.

i1 : loadedPackages

o1 = {Varieties, Isomorphism, Truncations, Polyhedra, Saturation,
     ------------------------------------------------------------------------
     Elimination, OldChainComplexes, TangentCone, SimpleDoc, ReesAlgebra,
     ------------------------------------------------------------------------
     PrimaryDecomposition, MinimalPrimes, PackageCitations, OnlineLookup,
     ------------------------------------------------------------------------
     LLLBases, InverseSystems, IntegralClosure, ConwayPolynomials, Classic,
     ------------------------------------------------------------------------
     Macaulay2Doc, Core}

o1 : List

See also

For the programmer

The object loadedPackages is a list.


The source of this document is in Macaulay2Doc/ov_packages.m2:244:0.