AngouriMath
ExtractRadicalGrowth(AngouriMath.Entity,AngouriMath.Entity.Variable)
Method (no overloads)
Summary
The whole expression with every root of a polynomial rewritten so that its growth is
a factor of its own --sqrt(x^2 + x) becomes x * sqrt(1 + 1/x) -- or
null if it has no such root. Every solver reads a polynomial or a
substitution of +oo, and neither can say anything about a root of a sum, so
lim x -> +oo sqrt(x^2 + x) / x was left unevaluated while the rewritten
sqrt(1 + 1/x) is settled by substitution alone.
a factor of its own --
substitution of +oo, and neither can say anything about a root of a sum, so
Remarks
which
direction this is used in: a destination of -oo has already been turned into +oo by
substituting -x for x before any of this runs.
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1953 pages online