합집합, 교집합

119.65.112.52 (토론)님의 2017년 11월 21일 (화) 23:50 판 (→‎합집합)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
union
합집합
intersection
교집합

1 합집합[ | ]

  • [math]\displaystyle{ A\cup B }[/math]
  • 두 집합 A와 B가 있을 때, A에 속하거나 B에 속하는 원소의 집합
[math]\displaystyle{ A \cup 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 }}