Find the points at which two given functions intersect
Consider the example of finding the intersection of a polynomial and a line:
y1=x1^2 y2=x2+1
The result of this should be:
1 array([ 1.61803399, 2.61803399])
See also: http://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.fsolve.html#scipy.optimize.fsolve