Yes, I know how to compute the angle.Is there anything in particular in the assignment which confuses you the most?
First hint: do you know how to compute the angle between two vectors?
Good. What should be the value of the inner product of 'x' and 'y' if the cosine is 1/2 ?Yes, I know how to compute the angle.
I also know that the cosθ has to be 1/2 since the angle has to be 60 degrees. However, I don’t know how to define the matrix A.
I found that the inner product of x,y is 5. So far I’ve came in conclusion that A=sqrt(26)/10. I’m just not sure if the matrix A has to be 1 x 1.Good. What should be the value of the inner product of 'x' and 'y' if the cosine is 1/2 ?
You are right, it is 5 in the "default" inner product, i.e. when A is identity (1001). BTW, what angle do you get in this case?I found that the inner product of x,y is 5. So far I’ve came in conclusion that A=sqrt(26)/10. I’m just not sure if the matrix A has to be 1 x 1.
First of all, thank you for helping me outYou are right, it is 5 in the "default" inner product, i.e. when A is identity (1001). BTW, what angle do you get in this case?
You are right not to be sure that A is 1x1 because it is not. What dimensions does A have to have so that you could compute xTAy ?
Actually that’s my problem for 5 days now, this doesn’t seem to work for me. I cant compute any of the coefficientsGood, thank you. As you can see it has 3 inner products in there. Now you need to replace the implied A=I in each of them with an unknown A and solve the equation for A's coefficients.
When I did this I got a pretty hairy equation. But I believe the solution is not unique since there are 3 unknown coefficients in A. BTW, do you know why 3 and not 4? So I assigned fixed values to two of them and computed the third.
Hope this helps, and let us know how it goes.
What have you gotten so far?Actually that’s my problem for 5 days now, this doesn’t seem to work for me. I cant compute any of the coefficients
I tried to modify the identity matrix A=(1001) with so many ways, replacing the 1s with unknown variables, while at the same time I was multiplying it with each inner product. But I can't really come to a conclusion with any of the results I get.What have you gotten so far?