MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

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[%]=


  • Prev by Date: Re: DiscretePlot
  • Next by Date: Re: using rules for square roots
  • Previous by thread: Re: How to construct symmetric matrix from just a one half
  • Next by thread: Re: How to construct symmetric matrix from just a one