ListCorrelate (v 7.0)
- To: mathgroup at smc.vnet.net
- Subject: [mg110382] ListCorrelate (v 7.0)
- From: Stephen Wandzura <smwandzura at hrl.com>
- Date: Wed, 16 Jun 2010 05:37:40 -0400 (EDT)
Can anybody tell me why the two ListCorrelate s don't evaluate to the same thing? \[Psi] = {{0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0}}; s = {{-1}, {1}}; ListCorrelate[s, \[Psi], {{2, 1}}] // MatrixForm Dimensions[%] Dimensions[s] ListCorrelate[s, \[Psi], {Dimensions[s]}] // MatrixForm Dimensions[%]=