MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

(correction) Re: Please Help

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4166] (correction) Re: [mg4093] Please Help
  • From: Allan Hayes <hay at haystack.demon.co.uk>
  • Date: Sat, 8 Jun 1996 13:25:39 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

There is a typing error in my previous posting in reply to [mg4093]  
 Please Help:
In the second coding it should be

 temp = {{0,0},{1,0},{-1,0},{0,1},{0,-1},{1,1},{1,-1},{-1,1},{-1,-1}}

 Not

 temp = {{0,0},{1,0},{-1,0},{0,1},{0,-1},{1,1},{-1,1},{-1,1},{-1,-1}}

 The likelihood of error might be reduced by using

 temp = temp = Flatten[Outer[List,{-1,0,1},{-1,0,1}],1]

 Allan Hayes
 hay at haystack.demon.co.uk

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: No ListPlot points shown
  • Next by Date: Re: Vector field plotting on Mathematica ??!
  • Previous by thread: New Diff Eq solver
  • Next by thread: Using tabs in Notebooks