I wrote: > Given two polynomials, what is the simplest (most succinct) J > phrase which gives their intersection?
Raul answered:
> Subtract one polynomial from the other and then find
> the values for x where the polynomial is zero.
So >@:{:@:p.@:- ?
-Dan
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
