Community Tip - You can change your system assigned username to something more personal in your community settings. 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.