Unreviewed. This problem has not been reviewed by trusted users yet.
Let A be 3 × 3 real matrix such that the vectors Au and u are orthogonal for each column vector u∈R3. Prove that:
- A⊤=−A, where A⊤ denotes the transpose of the matrix A;
- There exists a vector v∈R3 such that Au=v×u for every u∈R3, where v×u denotes the vector product in R3.
Solutions
1Reveal solutionsAre you sure? Give it a try first.
- Set A=(aij),u=(u1,u2,u3)⊤. If we use the orthogonality condition (Au,u)=0 with ui=δik we get akk=0. If we use (1) with ui=δik+δim we get
akk+akm+amk+amm=0and hence akm=−amk.
- Set v1=−a23,v2=a13,v3=−a12. Then
Au=(v2u3−v3u2,v3u1−v1u3,v1u2−v2u1)⊤=v×u.