Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/cap/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 22.8.2025 mit Größe 3 kB 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 ] ]

[ zur Elbe Produktseite wechseln0.10Quellennavigators  Analyse erneut starten  ]