Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello all,
I want to solve an equation of one variable in combination with a for-loop.
In the appendix I added an example of this problem.
How can I solve this?
Thanks in advance!
Solved! Go to Solution.
The question is already four months old, but if there is still interest, find attached a way which uses your example and also a way to use the symbolic solve command instead of the numeric solve block.
MC15 worksheet attached
Mathcad forum is here: https://community.ptc.com/t5/PTC-Mathcad/bd-p/PTCMathcad
The function Find() can ONLY be used in a solve block.
Read the (online) manual (Mathcad help) from the menu.
Success!
Luc
If you set up your Given/Find block as function--Ans(x):=Find(y), then below the solve block Ans(X) = will run the solve block for that value (X) and return that solution (Y). This function can now be embedded in a for loop to return a series of solutions.
The question is already four months old, but if there is still interest, find attached a way which uses your example and also a way to use the symbolic solve command instead of the numeric solve block.
MC15 worksheet attached