bug in Partition?
- To: mathgroup at smc.vnet.net
- Subject: [mg65679] bug in Partition?
- From: "Chris Chiasson" <chris.chiasson at gmail.com>
- Date: Fri, 14 Apr 2006 04:32:04 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Partition[Range[11], 3, 3, {1, 1}, Hold[]] the output is {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}, {10, 11}} I would expect {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}, {10, 11, Hold[]}} Might this be because of a ReleaseHold somewhere in the implementation of Partition? (Ver 5.2, Windows)
- Follow-Ups:
- Re: bug in Partition?
- From: "Carl K. Woll" <carlw@wolfram.com>
- Re: bug in Partition?
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: bug in Partition?