Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I have an equation with one unknown variable which I'd like to solve for, but I get an error "No solution was found". I can make a function with the variable and it will solve for any value, but when I try to use 'solve' it finds no answer, see below.
What am I doing wrong?
Solved! Go to Solution.
You've already defined D and Mathcad is trying to use it in the solve equation.
Here are some options that don't result in error:



You've already defined D and Mathcad is trying to use it in the solve equation.
Here are some options that don't result in error:



Ah, thanks Mark.
