MathGroup Archive 2006

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

Search the Archive

RE: partials of Sum[x[i]^2, {i,1,n}] (e.g.)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg69572] RE: [mg69520] partials of Sum[x[i]^2, {i,1,n}] (e.g.)
  • From: "David Park" <djmp at earthlink.net>
  • Date: Fri, 15 Sep 2006 06:47:45 -0400 (EDT)

I tried to respond privately to your email address and even after jumping
through all the hoops it was still incorrect.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/

From: kj [mailto:socyl at 987jk.com.invalid]
To: mathgroup at smc.vnet.net


In symbolic manipulations, one often needs to leave some of the
limits of an expression in symbolic form.  E.g. the n in:

  f[x[1],...,x[n]] = Sum[x[i]^2, {i, 1, n}],

(where I've used Mathematica notation loosely).

Then one often finds derivations like

  D[f[x[1],...,x[n]], x[k]] = 2 x[k], for all k in { 1,..., n }

Is it possible to do something like this in Mathematica?

More generally, can Mathematica fully understand expressions with
symbolic limits?

Basically, I have a slightly hairier expression that I want to take
the partials of, set them all equal to zero to produce a system of
n equations.  If that weren't enough, I'd like to solve this system
of n equations using Mathematica.  This kind of manipulation is
far more difficult, as far as symbolic math goes, than anything
I've seen Mathematica do yet, because it requires Mathematica to
understand the notion of an array with a "symbolic cardinality",
but I thought I'd ask.

Thanks!

kj
--
NOTE: In my address everything before the first period is backwards;
and the last period, and everything after it, should be discarded.



  • Prev by Date: Re: RE: question on changing 'type' of numbers
  • Next by Date: Re: Summing elements within a List or Array
  • Previous by thread: Re: partials of Sum[x[i]^2, {i,1,n}] (e.g.)
  • Next by thread: Re: partials of Sum[x[i]^2, {i,1,n}] (e.g.)