Linear algebra involving dot product and orthongal matrices

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
ItsKP
Messages
2
Reaction score
0

Homework Statement


Given: x (dot) y = x^T * y (where x,y are vectors; dot is dot product; and x^T is x transpose)
and R is an orthogonal nxn matrix, and x,y are elements of R^n

Show ||Rx|| = ||x||


The Attempt at a Solution



I'm not sure what information I am suppose to use to solve this. This is what I have gathered so far:
x(dot)y = x1y1 + x2y2+ ... + xnyn = x^T * y

But how am I suppose to use any of this to solve the problem? Is it involving inner products at all?
 
Physics news on Phys.org
ItsKP said:

I'm not sure what information I am suppose to use to solve this.


The crucial information is that R is an orthogonal matrix: R^TR=RR^T=Identity matrix.