"Source: Text/Algebra/AlgAss.text";
"Line: 1284";
"Date: Mon Aug 13 23:00:02 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgAss.text, line: 1284
// Example: H88E10 ()
print "Example: H88E10";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(Rationals());
F<b> := NumberField(x^3-3*x-1);
Z_F := MaximalOrder(F);
A := QuaternionAlgebra<F | -3,b>;
O := Order([1/3*A.1, A.2], [ideal<Z_F | b^2+b+1>, ideal<Z_F | 1>]);
O;
Basis(O);
PseudoBasis(O);
PseudoMatrix(O);
ZBasis(O);
SetEchoInput(ei);
