Re: Re: 3 lines of code which crashes Mathematica every time
- To: mathgroup at smc.vnet.net
- Subject: [mg76572] Re: [mg76509] Re: 3 lines of code which crashes Mathematica every time
- From: DrMajorBob <drmajorbob at bigfoot.com>
- Date: Thu, 24 May 2007 06:02:12 -0400 (EDT)
- References: <f2u59a$k37$1@smc.vnet.net> <31702966.1179934264082.JavaMail.root@m35>
- Reply-to: drmajorbob at bigfoot.com
I have only 2 GB RAM, so I got the same results as Nasser. Bobby On Wed, 23 May 2007 04:26:13 -0500, Roman <rschmied at gmail.com> wrote: > Nasser, > On my computer, your code runs fine. It seems you need about 2.5 GB of= > RAM to run it, though, and it takes more than 5 minutes. > Roman. > > On May 22, 9:14 am, "Nasser Abbasi" <n... at 12000.org> wrote: >> (* WARNING, SAVE ALL YOUR WORK BEFORE RUNNING THIS *) >> >> m = 100; n = 70; >> A = Table[Table[RandomReal[{0, 100.}], {n}], {m}]; >> ListPlot3D[A, Mesh -> None, InterpolationOrder -> 0, ColorFunction ->= >> "SouthwestColors", Filling -> Axis] >> >> (*Now Mathematica will spin for sometime then disappear.*) >> >> Nasser > > > > -- = DrMajorBob at bigfoot.com