Dot product of vector and symmetric linear map?

Click For Summary
SUMMARY

The discussion clarifies the relationship between the dot product of vectors and symmetric linear maps in the context of linear algebra. Specifically, it explains that for vectors u and v represented by coordinate vectors X and Y in an orthonormal basis, and a symmetric linear map Γ with matrix A, the expression Γ(u) · v is correctly represented as (AX)^t Y. The confusion arises from the misunderstanding of the transpose operation in the context of dot products, which is essential for ensuring the mathematical validity of the expressions involved.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly symmetric linear maps.
  • Familiarity with dot products and their representation in coordinate systems.
  • Knowledge of matrix operations, including transposition and multiplication.
  • Experience with orthonormal bases and their properties in vector spaces.
NEXT STEPS
  • Study the properties of symmetric matrices and their implications in linear transformations.
  • Learn about the geometric interpretation of dot products in R^n.
  • Explore the relationship between matrix representations and linear maps in different bases.
  • Investigate alternative proofs for the properties of dot products involving symmetric linear maps.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators seeking to clarify concepts related to symmetric linear maps and dot products.

Combinatus
Messages
40
Reaction score
1

Homework Statement



My book states as follows:

---

If u and v have the coordinate vectors X and Y respectively in a given orthonormal basis, and the symmetric, linear map \Gamma has the matrix A in the same basis, then \Gamma(u) and \Gamma(v) have the coordinates AX and AY, respectively. This gives:

\Gamma(u) \cdot v = (AX)^t Y = (X^t A^t) Y = X^t A^t Y = X^t AY = X^t (AY) = u \cdot \Gamma(v)

---

I'm a bit confused about the \Gamma(u) \cdot v = (AX)^t Y part. Why isn't \Gamma(u) \cdot v = (AX) Y, thus rendering the operation undefined (assuming that X and Y are row vectors with at least two rows)? After all, as far as I could figure, a symmetric, linear map would only yield that A = A^t, not that AX = (AX)^t.

X^t (AY) = u \cdot \Gamma(v) bestows similar confusion upon me as well. It seems to me as if the vectors are just casually transposed for the dot product to "work out", although that probably isn't it.

I'm probably missing something very trivial. I've looked around for alternative proofs to no avail.
 
Last edited:
Physics news on Phys.org
Combinatus said:
X^t (AY) = u \cdot \Gamma(v) bestows similar confusion upon me as well. It seems to me as if the vectors are just casually transposed for the dot product to "work out", although that probably isn't it.

No, in fact, that's exactly it. If, in your notation, w_1, w_2 are represented in coordinates by the column vectors Z_1, Z_2, then w_1 \cdot w_2 is represented in coordinates by Z_1^t Z_2 -- that is, the transpose-product is exactly the coordinate representation of dot product (in an orthonormal basis, anyway).
 
Ah, you're right. I thought in terms of matrix multiplication of two n x 1 matrices rather than a standard dot product in R^n for some reason. Thank you!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
9
Views
2K
  • · Replies 43 ·
2
Replies
43
Views
5K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
2K
Replies
1
Views
1K