Matrix - Inner Products and Dot Products

  • Thread starter Thread starter essie52
  • Start date Start date
  • Tags Tags
    Dot Matrix
essie52
Messages
10
Reaction score
0

Homework Statement



Consider a matrix A in R^(nxn) . In R^n for vectors x and y, define the product

<x, y> = ((Ax)^t)(Ay).

a) For which choices of A is this an inner product?

b) For which choices of A is <x, y> = x (dot) y (the dot product)?



Homework Equations



For inner products:

a. <x, y> = <y, x>
b. <x + y, z> = <xz> + <yz>
c. <cx, y> = c<x,y>
d. <x, x> is less than 0, for all nonzero x in A


The Attempt at a Solution


<x, y> = ((Ax)^T)(Ay) = Ax . Ay
 
Physics news on Phys.org
So, what did you already try to solve the problem?
 
Never mind. I figured it out but thanks anyway.
 
whats the difference between matrix multiplication and a matrix dot product Give examples please
 
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