| Author |
Comment/Response |
Michael
|
08/13/12 09:40am
This seems to work (with the comment symbols removed):
h2 =WolframAlpha["Hydrogen vapor \
viscosity",{{"UnitConversion",3},"NumberData"}]
I'm not sure what you're asking. Do you want to get the vapor viscosity of other gases? (Keep in mind that I don't know what that means....)
The following returns three numbers:
In[73]:= WolframAlpha[# <> " vapor viscosity", {{"UnitConversion", 3}, "NumberData"}] & /@ {"H2", "N2", "O2"}
Out[73]= {0.00891535, 0.0178047, 0.0205502}
Does it look right?
URL: , |
|