Intermediate Result
Intermediate Result
(OP)
Hi there
Is there a way to display intermediate Results, with mathcad?
Like, if I define:
"a" = 5m
"b" = 3m
"c" = a*b
I want the result to display something like:
c:=a*b=5m*3m=15m^2
Hope you can help me :)
Is there a way to display intermediate Results, with mathcad?
Like, if I define:
"a" = 5m
"b" = 3m
"c" = a*b
I want the result to display something like:
c:=a*b=5m*3m=15m^2
Hope you can help me :)





RE: Intermediate Result
c:=a·b explicit,a,b->5·m·3·m->15·m²