ListIntegrate
- To: mathgroup at smc.vnet.net
- Subject: [mg67929] ListIntegrate
- From: granto <grantflashdance at yahoo.com>
- Date: Thu, 13 Jul 2006 06:53:38 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I swear this function works differently every time I try it. I'm using version 5.0.0.0 x = Import["x.dat"] {{-0.63144, 4.45231}, {0.03077, -6.4275}, {-0.73023, 2.0237}, {-0.15044, 0.824548}, etc... << NumericalMath`ListIntegrate` (I've also tried Needs["NumericalMath`ListIntegrate`"] ) Listintegrate[x,1] It either gives me the answer, or just repeats what I said, e.g. ListIntegrate {{-0.63144, 4.45231}, {0.03077, -6.4275}, {-0.73023, 2.0237}, {-0.15044, 0.824548} and gives me no answer. Sometimes <<NumericalMath`ListIntegrate` gives me this error, sometimes it doesn't, but I've seen ListIntegrate give me the answer w/ and w/out this error: SetDelayed:write: Tag ListIntegrate in ListIntegrate[c]_?VectorQ, h_,k_Integer : 3] is Protected. Obviously I'm a noob and I need some real help here. Thanks very much. grant