Inner product generated by matrix

derryck1234
Messages
55
Reaction score
0

Homework Statement



Find d(u, v), where the inner product is defined by the matrix

[1 2]
[-1 3]

and u = (-1, 2), v = (2, 5)

Homework Equations



<u, v> = Au . Av
d(u, v) = abs(u - v)

The Attempt at a Solution



I first tried to find the resulting inner product from the matrix in terms of an equation:

I got it to be:

2u1v1 + 13u2v2

Then I simply found u - v, which came to be (-3, -3)

And thus d(u, v) = <-3, -3>0.5

This, in terms of the relevant inner product, is:

[2(9) + 13(9)]0.5

Unfortunately, the books answer does not agree? It says it is 3 times root 13. I get root 135?
 
Physics news on Phys.org
Check your inner product calculation. There should be some u1v2 and u2v1 terms
 
Thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top