The Symmetric Difference between two sets \( A \) and \( B \), denoted by \( A \bigtriangleup B \), is the set of elements which are in either of the sets but not in their intersection.
\[ A \bigtriangleup B = (A \setminus B) \cup (B \setminus A) \]