Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/testinstall/opers/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 670 B image not shown  

Quelle  CyclotomicField.tst   Sprache: unbekannt

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

gap> START_TEST("CyclotomicField.tst");
gap> x := List([1..8], CyclotomicField);
[ Rationals, Rationals, CF(3), GaussianRationals, CF(5), CF(3), CF(7), CF(8) ]
gap> y := List([1..8], CyclotomicField);
[ Rationals, Rationals, CF(3), GaussianRationals, CF(5), CF(3), CF(7), CF(8) ]
gap> FlushCaches();
gap> z := List([1..8], CyclotomicField);
[ Rationals, Rationals, CF(3), GaussianRationals, CF(5), CF(3), CF(7), CF(8) ]
gap> List([1..8], i -> IsIdenticalObj(x[i], y[i]));
[ true, true, true, true, true, true, true, true ]
gap> List([1..8], i -> IsIdenticalObj(x[i], z[i]));
[ true, true, false, true, false, false, false, false ]
gap> STOP_TEST("CyclotomicField.tst");

[ Dauer der Verarbeitung: 0.31 Sekunden  ]