如何用mathematica求列表中前 n 大的元素

2025-03-16 13:56:49

1、打开mathematica11,点击【新建笔记本】

如何用mathematica求列表中前 n 大的元素

2、此时进入笔记本界面

如何用mathematica求列表中前 n 大的元素

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

如何用mathematica求列表中前 n 大的元素

4、求解前3大元素:在命令行中,输入TakeLargest[list, 3],然后按Enter+Shift

如何用mathematica求列表中前 n 大的元素

5、求解前5大元素:在命令行中,输入TakeLargest[list, 5],然后按Enter+Shift

如何用mathematica求列表中前 n 大的元素

6、求解前7大元素:在命令行中,输入TakeLargest[list, 7],然后按Enter+Shift

如何用mathematica求列表中前 n 大的元素
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢