MathGroup Archive 1997

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

Search the Archive

Re: Taylor Series in R^n

  • To: mathgroup at smc.vnet.net
  • Subject: [mg8065] Re: [mg8019] Taylor Series in R^n
  • From: BobHanlon at aol.com
  • Date: Mon, 4 Aug 1997 01:47:48 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

For example, evaluate these cells:

f[x_, y_, z_] := x^3 z Exp[x y] + 2 x y Log[1-z]
Series[f[x, y, z], {x, 0, 5}, {y, 0, 5}, {z, 0, 5}]
Series[f[x, y, z], {x, 0, 5}, {z, 0, 5}, {y, 0, 5}]
Series[f[x, y, z], {y, 0, 5}, {x, 0, 5}, {z, 0, 5}]
Series[f[x, y, z], {y, 0, 5}, {z, 0, 5}, {x, 0, 5}]
Series[f[x, y, z], {z, 0, 5}, {x, 0, 5}, {y, 0, 5}]
Series[f[x, y, z], {z, 0, 5}, {y, 0, 5}, {x, 0, 5}]

Bob Hanlon


  • Prev by Date: Baker-Campbell-Hausdorff formula
  • Next by Date: Re: Polynomial Canonical Form
  • Previous by thread: Taylor Series in R^n
  • Next by thread: Re: Taylor Series in R^n