From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cc4f25d878383cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-17 06:31:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!tar-alcarin.cbb-automation.DE!not-for-mail From: dmitry@elros.cbb-automation.de (Dmitry A. Kazakov) Newsgroups: comp.lang.ada Subject: Re: Dimensionality Checking (Ada 20XX) Date: Mon, 17 Dec 2001 14:30:57 GMT Message-ID: <3c1dfd1f.21572468@News.CIS.DFN.DE> References: <3c19c13f.3311687@News.CIS.DFN.DE> <9vdsrj$emno3$1@ID-25716.news.dfncis.de> <3c1db0d2.2038828@News.CIS.DFN.DE> <9vknmb$2vf$1@mvme66.ciw.uni-karlsruhe.de> NNTP-Posting-Host: tar-alcarin.cbb-automation.de (212.79.194.111) X-Trace: fu-berlin.de 1008599457 16595120 212.79.194.111 (16 [77047]) X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:18002 Date: 2001-12-17T14:30:57+00:00 List-Id: On 17 Dec 2001 13:16:11 +0100, Thomas.Koenig@online.de (Thomas Koenig) wrote: >Dmitry A. Kazakov wrote: > >>The equation X *X = Y has a solution when Y is >>not negative and has even powers of all base units. Thus we >>could define sqrt. > >In order to be sufficiently general, dimensions would have to be >factional numbers for intermediate results, at least. There are >too many cases where square or cubed or other roots turn up in >normal calculations. > >For example, one important factor in distillation column design, >the vapor load, is defined as F = w * rho^(1/2), where w is the >speed in (Length/Time) and rho is the density (Mass/Length^3), >so its unit actually is kg^0.5/m^0.5/s in SI units. And >yes, people do publish values and correlations for this factor. Well, I am not a physicist to judge whether it has *physical* sense. Maybe a dimensioned factor get lost somewhere or the dependency is empirical. Intuition wispers that it should somehow ram relativity theory. But mathematically it is no problem to continue units with natural powers to ones with rational ones. Regards, Dmitry Kazakov