MathGroup Archive 2008

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

Search the Archive

Re: Expressions with ellipsis (...)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93019] Re: Expressions with ellipsis (...)
  • From: phmech at gmail.com
  • Date: Fri, 24 Oct 2008 02:28:09 -0400 (EDT)
  • References: <gdmsbd$jv$1@smc.vnet.net>

Seems like this would work:
In[1]:=    Limit[Sum[(n - i)^2/n^3, {i, 0, n - 1}], n -> Infinity]
Out[1]:= 1/3.


  • Prev by Date: Re: initialize cells
  • Next by Date: Function pure for Select
  • Previous by thread: Re: Expressions with ellipsis (...)
  • Next by thread: Re: Expressions with ellipsis (...)