Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/rcwa/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 22.8.2025 mit Größe 828 B image not shown  

Quelle  testinstall.tst   Sprache: unbekannt

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

#############################################################################
##
#W  testinstall.tst              GAP4 Package `RCWA'              Stefan Kohl
##
##  This file does a nontrivial computation to check whether an installation
##  of RCWA appears to work. If everything is o.k., no differences should be
##  shown. For a more thorough test, see testall.g.
##
#############################################################################

gap> START_TEST( "testinstall.tst" );
gap> RCWADoThingsToBeDoneBeforeTest();
gap> Product(Factorization(mKnot(3))) = mKnot(3);
true
gap> RCWADoThingsToBeDoneAfterTest();
gap> STOP_TEST( "testinstall.tst", 160000000 );

#############################################################################
##
#E  testinstall.tst . . . . . . . . . . . . . . . . . . . . . . . . ends here

[ Dauer der Verarbeitung: 0.39 Sekunden  ]