Skip to main content
1-Visitor
December 2, 2014
Solved

defining a variable

  • December 2, 2014
  • 3 replies
  • 10736 views

hello im solving the equation at the end .But i dont want that unknown variable to be marked in red colour how to solve this problem.

Best answer by MikeArmstrong

Or you could just define as T_2_10k like in the attached.

3 replies

1-Visitor
December 2, 2014

You could make make the formulas dependant on the unknown parameters functions.

Please provide a worksheet if you are unsure.

jreddy1-VisitorAuthor
1-Visitor
December 2, 2014

Sure mike it will be very helpfull

1-Visitor
December 2, 2014

Is there a reason you are solving this symbolically?

25-Diamond I
December 2, 2014

If the equations you show are just for reference and are not meant of defining variables, you can use the boolean equal sign instead of the assignment :=. That way you would use Mathcad as a simple equation editor.

25-Diamond I
December 2, 2014

Here is another approach using a solve block to solve for all six unknowns simultaneously. The benefit is, that after the calculation of T_2_10k we do not need to call function or redefine variables a second time to get the other variables like tau_2_10k or sigma1_2_10k.

1-Visitor
December 2, 2014

Werner Exinger wrote:

Here is another approach using a solve block to solve for all six unknowns simultaneously. The benefit is, that after the calculation of T_2_10k we do not need to call function or redefine variables a second time to get the other variables like tau_2_10k or sigma1_2_10k.

Certainly the most elegant way