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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,7c1ca6be7961c074 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!f19g2000yqo.googlegroups.com!not-for-mail From: MRE Newsgroups: comp.lang.ada Subject: Re: OT?: AF 447 and avionics software Date: Tue, 9 Jun 2009 23:11:22 -0700 (PDT) Organization: http://groups.google.com Message-ID: <39b9fe37-cb69-4385-907a-ffd7abf6c9be@f19g2000yqo.googlegroups.com> References: <78pifuF1k9uvuU1@mid.individual.net> <2fb5ee80-6a89-4df1-b4a7-e0922f179f68@h18g2000yqj.googlegroups.com> <7b4aed55-0885-4513-8db7-c42879e5f341@o14g2000vbo.googlegroups.com> <1rch37lwiyzwo$.1fpcy7enfzac6$.dlg@40tude.net> <87k53oz43l.fsf@mid.deneb.enyo.de> <93m565n17lwa.1qlyl66zsirjb.dlg@40tude.net> NNTP-Posting-Host: 84.182.214.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1244614282 28057 127.0.0.1 (10 Jun 2009 06:11:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Jun 2009 06:11:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f19g2000yqo.googlegroups.com; posting-host=84.182.214.91; posting-account=9oKlagoAAAArpDKc-z70x-nwdNs7Rw_P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6402 Date: 2009-06-09T23:11:22-07:00 List-Id: On 7 Jun., 15:19, "Dmitry A. Kazakov" wrote: > On Sun, 07 Jun 2009 13:16:14 +0200, Florian Weimer wrote: > > * Dmitry A. Kazakov: > > >> Analogue systems are continuous, whatever complexity a continuous > >> system has it stay to some extent predictable. > > > Even if you've got resonance effects? > > Yes. An oscillation does it with finite mass and energy The acceleration is > limited, which is another way to say that it is continuous. > > In a discrete computing system a huge number of states are "equidistant". > You pay the same "price" for incrementing a register by one and for > resetting the CPU. This allows you to make great things - you can "travel" > to anywhere you want in very few steps - but this also makes the trajectory > so unpredictable. > > -- > Regards, > Dmitry A. Kazakovhttp://www.dmitry-kazakov.de For a single system Dimitry may be right. If however we talk about a network of analog systems (which we have in flight controls), the result of a malfunction is as unpredictable as for a similar digital system. Thanks to chaos- theory ;-) Cheers, Marc