Symmetric difference of relationships

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
nicnicman
Messages
132
Reaction score
0

Homework Statement


2. Let R1 = {(1,1),(1,2),(2,3),(3.4), (2,4) } and
R2 = {(1,1),(2,2),(2,3),(3,3),(3,4) } be relations from {1,2,3} to {1,2,3,4}

R1⨁ R2


Homework Equations





The Attempt at a Solution



R1⨁ R2 = {(1,2), (2,2), (2, 4), (3,3)}

Is this correct?
 
Physics news on Phys.org
Actually, I defined it as (R1 - R2) ∪ (R2 - R1). How's that?
 
Yeah, that would probably help me understand it better. Thanks.