Normal

> normal(rat);

Normalise l'expression rationnelle rat.

Exemple

> rat := (x^3 - 2*x^2 + x - 2) / (x-2);
rat := x3 - 2 x2 + x - 2

x - 2
> normal(rat);
x2 + 1