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=-0.4 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,ab436e97ff76821f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Received: by 10.236.189.36 with SMTP id b24mr12627153yhn.9.1343909892455; Thu, 02 Aug 2012 05:18:12 -0700 (PDT) Path: a15ni8162701qag.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin3!goblin.stu.neva.ru!news.matabio.net!jeffrey.matabio.net!thue.elzevir.fr!news.davenulle.org!gegeweb.org!news.glorb.com!postnews.google.com!oo8g2000pbc.googlegroups.com!not-for-mail From: Robin Vowels Newsgroups: comp.lang.ada,comp.lang.pl1 Subject: Re: MATRIX MULTIPLICATION Date: Tue, 31 Jul 2012 01:53:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <637de084-0e71-4077-a1c5-fc4200cad3cf@googlegroups.com> <1wqz1wr8wto96.1fwpyip6ct1z9.dlg@40tude.net> <3e3487d1-c6e8-47d2-b75b-f9aedafed4ff@googlegroups.com> <0a4d8d8d-834b-4851-9a3a-f7867e779ebe@d6g2000pbt.googlegroups.com> NNTP-Posting-Host: 123.2.70.40 Mime-Version: 1.0 X-Trace: posting.google.com 1343725247 25185 127.0.0.1 (31 Jul 2012 09:00:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 31 Jul 2012 09:00:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: oo8g2000pbc.googlegroups.com; posting-host=123.2.70.40; posting-account=S_MdrwoAAAD7T2pxG2e393dk6y0tc0Le User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-31T01:53:02-07:00 List-Id: On Jul 31, 3:49 am, Dennis Lee Bieber wrote: > http://rosettacode.org/wiki/Matrix_multiplication > > seems a mixed bag. BBC BASIC, The BBC BASIC "version" is a mess. The declarations are for a 3 =D7 1 multiplied by a 1 =D7 3 to give a 3 =D7 2. The data appears to be 4 =D7 2 and a 2 =D7 3, while the product displayed is that of a 4 =D7 3.