AngouriMath
SolveEquation(AngouriMath.Entity.Variable)
Method (no overloads)
Summary
Attempt to find analytical roots of a custom equation.
It solves the given expression assuming that it is
equal to zero. No need to make it equal to 0 yourself;
however, if you prefer so, consider using the .Solve()
method instead
It solves the given expression assuming that it is
equal to zero. No need to make it equal to 0 yourself;
however, if you prefer so, consider using the .Solve()
method instead
Parameter "x"
The variable over which to solve the equation
Example
Entity expr = "x + 8 - 4";
Console.WriteLine(expr.SolveEquation("x"));
Will print "{ -4 }"
Returns
Returns Set
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online