Intersect
Nota
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.
![]() | ![]() |
![]() | ![]() |
Given two equations, returns a list with the intersection points or a parametric expression of them.
![]() | ![]() |