You have: m3 C-1 / ohm cm
You want: cm2 / V s
conformability error
m3 C-1 / ohm cm = 100 A^3 s^4 / kg
cm2 / V s = 0.0001 A s^2 / kg
You are correct, sir.\(-4,9\cdot10^{-6}m^3C^{-1}/1,71\cdot10^{-3}\Omega cm=-2,87\cdot10^3cm^2/Vs\)
Is this right, or have I made a mistake with the units and/or exponentials?
You have: 4.9e-6 m3/1.71e-3 C ohm cm
You want: cm2/V s
4.9e-6 m3/1.71e-3 C ohm cm = 2865.4971 cm2/V s
That's the difficult thing, isn't it. Even when we find a good computer tool, there is always the doubt that there is a bug, or that we made a mistake in implementation. At the same time, we can make mistakes if we do it out by hand.Interesting...
As steveb said, this indicates your conversion was correct. I should have written my first conversion given asRich (BB code):You have: 4.9e-6 m3/1.71e-3 C ohm cm You want: cm2/V s 4.9e-6 m3/1.71e-3 C ohm cm = 2865.4971 cm2/V s
m3 C^(-1) / ohm cm
as the - was being interpreted as subtraction, not the exponent. My bad.
Steve, you're so right. I try to pound into youngsters the importance of checking your work. I didn't check mine because I was too lazy to go find a reference. But I did learn a lesson about the GNU units program because your answer forced me to read the man page and figure out where I flubbed. Thanks.That's the difficult thing, isn't it. Even when we find a good computer tool, there is always the doubt that there is a bug, or that we made a mistake in implementation. At the same time, we can make mistakes if we do it out by hand.
Personally, I find that I need to use both the computer tools and the manual methods to be sure I'm right. If they both agree, the odds of lingering mistakes are much reduced. Either one alone is risky. Even double or triple checking hand work is not foolproof. We tend to repeat the same mistakes.
That GNU units program looks like a nice tool for double checking.