"Source: Text/Commut/RngDiff.text";
"Line: 2421";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Commut/RngDiff.text, line: 2421
// Example: H118E42 ()
print "Example: H118E42";
ei := GetEchoInput();
SetEchoInput(true);
F<z> := RationalDifferentialField(Rationals());
R<D> := DifferentialOperatorRing(F);
L := z*D^3  + (-4*z + 5)*D + (3*z - 4);
Order(L);
assert $1 eq 3;
MonicDifferentialOperator(L);
Adjoint(L);
trans, mp := Translation(L, 2); 
trans;
SetEchoInput(ei);
