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,3712cf8462a10f14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-17 13:46:48 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: multiplying matrices (2d arrays) References: <20010917163652.21201.00000636@mb-fs.aol.com> X-Newsreader: Tom's custom newsreader Message-ID: Date: Mon, 17 Sep 2001 20:46:44 GMT NNTP-Posting-Host: 24.7.82.199 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.sfba.home.com 1000759604 24.7.82.199 (Mon, 17 Sep 2001 13:46:44 PDT) NNTP-Posting-Date: Mon, 17 Sep 2001 13:46:44 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:13136 Date: 2001-09-17T20:46:44+00:00 List-Id: >multiplies two matrices, i tried doing it with for loops but i get errors, "get errors" gives a single bit of information. How about saying what errors you got? We don't even know if you are getting compile-time errors or run-time errors. If compile-time, please show the relevant source code snippet. If run-time, please show the exact error message and the input matrices and any output. If you are not trying to learn Ada, or matrix math, but merely want to find the product of two matrices, and you don't have a scientific calculator that will do the job, try looking for matrix math source code in www.adapower.com