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

Quelle  2021-09-25-RootSystem.tst   Sprache: unbekannt

 
# Fix GitHub issue #4661, reported by Lars Göttgens
gap> mats:=[ [[0,1,0],[-1,0,0],[0,0,0]], [[0,0,1],[0,0,0],[-1,0,0]], [[0,0,0],[0,0,1],[0,-1,0]] ];;
gap> F:=Field( E( 4 ) );;
gap> L:=LieAlgebra( F, mats );;
gap> R:=RootSystem( L );
<root system of rank 1>
gap> CartanMatrix( R );
[ [ 2 ] ]

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]