|
SOLUTIONS
|
MATHEMATICA 内置符号
CoefficientList
CoefficientList[poly, var]
给出在 poly 中 var 的幂系数的列表,从 0 次幂开始.
CoefficientList[poly, {var1, var2, ...}]
给出
的系数数组.
更多信息更多信息
- 由 CoefficientList 返回的数组维数由 Exponent[poly, vari] 的值确定.
- 那些不包含特定变量的正整数次幂的项被包含在这个变量列表的第一个元素中.
- CoefficientList 总是返回一个矩形全数组. 那些在 poly 中不出现的幂的组合在数组中为零.
- CoefficientList[0, var] 给出
. - 无论 poly 是否显式地以展开形式给出,CoefficientList 都有效.
版本 1 的新功能 | 版本 4.2 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
