Symbolic Solving with Find
Use the
find function to evaluate a symbolic solution of an equation or a system of equations.
The find function can be used only inside a solve block.
• Evaluate a symbolic solution with find inside the solve block.
• Alternatively, assign the solution to a new variable and evaluate to result outside the solve block.
Evaluate the variable a outside the solve block.
Using Inequalities with Find
• With find you can use guess values only for numeric evaluations. For symbolic evaluations, use inequality to optimize your solution.
Using symbolic keywords with Find
• When the equation has an infinite number of solutions, symbolic find provides the basal solution.
Use the keyword fully to get the full solution of this equation.
• You can use the keyword float to evaluate the equation’s numeric results.