Intersect[line g, line h]: Intersection point of lines g and h
Intersect[line g, conic c]: All Intersection points of line g and conic section c (max. 2)
Intersect[line g, conic c, number n]: nth intersection point of line g and conic section c
Intersect[conic c1, conic c2]: All intersection points of conic sections c1 and c2 (max. 4)
Intersect[conic c1, conic c2, number n]: nth intersection point of conic sections c1 and c2
Intersect[polynomial f1, polynomial f2]: All intersection points of polynomials f1 and f2
Intersect[polynomial f1, polynomial f2, number n]: nth intersection point of polynomials f1 and f2
Intersect[polynomial f, line g]: All intersection points of polynomial f and line g
Intersect[polynomial f, line g, number n]: nth intersection point of polynomial f and line g
Intersect[function f, function g, point A]: Intersection point of functions f and g with initial point A (for Newton's method)
Intersect[function f, line g, point A]: Intersection point of function f and line g with initial point A (for Newton's method)
Note: Also
see mode Intersect two objects
Related Topics