Intermediate calculations in MathCAD
Intermediate calculations in MathCAD
(OP)
Hi. I have just purchased the new MathCAD 11.0.
I was wondering, how can I make the application display its intermediate calculation (do not know if it is the right term, but the calculations you use to get from equation A til equation A_final)?
I was wondering, how can I make the application display its intermediate calculation (do not know if it is the right term, but the calculations you use to get from equation A til equation A_final)?
RE: Intermediate calculations in MathCAD
TTFN
RE: Intermediate calculations in MathCAD
Is the term "intermediate calculations" correct?
RE: Intermediate calculations in MathCAD
Yes
TTFN
RE: Intermediate calculations in MathCAD
RE: Intermediate calculations in MathCAD
TTFN
RE: Intermediate calculations in MathCAD
Is there any way to display the variables before calculating them?
E.g.:
distance = 10m
time = 2s
v := m/s
v = 10m/2s
v = 5m/s
?
RE: Intermediate calculations in MathCAD
I enjoy using Mathcad because all the arithmetical steps are skipped, allowing a very clean presentation of an analysis.
STF
RE: Intermediate calculations in MathCAD
to add my own few grains, it is possible to solve for a variable symbolically, once it's defined with CTRL+. (symbol is approximatly an arrow ->)
In your case you could tupe v->
You should see then v-> 10m/2s
Hope this helps,
LLeo.