"Source: Text/Algebra/AlgQuat.text";
"Line: 2229";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgQuat.text, line: 2229
// Example: H95E20 ()
print "Example: H95E20";
ei := GetEchoInput();
SetEchoInput(true);
SetSeed(1);
P<x> := PolynomialRing(Rationals());
F<b> := NumberField(x^3-3*x-1);
Z_F := MaximalOrder(F);
Foo := InfinitePlaces(F);
pp := Decomposition(Z_F, 17)[1][1];
A := QuaternionAlgebra(pp, Foo);
O := MaximalOrder(A);
time Rideals := RightIdealClasses(O);
#Rideals;
assert $1 eq 2;
SetEchoInput(ei);
