"Source: Text/Algebra/AlgNAss.text";
"Line: 61";
"Date: Tue Nov 24 16:13:09 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgNAss.text, line: 61
// Example: H96E1 ()
print "Example: H96E1";
ei := GetEchoInput();
SetEchoInput(true);
O := OctonionAlgebra(GF(7),-1,-1,-1);
L := DerivationAlgebra(O);   // Derivations as an algebra.
SemisimpleType(L);
T := Tensor(O);
T := ChangeTensorCategory(T,HomotopismCategory(3)); 
M := DerivationAlgebra(T);  // Derivations as a tensor.
SemisimpleType(M/SolvableRadical(M));
SetEchoInput(ei);
