Example 1: Solve
.
The characterictic equation is
.
> solve(r^2+3*r-10=0,r);
Since the solutions are real and distinct we apply the operator RD to solve the equation, but first we define
and
.
> r[1]:=-5;r[2]:=2;
> RD;