Understanding the Linearity Test for Inner Products

JamesGoh
Messages
140
Reaction score
0
In one of my tutorial problems, I was asked to verify if the following function
is a valid inner product

<x,y>= x1x2 + y1y2

Note, x=(x1,x2)^{T} and y=(y1,y2)^{T}

where T means transpose of the matrix

The tutor said to us the answer is no because it fails the linearity test

Does it fail the linearity test because of the x1 and y1 terms in front of the x2 and y2 ?
 
Physics news on Phys.org
Try explicitly calculating
<br /> \langle x+y,z\rangle <br />
and see if it really does equal
<br /> \langle x,z\rangle +\langle y,z\rangle<br />
If it doesn't then you know it does not satisfy linearity.
 
Does <x,0*y>=0*<x,y>?
 
Yes, it does. But that doesn't prove anything.
 
HallsofIvy said:
Yes, it does.
No it doesn't. <x,0>=x1x2.
 
Oh, Blast! I was interpreting the given inner product wrong!
 
Back
Top