- 155
- 0
- 约1.11万字
- 约 20页
- 2017-06-10 发布于河南
- 举报
常用集合运算符号(国外英文资料)
常用集合运算符号(国外英文资料)
Common set notation
The symbol name: and set []
The symbol explains: all elements of two or more collections form a new set, called and sets
Use examples:
Binary operator
(1, 2, 3) [] (1, 3, 4) = 1, 2, 3, 1, 3, 4
The symbol name: and set [+]
A set of two or more sets, together and removing the repeating elements, called and sets
Use examples:
Binary operator
(1, 2, 3, 5, 9) [+] (1, 3, 4) = 1, 2, 3, 5, 9, 4
Symbol name: the difference set [-]
The first set minus the element of the second set, which is called the difference set!
Use examples:
Binary operators
(1, 2, 3, 5, 9) [1,
原创力文档

文档评论(0)