Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  PreComposeList.g   Sprache: unbekannt

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

#! @Chapter Examples and Tests

#! @Section PreComposeList and PostComposeList

LoadPackage( "LinearAlgebraForCAP" );

#! @Example
field := HomalgFieldOfRationals( );;
vec := MatrixCategory( field );;
A := MatrixCategoryObject( vec, 1 );;
B := MatrixCategoryObject( vec, 2 );;
C := MatrixCategoryObject( vec, 3 );;

alpha := VectorSpaceMorphism( A, HomalgMatrix( [ [ 100 ] ], 13, field ), C );;
beta := VectorSpaceMorphism( C, HomalgMatrix( [ [ 10 ], [ 11 ], [ 12 ] ], 32, field ), B );;

IsCongruentForMorphisms( PreCompose( alpha, beta ), PostCompose( beta, alpha ) );
#! true

IsCongruentForMorphisms( PreComposeList( A, [ ], A ), IdentityMorphism( A ) );
#! true
IsCongruentForMorphisms( PreComposeList( A, [ alpha ], C ), alpha );
#! true
IsCongruentForMorphisms( PreComposeList( A, [ alpha, beta ], B ), PreCompose( alpha, beta ) );
#! true

IsCongruentForMorphisms( PostComposeList( A, [ ], A ), IdentityMorphism( A ) );
#! true
IsCongruentForMorphisms( PostComposeList( A, [ alpha ], C ), alpha );
#! true
IsCongruentForMorphisms( PostComposeList( A, [ beta, alpha ], B ), PostCompose( beta, alpha ) );
#! true

#! @EndExample

[Dauer der Verarbeitung: 0.10 Sekunden, vorverarbeitet 2026-09-04]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=1019547
#Domains=890699