| Author |
Comment/Response |
Radoslav
|
05/28/11 12:53pm
Hi
Is there a way Mathematica to display values of arguments in expression without evaluate them? I want to print the values in the expression.
For example:
x=2;a=3.1;b=5
s=Sqrt[x+2]/b-a/54
I want to display the assigned values of x,a,b in the expression in its form, but without any evaluation:
s=Sqrt[2+2]/5-3.1/54
I tried with Hold and Unevaluate but it is not what I need.
Thank you
URL: , |
|