如何使用mathematica对列表中的元素进行分类
1、打开mathematica11,点击【新建笔记本】

3、在命令行中,输入list = {3, 2, 1, 190, 8, 4, 67, 89, 81},然后按Enter+Shift

5、指定分成2类:在命令行中,输入FindClusters[list,2],然后按Enter+Shift

1、打开mathematica11,点击【新建笔记本】
3、在命令行中,输入list = {3, 2, 1, 190, 8, 4, 67, 89, 81},然后按Enter+Shift
5、指定分成2类:在命令行中,输入FindClusters[list,2],然后按Enter+Shift