小编Vis*_*iya的帖子

收集Mathematica中的常用术语

给定一个大表达式,我如何在Mathematica中收集变量的各种功能?

例如:

p = (1 + a + x)^4;
Expand[p]
Out: 1 + 4 a + 6 a^2 + 4 a^3 + a^4 + 4 x + 12 a x + 12 a^2 x +
     4 a^3 x + 6 x^2 + 12 a x^2 + 6 a^2 x^2 + 4 x^3 + 4 a x^3 + x^4
Run Code Online (Sandbox Code Playgroud)

wolfram-mathematica

2
推荐指数
1
解决办法
796
查看次数

标签 统计

wolfram-mathematica ×1