Package to 'graft' Lists onto Matrices
- To: mathgroup at smc.vnet.net
- Subject: [mg87667] Package to 'graft' Lists onto Matrices
- From: robert prince-wright <robertprincewright at yahoo.com>
- Date: Tue, 15 Apr 2008 05:52:21 -0400 (EDT)
I've been looking at Join[ ], Append[ ], Insert[ ], etc. and wonder if someone has written a package that allows an Mathematica user to add Lists as rows and columns to form a new matrix.
It seems a little daft that that you need to use MapThread and Append to simply graft a row onto an existing matrix!
Am I missing some new functionality?
Robert Prince-Wright
Houston
TX, 77006
USA
- Follow-Ups:
- Re: Package to 'graft' Lists onto Matrices
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Package to 'graft' Lists onto Matrices
- From: "W_Craig Carter" <ccarter@mit.edu>
- Re: Package to 'graft' Lists onto Matrices