Skip to main content

Intersect

Note

Working with sets? See Intersect (Programming functions).

Computes the intersection between two objects.

Syntax

intersect(Figure, Figure)
intersect(Equation, Equation)

Description

Given two figures (lines, segments...), returns a list with the intersection points or a parametric expression of them.

calc_intersect_calc.png
calc_intersect_plotter0_calc.png
calc_intersect2_calc.png
calc_intersect2_plotter0_calc.png

Given two equations, returns a list with the intersection points or a parametric expression of them.

calc_intersect3_calc.png
calc_intersect3_plotter0_calc.png