Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/toolkit/components/ml/vendor/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 996 kB 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.12 Sekunden  (vorverarbeitet)  ]