Skip to main content
1-Visitor
November 16, 2010
Question

Find Solver Block

  • November 16, 2010
  • 6 replies
  • 4615 views

Mathcad_Error.bmp

I can't share my file as it contains some proprietary stuff.

My solver block using Find command worked to some extent because I can plot the result. However, you can also see that I can't generate a list. It says "No solution was found....". I can see that Mathcad didn't find solutions at some points near zero on the plot, but it did for the rest outside that region. I want the solved portions as it seems the unsolved portion causes this error. Can I somehow tell Mathcad to skip if there is no solution found and produce only the successful ones?

Please, help.

Thanks,

Eric

6 replies

1-Visitor
November 16, 2010

You could post a worksheet. Might get more interest.

Mike

EricHong1-VisitorAuthor
1-Visitor
November 19, 2010

I wish I could.

1-Visitor
November 20, 2010

Well, why don't you create an example of theoretical data?

You don't have to use the exact data or calculation, just extract the section you are struggling with and post that. There's not much to work with in your original post and that might explain the lack of intrest.

Mike

19-Tanzanite
November 21, 2010

Write a small program, and use the "on error" statement to trap the cases where it fails. What you do when it fails is up to you, but I would recommend you make it return NaN. That means you can use the IsNaN() function if you want to do subsequent calculations on the results.

EricHong1-VisitorAuthor
1-Visitor
December 2, 2010

Thank you all