Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
I'm trying to solve an equation that holds an integral in it. In that equation there are several constants and I would like to solve this for different values of that constants. However, it gives an error as "this value must be real". I've tried to sum up my problem if it is not clear i will glad to explain and get some help.
Mathcad file is attached.
Thanks
Burak
Solved! Go to Solution.
Turn the solve block into a function of the variables you wish to change, and then call the function with the vectorize operator.
Turn the solve block into a function of the variables you wish to change, and then call the function with the vectorize operator.
Thank you, it is so clear:)