Which of the following are inner products ?
I. On R 2 , with vectors x , y written as 2 × 1 column vectors, define ⟨ x , y ⟩ = x T A y , where A = ( 0 2 − 1 1 ) .
II. Same as in I, but A = ( 1 2 2 1 ) .
III. The Minkowski product : on R 4 , with vectors v = ( x 1 , y 1 , z 1 , t 1 ) and w = ( x 2 , y 2 , z 2 , t 2 ) , write ⟨ v , w ⟩ = x 1 x 2 + y 1 y 2 + z 1 z 2 − t 1 t 2 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
but in first sentence det A = 2. why this sentence is false?
Log in to reply
the second messed me up too. you need to calculate the eigenvalues and you'll see that you can't have <x,x> >= 0 forall x
In the first case let us look at the expanded form of x T A y for column vector ( x 1 x 2 ) and column vector ( y 1 y 2 ) both belonging to R 2
We get − x 1 y 2 + 2 x 2 y 1 + y 2 x 2
Take the vector x in R 2 to be ( 1 0 )
Then ⟨ x , x ⟩ = 0 but x is not the null vector which contradicts the positivity criteria for inner products.
For the 2nd case we can simply examine the eigen values of A to determine the positive definiteness of ⟨ x , x ⟩ . It has eigen values − 1 and 3 . Hence it is indefinite and hence it again violates the positivity criteria.
For the third case just consider the vector x to be ( 1 , 0 , 0 , 1 ) in R 4 . Then again ⟨ x , x ⟩ = 0 . But x is not the null vector. Hence all three of them cannot be an inner product.
Problem Loading...
Note Loading...
Set Loading...
None of them is positive definite. Consider, in this order, the vectors, e 1 , e 1 − e 2 and e 4 .