Skip to main content
1-Visitor
May 23, 2014
Solved

Parameterized solve block issue

  • May 23, 2014
  • 1 reply
  • 1262 views

Greetings. Refering to the attached, I have two solve blocks. The second (right side) is the same as the first (left side), except I've unsuccessfully attempted to parameterize the result such that I may vary the two constants (dy and L). MathCAD seems to have thrown up on this for some reason. Any help would be appreciated.

Best answer by Werner_E

The error message is nonsense and misleading. Simply remove the inline evaluation after find() and it works OK.

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
May 23, 2014

The error message is nonsense and misleading. Simply remove the inline evaluation after find() and it works OK.

mlabree1-VisitorAuthor
1-Visitor
May 23, 2014

That did the trick - many thanks.