Skip to main content
1-Visitor
September 7, 2011
Solved

Outputting all program results

  • September 7, 2011
  • 1 reply
  • 4107 views

I've attached a Mathcad 14 sheet showing Mathcad's Find Solver function being used to solve three simultaneous equations, although I could solve them by substitution. I also use a simple program to give me answers for different cases.

I would now like to output results for all the different cases, and plot these on a graph. Is there a way to output results for each of the different cases simultaneously?

Thanks,

Sam

Best answer by MikeArmstrong

Like the attached? I have called your solve block in the function.

I have also made your scripted component redundant.

I’m not sure what you the loads plotted against.

Mike

1 reply

1-Visitor
September 7, 2011

Like the attached? I have called your solve block in the function.

I have also made your scripted component redundant.

I’m not sure what you the loads plotted against.

Mike

SamW1-VisitorAuthor
1-Visitor
September 7, 2011

Thanks Mike,

This is good. I tried to use a matrix with the solver but didn't manage to get it to work, hence the scripted function. This is better, so thank you.

Sam

1-Visitor
September 7, 2011

Thanks Mike,

No problem. Did you manage to get the graph sorted?

This is good. I tried to use a matrix with the solver but didn't manage to get it to work, hence the scripted function. This is better, so thank you.

The iterating variable has to be passed to the Solve Block.

Mike