Skip to main content
1-Visitor
December 8, 2015
Solved

How do I get multiple ouputs from a program within Mathcad

  • December 8, 2015
  • 7 replies
  • 2204 views

Hello,

I'm learning my way around Mathcad and I can find any examples of how to get multiple out puts from a program in Mathcad.

For example, I need to get Vh,Vc and Vt1 as outputs for a graph from this program. Any suggestions?

Thanks,

Ken

Best answer by Fred_Kohlhepp

You're over-complicating it.  Write each function out seperately then define a vector function that gives all three answers.

7 replies

24-Ruby IV
December 8, 2015

Send please Mathcad Prime file

kriley1-VisitorAuthor
1-Visitor
December 8, 2015

Hello,

Here is the mcdx file.

Thanks,

Ken

24-Ruby IV
December 8, 2015

Sorry, I have only Prime 3.0 not 3.1

See please

1-Visitor
December 8, 2015

Make your return a variable matrix.  Example:

or:

23-Emerald I
December 8, 2015

You're over-complicating it.  Write each function out seperately then define a vector function that gives all three answers.

1-Visitor
December 8, 2015

Good point, Fred.  I didn't bother to look very closely at Ken's original equation.