MathTop

content 函数

返回多项式各系数共有的数值内容。

语法

  • content(poly, x)

参数与选项

expr要变换或求值的表达式。
var变量名称。

示例

  1. 多项式内容content(6*x^2 + 9*x, x)返回 3。