|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Integral with singularities
Next by Date:
Pattern Matching Question
Previous by thread:
Re: How to deal with big matrix 2
Next by thread:
Re: How to deal with big matrix 2
|