Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/gbnp/tst/nmo/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2024 mit Größe 285 B image not shown  

Quelle  String.tst   Sprache: unbekannt

 
# Verify that String works for elements of free associative algebras
gap> A := FreeAssociativeAlgebraWithOne(ZmodpZ(19),"x","y");
<algebra-with-one over GF(19), with 2 generators>
gap> x := A.x; y := A.y;
(Z(19)^0)*x
(Z(19)^0)*y
gap> String(x^2+x*y*x);
"(Z(19)^0)*x^2+(Z(19)^0)*x*y*x"

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]