| Author |
Comment/Response |
JamesBrown
|
03/31/11 10:00am
Is there a proper way to attach units to the output of a calculation. For example:
Clear[x]
f[x_] = 0.873 Log10 [x] - 0.0255;
f[1000000]; (* Average walk speed ft per second*)
f'[1000000](* Each additional person increase in walk speed *)
OUTPUT would be:
3.79139*10^-7 ft/sec
How to attach the "ft/sec" to the output?
URL: , |
|