Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!howland.reston.ans.net!swrinde!pipex!uknet!festival!castle.ed.ac.uk!eanv20
From: eanv20@castle.ed.ac.uk (John Woods)
Subject: Re: Programs needed for CS investigation
References: <3bd2d3$brp@news.tuwien.ac.at>
Message-ID: <D03pCo.4tL@festival.ed.ac.uk>
Sender: news@festival.ed.ac.uk (remote news read deamon)
Organization: Edinburgh University
Date: Wed, 30 Nov 1994 22:05:11 GMT
Lines: 23

[ ... request for matrix multiplication deleted ... ]

As I have seen this message at least three times, I guess you're not
offering enough in terms of rewards --- how about some specially
printed T-shirts?

My code is as follows:

| mat1 mat2 mat3 |

mat1 := Matrix edit.
mat2 := Matrix edit.
mat3 := mat1 * mat2.
mat3 display

... John 


-- 
"
Forsan et haec olim meminisse iuvabit (Virgil)
[approx] Tr: The time may come when we will look back on these days and laugh
"
