给定一个大表达式,我如何在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
wolfram-mathematica
wolfram-mathematica ×1