Path: utzoo!attcan!uunet!aplcen!haven!decuac!bacchus.pa.dec.com!shlump.nac.dec.com!ipl31.enet.dec.com!edp From: edp@ipl31.enet.dec.com (Eric Postpischil (Always mount a scratch monkey.)) Newsgroups: comp.sys.handhelds Subject: Re: 48SX Matrix -> vectors Message-ID: <15614@shlump.nac.dec.com> Date: 26 Sep 90 12:09:21 GMT References: <1990Sep25.233405.6168@jarvis.csri.toronto.edu> Sender: newsdaemon@shlump.nac.dec.com Reply-To: edp@ipl31.enet.dec.com (Eric Postpischil (Always mount a scratch monkey.)) Organization: Digital Equipment Corporation Lines: 15 In article <1990Sep25.233405.6168@jarvis.csri.toronto.edu>, byu@csri.toronto.edu (Benjamin Yu) writes: > [ [1 2 3] > [4 5 6] ] --> [1 2 3] > [4 5 6] ... >but the above matrix results in 1 2 3 4 5 6 6. Huh? The above results in 1 2 3 4 5 6 {2 3}. You could then write a little program which takes the {2 3} and goes through a loop from 1 to 2 converting three elements to a 1-by-3 array using ->ARRY. -- edp