Intersect Working with figures? See intersect (analysis) Returns the intersection between two sets: the elements that belong to both sets simultaneously. Syntax intersect(List | Vector, List | Vector) Description intersect(List | Vector, List | Vector) Given two list or vectors and , computes its intersection . Related functions Union, Complement Table of Contents Syntax Description Related functions