gap> qL:=IntersectionForm(L);;
gap> qM:=IntersectionForm(M);;
gap> qN:=IntersectionForm(N);;
gap> Display(qL);
[ [ -2, 1 ],
[ 1, 0 ] ]
gap> Display(qM);
[ [ 1, 0 ],
[ 0, 1 ] ]
gap> Display(qN);
[ [ 1, 0 ],
[ 0, -1 ] ]
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-05-20)
¤
*© Formatika GbR, Deutschland