How to concatenate matrices?
- To: mathgroup at smc.vnet.net
- Subject: [mg113082] How to concatenate matrices?
- From: "Eduardo M. A. M.Mendes" <emammendes at gmail.com>
- Date: Tue, 12 Oct 2010 13:49:31 -0400 (EDT)
Hello Although I read the help on matrices, I could not figure out how to concatenate two matrices. What I have is: B1 - (vector) - as a result of P21.x1 (product of a matrix and a vector) B2 - (vector) - as a result of P22.x2 B=[B1,B2] - that is, a matrix with two columns. Join, Append, and all sort of funny functions return even funnier results (elements with {}). Many thanks. Ed
- Follow-Ups:
- Re: How to concatenate matrices?
- From: Sebastian Schmitt <sschmitt@physi.uni-heidelberg.de>
- Re: How to concatenate matrices?
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: How to concatenate matrices?