Qurak
文档
价格
登录
Qurak
文档
函数
HornerForm
HornerForm
可用
Converts a polynomial to Horner (nested) form.
形式
HornerForm[poly]
HornerForm[poly, vars]
HornerForm[poly1 / poly2]
HornerForm[poly1 / poly2, vars1, vars2]
验证过的示例
HornerForm[a + b x + c x ^ 2, x] → a + x*(b + c*x)
HornerForm[11 x ^ 3 - 4 x ^ 2 + 7 x + 2] → 2 + x*(7 + x*(-4 + 11*x))
HornerForm[(11 x ^ 3 - 4 x ^ 2 + 7 x + 2) / (x ^ 2 - 3x + 1)] → (2 + x*(7 + x*(-4 + 11*x)))/(1 + (-3 + x)*x)
在 Qurak 上运行
搜索参考
主题
New In60 Algebraic Computing
- New in Polynomial Manipulation
New In60 Alphabetical Listing
- H
New In60 Mathematics And Algorithms
- New Symbolic & Algebraic Computing Functions »
Polynomial Factoring
- Rational Functions
相关
Collect
Decompose
Expand
Fold
Apart
ApartSquareFree
Factor
SquareFreeQ
SymmetricReduction
CountRoots
Discriminant
FactorList
← HorizontalGauge
HostLookup →
全部 6300 个函数
·
从 MCP 客户端使用