합집합, 교집합

Jmnote (토론 | 기여)님의 2014년 5월 24일 (토) 01:43 판
union
합집합
intersection
교집합

1 합집합

  • [math]\displaystyle{ A\cup B }[/math]
  • 두 집합 A와 B가 있을 때, A에 속하거나 B에 속하는 원소의 집합
[math]\displaystyle{ A \cap B = \{ x: x \in A \,\lor x \in B\} }[/math]

 

 

2 교집합

  • [math]\displaystyle{ A\cap B }[/math]
  • 두 집합 A와 B가 있을 때, A와 B에 모두 속하는 원소의 집합
[math]\displaystyle{ A \cap B = \{ x: x \in A \,\land x \in B\} }[/math]

 

 

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}