MathGroup Archive 2010

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

Search the Archive

Re: how to display the value of w after using do?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111029] Re: how to display the value of w after using do?
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Sat, 17 Jul 2010 08:17:29 -0400 (EDT)

What is z0[n][k] ??

On 7/16/2010 5:15 AM, ynzhang at mech.uwa.edu.au wrote:
> n = 5;
> Do[w[n][k] = Exp[z0[n][k]^2] Sqrt[Pi] 2^(n - 1)  n! /
> (n HermiteH[n - 1, z0[n][k]])^2, {k, n}];

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: total newbie
  • Next by Date: Re: Integration by part
  • Previous by thread: Re: how to display the value of w after using do?
  • Next by thread: Re: how to display the value of w after using do?