| Author |
Comment/Response |
Sumit
|
06/02/12 08:21am
Hi,
I am trying to find following output upto 3 decimal places. I try N[expr,3], but it does not work.
In[459]:= c = 1; R = 10; m = 0.047;
N[(c/(m R))^2, 3]
Out[460]= 4.52694
What should I do?
Can anyone tell me why the N command is not working in this case.
Thanks
-Sumit
URL: , |
|