"Source: Text/Commut/RngDiff.text";
"Line: 3237";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Commut/RngDiff.text, line: 3237
// Example: H118E56 ()
print "Example: H118E56";
ei := GetEchoInput();
SetEchoInput(true);
F<z> := RationalDifferentialField(Rationals());
R<D> := DifferentialOperatorRing(F);
H := (z^2-z)*D^2+(3*z-6)*D+1;
IsRegularPlace(H, Zeros(z)[1]);
assert not $1;
IsRegularSingularPlace(H, Zeros(z)[1]);
assert $1;
SetsOfSingularPlaces(H);
IsFuchsianOperator(H);
IsFuchsianOperator(D^2-1/z^3);
assert not $1;
SetEchoInput(ei);
