"Source: Text/Commut/RngDiff.text";
"Line: 1081";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Commut/RngDiff.text, line: 1081
// Example: H118E18 ()
print "Example: H118E18";
ei := GetEchoInput();
SetEchoInput(true);
F<z> := RationalDifferentialField(Rationals());
Derivative(z^2);
K, toK := ChangeDerivation(F, z);
K;
toK;
Derivative(toK(z^2));
UnderlyingRing(F) eq UnderlyingRing(K);
assert $1;
SetEchoInput(ei);
