AngouriMath
MaxExpansionTermCount
Property
Summary
The maximum number of linear children of an expression in polynomial solver
considering that there's no more than 1 children with the required variable, for example:
considering that there's no more than 1 children with the required variable, for example:
(x + 2) ^ 2 3 [x2, 4x, 4] x + 3 + a 2 [x, 3 + a] (x + a)(b + c) 2 [(b + c)x, a(b + c)] (x + 3 + a) / (x + 3) 2 [x / (x + 3), (3 + a) / (x + 3)] x2 + x + 1 3 [x2, x, 1]
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online