How to show the values of the letters in a formula (Mathcad)
How to show the values of the letters in a formula (Mathcad)
(OP)
Dear Mathcad users,
I would like to ask you for a help concerning a Mathcad issue. I am trying to make the program to show me the values of the variables that appear in a certain formula because the program just calculates according to the formula that I have written and doesn't show what numbers exactly substitute in the formula. I give you an example what I mean: let's say that the formula is
h=(a+b)*c, and a=1, b=2, c=3
so then when you type it in Mathcad it appears like that:
h=(a+b)*c=9. Instead of this I want to see
h=(a+b)*c=(1+2)*3=9 i.e. first the letters, then the numbers and the result in the end.
If anybody has an idea how to solve the problem plesa share with me! Thank you for the reponse in advance!
Yordan
I would like to ask you for a help concerning a Mathcad issue. I am trying to make the program to show me the values of the variables that appear in a certain formula because the program just calculates according to the formula that I have written and doesn't show what numbers exactly substitute in the formula. I give you an example what I mean: let's say that the formula is
h=(a+b)*c, and a=1, b=2, c=3
so then when you type it in Mathcad it appears like that:
h=(a+b)*c=9. Instead of this I want to see
h=(a+b)*c=(1+2)*3=9 i.e. first the letters, then the numbers and the result in the end.
If anybody has an idea how to solve the problem plesa share with me! Thank you for the reponse in advance!
Yordan





RE: How to show the values of the letters in a formula (Mathcad)
RE: How to show the values of the letters in a formula (Mathcad)
RE: How to show the values of the letters in a formula (Mathcad)
I also saw a similar way to do such a trick but with a command "substitute". Unfortunately it is not the exactly thing that I wanted to do, anyway it is better than nothing!
RE: How to show the values of the letters in a formula (Mathcad)
=====================================
(2B)+(2B)' ?
RE: How to show the values of the letters in a formula (Mathcad)
=====================================
(2B)+(2B)' ?
RE: How to show the values of the letters in a formula (Mathcad)
(I promise, I'm done now).
=====================================
(2B)+(2B)' ?
RE: How to show the values of the letters in a formula (Mathcad)
Actually my purpose is to use the trick which is about for many formulas for a report with calculations about a concrete slab and as you can guess I'm not so much into programing. The other problem is that it's kind of heavy to repeat it many times and put it to be a part of a report. The purpose for me to use mathcad is because I can put next to my formulas drawings, text descriptions and so on. Anyway I can just write the values of the symbolics below the formulas so the teachers can see them and understand what is used to caluculate a particular formula.
Thank you for the time spent one more time!
RE: How to show the values of the letters in a formula (Mathcad)
RE: How to show the values of the letters in a formula (Mathcad)