"Source: Text/Commut/RngDiff.text";
"Line: 4129";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Commut/RngDiff.text, line: 4129
// Example: H118E74 ()
print "Example: H118E74";
ei := GetEchoInput();
SetEchoInput(true);
S<t>:=DifferentialLaurentSeriesRing(Rationals());
RS<DS> := DifferentialOperatorRing(S);
L:=(DS+2/t)^2;
rhf, bl := RightHandFactors(L);
rhf;
bl;
SetEchoInput(ei);
