Dec 6, 2010 #1 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
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
Dec 6, 2010 #2 jghrist Electrical Joined Jul 16, 2002 Messages 4,226 Location US Use the keyword explicit (on symbolic toolbar) c:=a·b explicit,a,b->5·m·3·m->15·m² Upvote 0 Downvote