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])
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])
SciPy: Cookbook/Intersection (last edited 2015-10-24 17:48:24 by anonymous)