Understanding Taylor Series Notation: A Clear Explanation

  • Thread starter Thread starter frasifrasi
  • Start date Start date
  • Tags Tags
    Notation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
frasifrasi
Messages
276
Reaction score
0
Hello everyone. I Very Excite to be here : D!

Ok, so I was reading on taylor polynomials for several variables and came across the following on wikipedia:

<math>T(\mathbf{x}) = f(\mathbf{a}) + \mathrm{D} f(\mathbf{a})^T (\mathbf{x} - \mathbf{a}) + \frac{1}{2!} (\mathbf{x} - \mathbf{a})^T \mathrm{D}^2 f(\mathbf{a}) (\mathbf{x} - \mathbf{a}) + \cdots\!
</math>

Or, please follow the link:
http://en.wikipedia.org/wiki/Taylor_series#Taylor_series_in_several_variables

*it is the second to last expression in that section.

What do they mean by that "T" on top of the matrices? what does it tell us to do?

Thanks.
 
Physics news on Phys.org
frasifrasi said:
What do they mean by that "T" on top of the matrices? what does it tell us to do?

Thanks.

I'm looking at the Wiki article. Usually, that symbol is used to denote the transpose of a matrix. Does that work?
 
Oh, I see. Thanks.
 
In this case, the superscript T is a bit superfluous, and maybe even incorrect. As the gradient of some vector lies in the dual of the vector space, the gradient of a column vector is typically represented as a row vector (and vice versa). Using that convention, it is better to say [itex]\nabla \mathbf f(a) \mathbf f(a)[/itex] (i.e., no transpose). Even better, use Einstein sum notation.