Normal
>
normal(rat);
Normalise l'expression rationnelle
rat
.
Exemple
>
rat := (x^3 - 2*x^2 + x - 2) / (x-2);
rat
:=
x
3
- 2
x
2
+
x
- 2
x
- 2
>
normal(rat);
x
2
+ 1