What is the missing piece in proving A=0 when A(A*)=0?

In summary, the given conversation discusses the relationship between a square matrix A and its conjugate transpose A*, and how the condition of (A*)A = 0 or A(A*) = 0 can lead to the conclusion that A = 0. By focusing on the diagonal elements of (A*)A, it is possible to show that even if not all entries of A are zero, the weaker condition of (A*)A having zero diagonal entries is enough to prove that A = 0. This also applies to A(A*).
  • #1
mathboy
182
0
Let A be a nxn matrix. Prove that if (A*)A=0 then A=0. What if A(A*) = 0?

A* is the conjugate transpose of A. When I write out the expansion formula, I cannot conclude that every entry of A is zero. What am I missing?
 
Physics news on Phys.org
  • #2
Concentrate on the diagonal elements of (A*)A. Each one is the inner product of a row of A* with the corresponding column of A. I.e. it's the inner product of a vector with it's conjugate transpose. Under what conditions can that be zero?
 
  • #3
Oh, that was a clever idea. I got it now. So it turns out the weaker condition of (A*)A having zero diagaonal entries is enough to conclude that A=0. And the same is true of A(A*).
 
  • #4
Bingo. You've got it.
 

What is a conjugate transpose matrix?

A conjugate transpose matrix, also known as the Hermitian transpose or adjoint matrix, is a type of matrix operation in which the transpose of a complex matrix is taken and each element is replaced by its complex conjugate. This operation is denoted by the symbol H or *.

How is a conjugate transpose matrix calculated?

To calculate the conjugate transpose matrix, you first take the transpose of the original matrix by swapping the rows and columns. Then, for each element, you take its complex conjugate by changing the sign of its imaginary component. This results in a new matrix with the same number of rows and columns as the original.

What is the difference between a conjugate transpose matrix and a regular transpose?

The main difference between a conjugate transpose matrix and a regular transpose is that a conjugate transpose involves taking the complex conjugate of each element. In a regular transpose, the elements are simply swapped in position without any changes to their values. Additionally, a conjugate transpose is only defined for complex matrices, while a regular transpose can be applied to both real and complex matrices.

What are the properties of a conjugate transpose matrix?

Some important properties of a conjugate transpose matrix include:
- (A*)* = A (the conjugate transpose of a conjugate transpose is the original matrix)
- (A+B)* = A* + B* (the conjugate transpose of a sum is equal to the sum of the conjugate transposes)
- (AB)* = B*A* (the conjugate transpose of a product is equal to the product of the conjugate transposes in reverse order)
- det(A*) = det(A)* (the determinant of a conjugate transpose is equal to the complex conjugate of the determinant of the original matrix)

In what applications is the conjugate transpose matrix used?

The conjugate transpose matrix is commonly used in fields such as signal processing, quantum mechanics, and linear algebra. In signal processing, it is used to analyze complex signals and filter out noise. In quantum mechanics, it is used to represent and manipulate quantum states. In linear algebra, it is used to solve systems of linear equations and perform other operations on matrices.

Similar threads

  • Programming and Computer Science
Replies
1
Views
911
  • Precalculus Mathematics Homework Help
Replies
32
Views
842
  • Precalculus Mathematics Homework Help
2
Replies
57
Views
3K
  • Linear and Abstract Algebra
Replies
6
Views
773
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
784
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
532
  • Differential Geometry
Replies
1
Views
1K
Back
Top