return coeff.matches(Integers.getInstance().create(-1));
}
Multiplication ax = new Multiplication(coeff, f);
if (ax.matches(expr) && matchesPower(f.hit())) { // P = ax^n
return true;
}
Constant c = Numbers.constant("c");
Division xc = new Division(f, c);