MathGroup Archive 2007

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

Search the Archive

How to use BlockMatrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73082] How to use BlockMatrix
  • From: "T.Sariyski" <tsariysk at craft-tech.com>
  • Date: Thu, 1 Feb 2007 03:59:32 -0500 (EST)

Hi,
I want to use BlockMatrix. Here is an example:

a11={a0};
a12={a1,a2};
a21={a3,a4};
a22={{i,j},{k,l}};
BlockMatrix[{{a1,a12},{{a21},a22}}]//MatrixForm

Out: 
AppendColumns[AppendRows[a1,{a1,a2}],AppendRows[{{a3,a4}},{{i,j},{k,l}}]]

What I'm doing wrong here? 
Thanks, Ted



  • Prev by Date: RE: Re: Movie clips to Mathematica
  • Next by Date: MainRoot Mathematica procedure
  • Previous by thread: RE: Re: Movie clips to Mathematica
  • Next by thread: Re: How to use BlockMatrix