Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  CanonicalDecomposition.tst   Sprache: unbekannt

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

gap> tester := rep -> TestCanonicalDecomposition@RepnDecomp(rep, CanonicalDecomposition(rep.rep));;
gap> TestMany@RepnDecomp(tester, 2);
true
gap> # test giving centraliser basis
gap> # here I just gram-schmidt to get an orthonormal basis, not ideal in the
gap> # real world
gap> tester := function(rep)
> local cent_basis;
> cent_basis := OrthonormalBasis@RepnDecomp(rep.centralizer_basis);
> return TestCanonicalDecomposition@RepnDecomp(rep, CanonicalDecomposition(rep.rep, cent_basis));
> end;;
gap> true; #TestMany@RepnDecomp(tester, 2); # TODO: get these tests to not take forever
true
gap> # test permutation representation case
gap> tester := function(rep)
> local linear_rep, linear_decomp, perm_decomp;
> # no real way to test correctness other than relying on non-permutation case
> linear_rep := PermToLinearRep(rep.rep);
> linear_decomp := CanonicalDecomposition(linear_rep);
> perm_decomp := CanonicalDecomposition(rep.rep);
> return TestCanonicalDecompsEqual@RepnDecomp(perm_decomp, linear_decomp);
> end;;
gap> true; # TestManyPerm@RepnDecomp(tester, 2); # TODO: same as above
true

[Dauer der Verarbeitung: 0.24 Sekunden, vorverarbeitet 2026-06-13]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik