CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346

CAP info functions

  • CanCompute( category, string ) Returns true if the the function with name [removed] is computable in [removed].

  • CheckConstructivenessOfCategory( category, string ) Returns a list of names of basic operations which are not computable in [removed] but needed to have the categorical property [removed] completely constructive.

  • ListKnownCategoricalProperties( category ) Lists all known categorical properties of [removed].

  • InstalledMethodsOfCategory( category ) Lists all installed methods of category.

  • DerivationsOfMethodByCategory( category, method ) Shows how [removed] can be derived in [removed].

  • ListInstalledOperationsOfCategory( category ) Returns a list of strings of all installed operations of [removed].

  • ListPrimitivelyInstalledOperationsOfCategory( category ) Returns a list of strings of all primitively installed operations of [removed].