Expressions with ellipsis (...)
- To: mathgroup at smc.vnet.net
- Subject: [mg92995] Expressions with ellipsis (...)
- From: dch888 <dch888 at googlemail.com>
- Date: Wed, 22 Oct 2008 05:39:12 -0400 (EDT)
Hi Mathematica Friends, I want to do this: Limit[(n^2 + (n - 1)^2 + (n - 2)^2 + ... + 1)/n^3, n -> Infinity] But Mathematica barfs: expression cannot be followed by "...". Searching the help for 'ellipsis' gives me the Unicode 2026 character (i.e. ...). How can I get Mathematica to eval this limit? Thanks, David.
- Follow-Ups:
- Re: Expressions with ellipsis (...)
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Expressions with ellipsis (...)
- From: "Adriano Pascoletti" <adriano.pascoletti@gmail.com>
- Re: Expressions with ellipsis (...)