Ordinary matrix-vector multiplication

  • Thread starter Thread starter Treadstone 71
  • Start date Start date
  • Tags Tags
    Multiplication
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Treadstone 71
Messages
275
Reaction score
0
Let [tex]P=(p_{ij})[/tex] be a real symmetric 2x2 matrix. Show that the function on [tex]\mathbb{R}^2\times\mathbb{R}^2[/tex] (Where R^2 is a space of column vectors) defined by [tex]<v,w>=v^tPw[/tex] is an inner product if and only if [tex]p_{11}[/tex] and [tex]det(P)[/tex] are both swtrictly positive.

I just need to know what [tex]Pw[/tex] means in [tex]<v,w>=v^tPw[/tex].
 
Physics news on Phys.org
I see. I thought it was "P of w".
 
This function doesn't send vectors to scalars, it can't be an inner product, unless I understood something wrong.
 
v and w are 1x2 column vectors, right? So why is this function on R^2xR^2? Isn't it defined on the vector space R^2?
 
Treadstone 71 said:
v and w are 1x2 column vectors, right? So why is this function on R^2xR^2? Isn't it defined on the vector space R^2?

they're 2x1, but there are two of them. This function takes a pair of vectors, (v,w) and gives a real number, so the domain is R^2xR^2.