Symmetric vector to tensor representation?

hiroman
Messages
6
Reaction score
0
Hi all!

I have a discrete 2D vector field with a particular characteristic: At every point, instead of having a single vector, I have two vectors which are in the opposite direction. For example, at point p(x,y)=p(0,0) I have two vectors: v1(1,1) and v2(-1,-1). And so on for all points.

I understand this becomes an "eigenvector field" situation, or a "tensor field", or "symmetric tensor field" situation.

At the end, I wish to find the so called "degenerate points" (refer to Delmarcelle, Hasselink 1993).

But first, I wish to translate these two vectors on a single point to a 2x2 tensor representation, such that T(point)=[T11(x,y) T12(x,y) ; T12(x,y) T22(x,y)].

Summarizing,

Given, two symmetric vectors at a point, v1(point)=[x1;y1] and v2(point)=[x2;y2], such that v2(point)=(-1)*v1(point) represent them in tensor form T(point)=[T11(x,y) T12(x,y) ; T12(x,y) T22(x,y)].

Much appreciated!
 
Last edited:
Physics news on Phys.org
Just realized that I can use the dyadic product of two vectors to generate my tensor.

Thus, v1(point)=[1; 2]; v2(point)=[-1;-2] can give T(point)=[(1)(-1) (1)(-2); (2)(-1) (2)(-2)]
T(point)=[-1 -2;-2 -4].

Thus I can have the same eigenvectors if [dyadic product(v1,v2)] or [dyadic product(v2,v1)] since they give me the same tensor.

If anyone is interested.
 

Similar threads

Replies
4
Views
1K
Replies
9
Views
2K
Replies
51
Views
5K
Replies
16
Views
3K
Replies
1
Views
2K
Back
Top