|
[Date Index]
[Thread Index]
[Author Index]
unpartition
- To: mathgroup at smc.vnet.net
- Subject: [mg45899] unpartition
- From: steven.burger at duke.edu (Steven Burger)
- Date: Thu, 29 Jan 2004 05:34:48 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
How do you unpartition a matrix?
For example: Starting with,
Partition[Table[4*(i - 1) + j, {i, 4}, {j, 4}],{2,2}]
how do you go back to,
Table[4*(i - 1) + j, {i, 4}, {j, 4}]
Prev by Date:
NonlinearFit not reaching convergence, even after spoon-feeding it with initial parameters.
Next by Date:
Object Oriented?
Previous by thread:
Re: NonlinearFit not reaching convergence, even after spoon-feeding it with initial parameters.
Next by thread:
Re: unpartition
|