SOLUTION
We need to find vectors:
e1=(x1,y1,z1),e2=(x2,y2,z2),e3=(x3,y3,z3) The dual base vectors should satisfy this:
ei⋅ej=δij The condition equals to 3 systems of 3 equations in 3 unknowns. Solving each system will give you one vector for the dual base. Here goes the first one which would be for the first dual base vector:
x1+y1−z1=1−x1+y1+z1=0x1−y1+z1=0 Then,
x1=21y1=21z1=0 for second vector:
x2+y2−z2=0−x2+y2+z2=1x2−y2+z2=0 Then,
x2=0y2=21z2=21for third vector:
x3+y3−z3=0−x3+y3+z3=0x3−y3+z3=1 Then,
x3=21y3=0z3=21 ANSWER
e1=(21,21,0),e2=(0,21,21),e3=(21,0,21)
Comments