Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/deepthought/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 20.5.2025 mit Größe 435 B image not shown  

Quelle  init.g   Sprache: unbekannt

 
Spracherkennung für: .g vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#
# DeepThought: This package provides functions for multiplication and other computations in finitely generated nilpotent groups based on the Deep Thought algorithm.
#
# Reading the declaration part of the package.
#

if not LoadKernelExtension("DeepThought") then
  Error("failed to load the DeepThought package kernel extension");
fi;

ReadPackage( "DeepThought", "gap/DTObj.gd");
ReadPackage( "DeepThought", "gap/DeepThought.gd");

[ Dauer der Verarbeitung: 0.34 Sekunden  ]