Solve Blocks > Example: Symbolic Solving with Find
Example: Symbolic Solving with Find
Find the intersection of two circles symbolically.
1. Set the initial conditions in a solve block.
Click to copy this expression
2. Use the find function to find the intersection point of the circles.
Click to copy this expression
3. Define a new variable that represents the intersection point of the circles.
Click to copy this expression
4. Use the variable M outside the solve block.
Click to copy this expression
5. Evaluate numerical results using the keyword float.
Click to copy this expression
Was this helpful?