MathTop
文档
/
函数参考
expand 函数
展开乘积和幂。
语法
expand(expr)
参数与选项
expr
要变换或求值的表达式。
示例
多项式展开
expand((x + 1)^3)
返回 x^3 + 3*x^2 + 3*x + 1。
相关函数与文档
factor