Solve Block not accepting shortened functions
- October 6, 2015
- 1 reply
- 1137 views
Hi there,
For one of my engineering classes, we are designing a fluid distribution system and this involves the use of mathcad because of the process.
We need iterative solutions to find our flow rates which in turn allows us to see our fluid velocities and pressure changes.
Initially, we had our code working, but we're running into problems when making it short to print out for our final report.
In our solve block, we are currently forced to use drawn out versions of our functions.

We tried a couple different ways of shortening it.
1)

and are getting this error

2)

and get the same error

What I don't understand is why the solve block works when the long, drawn out version of the function is used, but doesn't when it is shortened.
It should work. They are all equivalent.
I am solving for Q (flow rates) only.
I've attached the working version and the not working version of my sheet.
Can anyone clue me in as to why I'm getting this error?

