Bucky
- 79
- 0
I've been reading up on these three recently, and wondered if anyone could confirm what I think they do. I'm not 100% I understand these.
del (\bigtriangleup), when applied to a scalar, creates a vector with that scalar as each of the XYZ values. eg
\bigtriangleup . x = (x,x,x)
\bigtriangleup . 3 = (3,3,3)
divergence is applied to a vector, and sums the components of the vector into a scalar. eg
\bigtriangleup . (x,y,z) = x+y+z
\bigtriangleup . (1,2,3) = 1+2+3 = 6
finally, laplacian. This is the one I'm not as sure about. It's applied to a scalar I think?
\bigtriangleup ^2 = \bigtriangleup(\bigtriangleup)
\bigtriangleup ^2 . x = \bigtriangleup(\bigtriangleup . x)
= \bigtriangleup((x,x,x))
= 3x
That doesn't seem right (I think I'm meant to end up with a vector). Can laplacian be broken up like that or does it have a special rule?
del (\bigtriangleup), when applied to a scalar, creates a vector with that scalar as each of the XYZ values. eg
\bigtriangleup . x = (x,x,x)
\bigtriangleup . 3 = (3,3,3)
divergence is applied to a vector, and sums the components of the vector into a scalar. eg
\bigtriangleup . (x,y,z) = x+y+z
\bigtriangleup . (1,2,3) = 1+2+3 = 6
finally, laplacian. This is the one I'm not as sure about. It's applied to a scalar I think?
\bigtriangleup ^2 = \bigtriangleup(\bigtriangleup)
\bigtriangleup ^2 . x = \bigtriangleup(\bigtriangleup . x)
= \bigtriangleup((x,x,x))
= 3x
That doesn't seem right (I think I'm meant to end up with a vector). Can laplacian be broken up like that or does it have a special rule?