|
SOLUTIONS
|
MATHEMATICA 内置符号
DeleteDuplicates
DeleteDuplicates[list]
删除 list 中的重复元素.
DeleteDuplicates[list, test]
将 test 应用到元素对中,确定它们是否是重复的.
更多信息更多信息
- DeleteDuplicates[list] 删除所有重复元素,除了 list 中出现的每个不同元素外.
- DeleteDuplicates 不对元素重排序,仅删除它们.
- DeleteDuplicates[list] 等价于 DeleteDuplicates[list, SameQ].
版本 7 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
