Understanding the Linearity Test for Inner Products

  • Context: Graduate 
  • Thread starter Thread starter JamesGoh
  • Start date Start date
  • Tags Tags
    Inner product Product
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
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

<[itex]x,y[/itex]>= [itex]x1x2 + y1y2[/itex]

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

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 ?
 
on Phys.org
Try explicitly calculating
[tex] \langle x+y,z\rangle [/tex]
and see if it really does equal
[tex] \langle x,z\rangle +\langle y,z\rangle[/tex]
If it doesn't then you know it does not satisfy linearity.
 
Does <x,0*y>=0*<x,y>?