Re: [Mathematica 6]3 lines of code which crashes Mathematica every time
- To: mathgroup at smc.vnet.net
- Subject: [mg76516] Re: [mg76449] [Mathematica 6]3 lines of code which crashes Mathematica every time
- From: Yasvir Tesiram <yat at omrf.ouhsc.edu>
- Date: Wed, 23 May 2007 05:29:51 -0400 (EDT)
- References: <200705220657.CAA20172@smc.vnet.net>
Hmm, What happens when you change the "A" to lowercase??? Yas On May 22, 2007, at 1:57 AM, Nasser Abbasi 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 > >
- References:
- [Mathematica 6]3 lines of code which crashes Mathematica every time
- From: "Nasser Abbasi" <nma@12000.org>
- [Mathematica 6]3 lines of code which crashes Mathematica every time