|
[Date Index]
[Thread Index]
[Author Index]
Series[] command
- To: mathgroup at smc.vnet.net
- Subject: [mg55939] Series[] command
- From: "Kris Preacher" <preacher at unc.edu>
- Date: Sun, 10 Apr 2005 23:07:18 -0400 (EDT)
- Organization: University of North Carolina at Chapel Hill
- Sender: owner-wri-mathgroup at wolfram.com
Hi all,
I need to obtain the second-order Taylor series expansion of a*b around the
points ma and mb. I thought Mathematica's Series[] command would do the
trick, but no. The correct answer is:
ma*mb + ma(b-mb) + mb(a-ma) + (a-ma)(b-mb)
Mathematica gives:
b(a-ma) + ma(b-mb) + ma*mb
Whaddup??
Thanks,
Kris Preacher
UNC
Prev by Date:
Re: Re: immediate abort at error messages
Next by Date:
Re: OSX version of Extrapackages folder
Previous by thread:
Re: cannot evaluate in HelpBrowser (Win XP)
Next by thread:
Re: Series[] command
|