"Source: Text/Algebra/AlgQuat.text";
"Line: 2229";
"Date: Wed Sep  4 15:52:10 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgQuat.text, line: 2229
// Example: H93E20 ()
print "Example: H93E20";
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);
