-It is odd that you see so many flaws in the program because when I copy-and-paste the ridiculously long fraction outputs into Matlab and solve they are very realistic values for my application...except they output as ridic fractions. I'm certainly not discarding your comments because you are probably correct, as I am very new with Mathcad.
-I actually followed a Mathcad "solve block" or "find" help example which indicated that the way I setup this program(using <CTRL> + . arrow) does NOT require ANY guess values for the 5 unknowns. Of course I cannot not find the document now to show you....
-When you say "normalize the units", do you mean simply delete them all and add in after I get the solution? Again, Mathcad seems to be solving thru with proper units....
-I think you MAY be misinterpretting how I setup the problem. Yes, I did assign numerical values to a slew of variables that act as constants in the 5 eqns, but the 5 unknowns have no numerical assignments, thus I think using symb = is ok based on my reading thru MathCad help, etc....I also tried running this with regular = and is would not even solve...
MAthCad Help(Symbolic Equal Sign) says:
"Example:
To evaluate the expression x2·x3 + 5x + 3x ? 6 + 4, type the expression and then:
Press [Ctrl] [.] to insert the symbolic equal sign after the expression, or click ? on the Symbolic toolbar.
x2·x3 + 5x + 3x ? 6 + 4 ?
Click outside the expression or press [Enter]. The result appears to the right of the arrow.
x2·x3 + 5x + 3x ? 6 + 4 ? x5 + 8x ? 2
Mathcad simplifies the expression by performing arithmetic and combining like terms. Note that you cannot evaluate this expression using the numerical equal sign, because the variable x does not have an assigned value. To evaluate it, you must use the symbolic equal sign.
To perform more complicated symbolic operations such as factoring or expanding an expression, you can insert a keyword before the symbolic equal sign."
Thanks again for your time. Any feedback is appreciated.
-Greg