Example 1: Solve
.
Solution: We reckognize this as a first-order llinear equation with
and
. To solve this equation we first define
and
.
> a:=x->-1;f:=x->x^2;
> FO;
> simplify(%);
So the solution is
.