yosimba2000 said:
I see, so the definition of the Laplacian of a Scalar is different than the definition of the Laplacian of a Vector, but they use the same notation?
The definition is in fact the same, the notation of usual vector analysis is just not good enough to display this fact ;)
I admit that my post might have been a bit over top, but consider the following (all valid only for ##\mathbb{R}^n##): You may know the differential of a function: ##df = \sum_i \frac{\partial f}{\partial x^i}dx^i##. This is nothing but the gradient on scalar fields, when identifiying ## a_i dx^i \leftrightarrow (a^0,\ldots,a^n)^T ## with ##a_i = a^i##.
Now, if you have a vectorfield ##(X^0,\ldots,X^n) ## and identify it with ## X= \sum_i X_i dx^i ## with ##X^i=X_i##, than ## dX = \sum_{i,j} \frac{\partial X^i}{\partial x^j}dx^j\wedge dx^i ##, which is nothing but a generalization of the differential on functions. The "inverse" of ##d## is ##\delta## given for vectors as ##\delta (\sum_i X_i dx^i) = \sum_i \frac{\partial X_i}{\partial x^i}##, which is nothing but the divergence of ##\vec{X}##. Then ## \Delta f = (d + \delta)^2f =\delta(df) + d(\delta f) = \sum_i \frac{\partial^2 f}{\partial (x^i)^2} ##, where ##\delta f = 0##. There is also a formula for the codifferential for objects of the type ##a_{ij}dx^j \wedge dx^i## (derived from the general definition given in my previous post). Then you can define the Laplacian for vectors exactly the same way as for functions, giving you ##\Delta X = \sum_{ij} \frac{\partial^2 X_i}{\partial (x^j)^2}dx^i ## which is nothing but the Vector-Laplacian, i.e. scalar Laplacian in each component.
In fact you get: ##d(\delta(X)) = \nabla(\nabla \cdot \vec{X}) = grad(div(\vec{x}))## and ##\delta (d(X)) = -\nabla \times (\nabla \times \vec{X}) =- rot(rot(\vec{X}))##, which is what vanhees71 gave.
The same way (with the same definition) you get a Laplacian for all tensors.