Dot/bilinear product in C^n / Orthogonality

  • Context: Graduate 
  • Thread starter Thread starter plelix
  • Start date Start date
  • Tags Tags
    Orthogonality Product
Click For Summary
SUMMARY

The discussion focuses on the differences between the standard dot product and the bilinear product of complex normalized column vectors in C^N. The standard dot product, defined as = x*y (where * denotes conjugate transpose), serves as a valid measure of orthogonality. In contrast, the bilinear product (x,y) = x'y (where ' denotes transpose) fails to qualify as an inner product due to its lack of positive definiteness, as demonstrated by the norm of the vector (i, 0). This distinction is crucial for understanding the properties of inner products in complex vector spaces.

PREREQUISITES
  • Understanding of complex vectors in C^N
  • Knowledge of inner product spaces
  • Familiarity with the concepts of conjugate transpose and positive definiteness
  • Basic linear algebra principles
NEXT STEPS
  • Study the properties of inner products in complex vector spaces
  • Learn about positive definiteness and its implications in linear algebra
  • Explore the differences between bilinear and inner products
  • Investigate applications of orthogonality in complex vector spaces
USEFUL FOR

Mathematicians, physicists, and computer scientists interested in linear algebra, particularly those working with complex vector spaces and inner product theory.

plelix
Messages
1
Reaction score
0
Say I have 2 complex (normalized) column vectors x and y in C^N:

The standard dot product <x,y> = x*y (where * denotes conjugate transpose) gives me a "measure of orthogonality" of the two vectors.

Now the bilinear product (c,y) = x'y (' denotes transpose) seems to give another "measure of orthogonality" for a somehow 'weaker' notion of orthogonality..

Can somebody point me in any direction to better grasp this concept, I'm having a hard time understanding this second "measure" ?
 
Physics news on Phys.org
That is exactly one of the reasons why you need to take conjugates on complex vectors to have a valid way of defining an inner product on a vector space over C;
your second product (x,y) = x'y is not an inner product over C^n, because it is not positive definite ( take the norm of ( i , 0 ) for example ). As you can see, if it is not positive definite, it fails to be an inner product.
If you didn't know, or have forgotten, positive-definite means that your form satisfies <x,x> > 0 for all x unless x = 0, in which case <x,x> = 0 must be true.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 52 ·
2
Replies
52
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K