[Mathematica 6]3 lines of code which crashes Mathematica every time
- To: mathgroup at smc.vnet.net
- Subject: [mg76449] [Mathematica 6]3 lines of code which crashes Mathematica every time
- From: "Nasser Abbasi" <nma at 12000.org>
- Date: Tue, 22 May 2007 02:57:02 -0400 (EDT)
- Organization: home
- Reply-to: "Nasser Abbasi" <nma at 12000.org>
(* 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
- Follow-Ups:
- Re: [Mathematica 6]3 lines of code which crashes Mathematica every time
- From: János <janos.lobb@yale.edu>
- Re: [Mathematica 6]3 lines of code which crashes Mathematica every time
- From: Yasvir Tesiram <yat@omrf.ouhsc.edu>
- Re: [Mathematica 6]3 lines of code which crashes Mathematica every time