"Source: Text/Algebra/AlgQuat.text";
"Line: 1371";
"Date: Wed Sep  4 15:52:10 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgQuat.text, line: 1371
// Example: H93E13 ()
print "Example: H93E13";
ei := GetEchoInput();
SetEchoInput(true);
F<b> := NumberField(Polynomial([1,-3,0,1]));
A := QuaternionAlgebra<F | -3, b>;
K := ext<F | Polynomial([2,-1,1])>;
mu, iota := Embed(K, A);
mu;
MinimalPolynomial(mu);
iota(K.1) eq mu;
assert $1;
SetEchoInput(ei);
