Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Intermediate Result

Status
Not open for further replies.

Schnackie

Structural
Joined
Dec 6, 2010
Messages
1
Location
DK
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 :)
 
Use the keyword explicit (on symbolic toolbar)

c:=a·b explicit,a,b->5·m·3·m->15·m²
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top