problem getting all root solutions in maxima



Raymond Toy wrote:
>
> find_root returns just one root.  If you want more, I think you're
> supposed to change the bounds of the interval so find_root looks
> elsewhere.
The usual way is  to "deflate" the function by dividing it by  
(x-root_already_found). 

RJF