Previously the compilation of libaxiom.al failed, because
src/algebra/jet.spad.pamphlet domain JetVectorField exported a function
table : List % -> Matrix %
Matrix, however, requires its argument to be a ring whereas % is
only a Module(...).
Matrix replaced by TwoDimensionalArray.