U开发者_StackOverflow社区sing basic operators, derive the additional operator intersection.
R ∩ S = ?
I thought it might be: (R ∪ S) - ((R -S) ∪ (S -R)) but I also think there might be an easier way of doing it?
A intersected with B is equal to A - (A - B) or equivalenty B - (B - A)
R ∩ S is also equal to ~( (~R) ∪ (~S) ) 
where ~A is the complement of A
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论