Get Math Help

GET TUTORING NEAR ME!

(800) 434-2582

By submitting the following form, you agree to Club Z!'s Terms of Use and Privacy Policy

    Home / Get Math Help

    Symmetric Difference

    Definition

    The set of elements belonging to one but not both of two given sets. It is therefore the union of the complement of A with respect to B and B with respect to A, and corresponds to the XOR operation in Boolean logic. The symmetric difference can be implemented in the Wolfram Language as: SymmetricDifference[a_, b_] := Union[Complement[a, b], Complement[b, a]]

    Related Wolfram Language symbol

    SymmetricDifference

    Back to List | POWERED BY THE WOLFRAM LANGUAGE