Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/modules/examples/   (GAP Algebra Version 4.15.1©)  Datei vom 22.11.2024 mit Größe 496 B image not shown  

Quelle  BCt.g   Sprache: unbekannt

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

LoadPackage( "Modules" );

zz := HomalgRingOfIntegers( );

C0 := HomalgComplex( 2 * zz );

Add( C0, HomalgMatrix( "[ -10,   0, -1,   20,   012 ]", 42, zz ) );

C1 := HomalgComplex( 0 * zz );

Add( C1, 3 * zz );

cm := HomalgChainMorphism( HomalgZeroMatrix( 20, zz ), C0, C1 );

Add( cm, HomalgMatrix( "[ 010,   001,   000,   000 ]", 43, zz ) );

C := HomalgCocomplex( cm );

Assert( 0, IsComplex( C ) );

BC := HomalgBicomplex( C );

tBC := TransposedBicomplex( BC );

[Dauer der Verarbeitung: 0.11 Sekunden, vorverarbeitet 2026-06-07]