U={u1,⋯,un}V={v1,⋯,vn}
Let U,V be a basis of the vector space X, and define the matrix (aij)∈Cn×n such that the following equation is satisfied.
vj=i=1∑naijui
If det(aij)>0 then U,V is said to have the same Orientation. If det(aij)<0 then they have different orientations.
In particular, in the Euclidean spaceX=Rn, orientations have specific names.
For R2, the basis {e2,e1} is in a clockwise direction.
For R3, the basis {e1,e2,e3} is in a right-hand direction.
ek is a unit vector (0,⋯,0,1,0,⋯,0) whose k-th component is 1 and the rest are 0.
Explanation
Be aware that the two bases are ordered in the definition of orientation. Since orientation is determined by the determinant, changing their order will swap the rows and columns of matrix (aij), causing the sign to accurately flip once each time.
The reason for defining orientation geometrically should not be hard to understand. It’s good to think of it as the direction in which the clock hands move on a 2-dimensional plane R2, and in a 3-dimensional space R3, it resembles the motion of wrapping the right hand inward while lifting the thumb. From 4 dimensions onwards, since these concepts do not apply, there’s no specific name, and it is only possible to evaluate whether the two bases are the same or different.
Considering such two bases in R3,
v1=(1,1,0)=v2=(1,0,−1)=v3=(2,1,3)=1e1+1e2+0e31e1+0e2−1e32e1+1e2+3e3
the matrix (aij) is defined as
11010−1213
and its determinant is
det(aij)===<1⋅(0⋅3−(−1)⋅1)+0⋅(1⋅1−0⋅2)1−5+0−40−1⋅(1⋅3−(−1)⋅2)
thus, the two bases have different orientations.
Millman. (1977). Elements of Differential Geometry: p6. ↩︎