Orthogonal Matrix: Column or Row Vectors?

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Matrix Orthogonal
Click For Summary
SUMMARY

An orthogonal matrix is defined as a square matrix \( U \) such that \( U^T U = I \), where \( I \) is the identity matrix. Both the rows and columns of an orthogonal matrix form orthonormal sets in \( \mathbb{R}^n \). The discussion clarifies that if a matrix is orthogonal, it implies that both its rows and columns are orthonormal, thus establishing their equivalence. The proof involves showing that \( AA^T = I \) leads to the conclusion that the rows of \( A \) also form an orthonormal set.

PREREQUISITES
  • Understanding of matrix algebra, specifically square matrices.
  • Familiarity with the concepts of orthogonality and orthonormality in linear algebra.
  • Knowledge of the identity matrix and its properties.
  • Basic proficiency in mathematical proofs and theorems related to matrices.
NEXT STEPS
  • Study the properties of orthogonal matrices in linear algebra.
  • Learn about the Gram-Schmidt process for orthonormalization of vectors.
  • Explore the implications of orthogonal transformations in \( \mathbb{R}^n \).
  • Investigate the relationship between orthogonal matrices and eigenvalues.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone involved in computational methods that utilize orthogonal matrices for transformations and optimizations.

ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


My book used the term "orthogonal 3 by 3 matrix" and I couldn't find where that was defined. Does that mean that the column vectors are orthogonal or that the row vectors are orthogonal? Or are those two things equivalent?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
It just means it's a real unitary matrix.
 
If A is a real matrix, then if A is orthogonal, the rows of A form an orthonormal set as WELL as the columns.
 
How do you prove that the rows (of a real n by n matrix) are orthogonal iff the columns are orthogonal?
 
What's the consequence of a real n by n matrix being orthogonal?

(A^T)A = I

What does this say about the columns?
 
BryanP said:
What's the consequence of a real n by n matrix being orthogonal?

(A^T)A = I

What does this say about the columns?

Thats orthonormal not orthogonal.
 
ehrenfest said:
Thats orthonormal not orthogonal.

Since it's an n x n matrix, it is a square matrix. It is easy to see that any square matrix with orthonormal columns is an orthogonal matrix. By definition of orthogonal matrix, it is a square "blank" matrix U such that U^{T}U=I. What is "blank" and why? Then, show that the rows of U form an orthonormal basis of R^n
 
konthelion said:
Since it's an n x n matrix, it is a square matrix. It is easy to see that any square matrix with orthonormal columns is an orthogonal matrix. By definition of orthogonal matrix, it is a square "blank" matrix U such that U^{T}U=I. What is "blank" and why? Then, show that the rows of U form an orthonormal basis of R^n

But not every orthogonal matrix is orthonormal. Its not true that if U is orthogonal then U U^T = I. All we know is that U U^T is diagonal.
 
True, but U is a square matrix. Your original question was "orthogonal 3x3 matrix".

A square matrix is a orthogonal if and only if the columns form an orthonormal basis in R^n, thus it must also be true that the rows of U form an orthonormal basis of R^n (isn't this what you're trying to prove?)

Theorem: U be a n x n matrix
1. U is orthogonal
2. The columns of Q are an orthonormal set of vectors in Rn
3. The rows of Q are an orthonormal set of vectors in Rn
 
Last edited:
  • #10
No, I think he's trying to prove that any square matrix with orthogonal columns must have orthogonal rows. (I'm not sure if this is true or not, but I haven't put too much thought into it.)
 
  • #11
konthelion said:
Theorem: U be a n x n matrix
1. U is orthogonal
2. The columns of Q are an orthonormal set of vectors in Rn
3. The rows of Q are an orthonormal set of vectors in Rn

That theorem is false.

Let n = 2 and U =

<br /> \left(\begin{array}{cc}<br /> 1 &amp; 0 \\<br /> 0 &amp; 2 \\<br /> \end{array}\right)<br />
The second column and the second row are both not normalized.
 
  • #12
Vid said:
No, I think he's trying to prove that any square matrix with orthogonal columns must have orthogonal rows. (I'm not sure if this is true or not, but I haven't put too much thought into it.)

Yes, that is what I am trying to prove.
 
  • #13
Your matrix isn't orthogonal since it has a determinant of 2.
 
  • #14
If A is orthogonal then AA^T = I

Lets have a real orthogonal 3x3 (square) matrix then with rows u1 = (a1,a2,a3), u2 = (b1,b2,b3), u3 = (c1,c2,c3)

solve for AA^T = I since it must be invertible.

You should end up finding that a1^+a2^2+a3^2 =1, b1^2+b2^2+b3^2 = 1 and c1^2+c2^2+c3^2 = 1.

All the other equations are equal to zero.

This shows that u1 dot u1 = 1, u2 dot u2 = 1, and u3 dot u3 = 1.

Thus AA^T = I shows that the rows of A form an orthonormal set of vectors and you just have to solve for A^TA = I since it is true for the columns.
 
  • #15
http://en.wikipedia.org/wiki/Orthogonal_matrix

I am an idiot. In fact my book does define the term orthogonal and it is just like the Wikipedia page. I thought the definition was just that either the column vectors or the row vectors were pairwise orthogonal and I was trying to figure out which it was. Sorry.
 
  • #16
Whoops, for the theorem I wrote, what I meant to say that "if one of the following is true, then the rest is true" for (1), (2), and (3)
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
3
Views
2K