MathGroup Archive 2008

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

Search the Archive

compile problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg91707] compile problem
  • From: Christopher Arthur <caa0012 at unt.edu>
  • Date: Sat, 6 Sep 2008 02:06:24 -0400 (EDT)

munchito[x_, y_] := x^2 + y^2

totebag = munchitosRecepticle
munchitosRecepticle = {Cooked[munchito], Fried[munchito], \
RoastedOnASpit[munchito]}
Cooked[x_] := 2Fried[x] + RoastedOnASpit[munchito]
Fried[munchito] := Table[munchito[i, j], {i, -5, 5}, {j, -5, 5}]
RoastedOnASpit[munchito] := Reap[Do[Sow[munchito[t, s]], {t, -5, 5}, {s, -5, \
5}]][[2, 1]]

Christopher Arthur

"History is an alternating series of frying pans and fires"  -- Peter 
Esterhazy


  • Prev by Date: 3D graphics with NVIDIA GeForce 8400M GS card
  • Next by Date: FindFit and NormFunction (to find a best fit by medians)
  • Previous by thread: Re: 3D graphics with NVIDIA GeForce 8400M GS card
  • Next by thread: FindFit and NormFunction (to find a best fit by medians)