Re: How to deal with big matrix 2
- To: mathgroup at smc.vnet.net
- Subject: [mg116699] Re: How to deal with big matrix 2
- From: Josh Burkart <burkart at berkeley.edu>
- Date: Thu, 24 Feb 2011 06:23:25 -0500 (EST)
hi szymon, try: Transpose[{Flatten[matrix1], Flatten[matrix2]}] typically better to use mathematica built-in functions rather than loops josh