Skip to main content
1-Visitor
November 2, 2016
Solved

Mathcad 14 - Solve equation with one variable

  • November 2, 2016
  • 1 reply
  • 13983 views

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.

example problem.JPG

What am I doing wrong?

Best answer by MJG

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:

1 reply

MJG1-VisitorAnswer
1-Visitor
November 2, 2016

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:

1-Visitor
November 2, 2016

Ah, thanks Mark.