Re: Another Out of Memory Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg91316] Re: Another Out of Memory Problem
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 15 Aug 2008 06:53:28 -0400 (EDT)
- References: <g8137j$19$1@smc.vnet.net>
Hi,
on my Windows Vista 64 Bit with 8GB RAM I get my input back ..
Regards
Jens
Kevin J. McCann wrote:
> I can do the following:
>
> Integrate[Cos[2*x]*
> Exp[I*z*Cos[x]],
> {x, -Pi, Pi}]
>
>
> which produces a Bessel function answer; however if I change the
> argument in the cosine to 2.5 as in:
>
> Integrate[Cos[2.5*x]*
> Exp[I*z*Cos[x]],
> {x, -Pi, Pi}]
>
> I almost immediately get this:
>
> No more memory available.
> Mathematica kernel has shut down.
> Try quitting other applications and then retry.
>
> Any ideas why? I am running XP with 2Gb of memory.
>
> Thanks,
>
> Kevin
>