home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.edu:1348 comp.lang.fortran:3188
- Newsgroups: comp.edu,comp.lang.fortran
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!aries.scs.uiuc.edu!mcdonald
- From: mcdonald@aries.scs.uiuc.edu (J. D. McDonald)
- Subject: Re: scientists as programmers (was: Small Language Wanted)
- References: <1992Aug26.102735.12519@wl.com> <1992Aug26.113215.20137@ccu1.aukuni.ac.nz>
- Message-ID: <mcdonald.247@aries.scs.uiuc.edu>
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Organization: UIUC SCS
- Date: Wed, 26 Aug 1992 13:57:18 GMT
- Lines: 45
-
- In article <1992Aug26.113215.20137@ccu1.aukuni.ac.nz> ecmtwhk@ccu1.aukuni.ac.nz (Thomas Koenig) writes:
-
- >schuette@wl.com (Wade Schuette) writes:
-
-
- >Oh yes, and make the people use either straight SI units (without any
- >multiplicators) or dimensionless numbers.
-
- That is **TERRIBLE** advice for many cases. It would be OK to use
- pure SI for a program to be used to teach freshman. But it would be wrong
- fro most other purposes, certainly in my field. A good programmer
- (well, a really topnotch one) would know better than that!!
-
- Units are very important, not only for understanding, but, even more
- important, for numerical accuracy. SI units are amost never the best ones
- except for trivial codes.
-
- Some sort of natural units are probably best for large calculations.
- I personally loathe dimensionless units -- as, for example, are
- traditional in quantum structure calculations or general relativity.
- But that is amatter of taste, as they are often of a size that makes the
- numbers close to one (i.e. quantum structure calculations).
-
- Also, SI units are often not the units normally used when discussing
- certain topics. For example, in my field, dynamics of chemical reactions,
- SI units are essentially **never** used. Oh, people may quote heats of
- formation in them, or laser pulse energies, but the pressures in reaction
- chambers are never ever actually discussed in them - people usually use
- torr. Energies are usually quoted in electron volts or, very common,
- wavenumbers.
-
-
- And the less said the better about the loathsome SI electromagnetic units,
- which are so badly suited for calculations that the SI description document
- mentions that fact and almost breaks down and says "for this purpose we
- suggest you use Gaussian CGS".
-
- SI is somewhat like Unicode (see comp.fonts and comp.std.internat) ....
- It is an attempt by purists (note nationalistic flame to come: often
- European rather than American) to dictate a purist approach that often
- becomes piggishly silly.
-
- Doug McDonald
-
-
-