MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

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

 


  • Prev by Date: Boolean factorization
  • Next by Date: Re: Efficient Histogram Algorithm?
  • Previous by thread: Re: Boolean factorization
  • Next by thread: Re: How to concatenate matrices?