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-13 14:13:03 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Dimensionality Checking (Ada 20XX) Date: 13 Dec 2001 14:06:18 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <11bf7180.0112070815.2625851b@posting.google.com> <9v0crt$bo2bi$1@ID-25716.news.dfncis.de> <9v37rs$cdmva$1@ID-25716.news.dfncis.de> <3c17210a.3970375@News.CIS.DFN.DE> <3C18DF39.9BB2F868@mail.chem.sc.edu> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1008270573 2089 128.183.220.71 (13 Dec 2001 19:09:33 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 13 Dec 2001 19:09:33 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:17888 Date: 2001-12-13T19:09:33+00:00 List-Id: daniele andreatta writes: > Taylor series keeps the unit of the function. Basically the series is (as > you recall) > f(x) = f(x_0) + f'(x_0) (x-x_0) +f''(x_0) (x-x_0)**2 + ... > and the unit of the derivatives are (indicating with [] the unit of the > quantity) > [f'(x)] = [f]/[x]; [f''] = [f]/[x]**2; .... > In the end > [f(x)] = [Taylor expansion] Ah. Yes. Of course. Silly of me. So in the expansion of Sin (x) = 1 - 1/6 x**3, the "1" and the "1/6" have units, as does the "x". Thanks! > > > HTH, Daniel > > -- -- Stephe