"Source: Text/Algebra/AlgNAss.text";
"Line: 283";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgNAss.text, line: 283
// Example: H98E6 ()
print "Example: H98E6";
ei := GetEchoInput();
SetEchoInput(true);
A := OctonionAlgebra(GF(7),-1,-1,-1);
A;
D := DerivationAlgebra(A);
D.1;
Dimension(D);
SemisimpleType(D);
Z := Center(A);
Z;

L := LeftNucleus(A);
L;
L.1;

L eq MidNucleus(A);
L eq RightNucleus(A);
SetEchoInput(ei);
