MathGroup Archive 2011

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

Search the Archive

How to deal with big matrix 2

  • To: mathgroup at smc.vnet.net
  • Subject: [mg116654] How to deal with big matrix 2
  • From: Szymon Roziewski <szymon.roziewski at gmail.com>
  • Date: Wed, 23 Feb 2011 05:22:31 -0500 (EST)

Hello there,

I have such a case, I have two matrices and each of them is sized 1100x1300
e.g.
I would like to create a vector with length 1 430 000 and each of element of
this vector should be {matrxi1_el1x1, matrix2_el1x1}, {matrxi1_el1x2,
matrix2_el1x2},... , {matrxi1_el1100x1300, matrix2_el1100x1300}
How to do it without using Do[Do[...]] because it consumes a lot of my time.


kind regards,
Szymon Roziewski


  • Prev by Date: Manipulate slow with ListContourPlot
  • Next by Date: error when trying to run a Mathematica script in Windows 7
  • Previous by thread: Re: Manipulate slow with ListContourPlot
  • Next by thread: Re: How to deal with big matrix 2