On 5/27/08, Dan Bron <[EMAIL PROTECTED]> wrote: > Given two polynomials, what is the simplest (most succinct) J > phrase which gives their intersection?
This is equivalent to finding the roots of a polynomial: Subtract one polynomial from the other and then find the values for x where the polynomial is zero. Not that this necessarily helps... -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
