"Source: Text/Module/ModRng.text";
"Line: 964";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Module/ModRng.text, line: 964
// Example: H59E4 ()
print "Example: H59E4";
ei := GetEchoInput();
SetEchoInput(true);
P := PolynomialRing(GF(5));                     
R<x> := FieldOfFractions(P);
M := RSpace(R, 4);
N := sub< M | [1, x, 1-x, 0], [1+2*x-x^2, 2*x, 0, 1-x^4 ] >;
N;
SetEchoInput(ei);
