$\operatorname{GROp}(p, x, b)$
libname := libname, FileTools:-JoinPath(["maple","lib","dcfun.mla"],base=homedir):
with(dcfun):
We highlight the difference between the Gräffe operator $\operatorname{GOp}$ and its radical $\operatorname{GROp}$.
f := MOp(8*x - 1, x, 3);
$$8 x^{3}-1$$
g1 := GOp(f, x, 3);
$$512 x^{3}-192 x^{2}+24 x -1$$
factor(g1);
$$\left(8 x -1\right)^{3}$$
g2 := GROp(f, x, 3);
$$8 x -1$$