Producto Punto

Si u=[u1u2un] y v=[v1v2vn] \vec{u} = \begin{bmatrix} u_1 \\ u_2 \\ \vdots \\ u_n \end{bmatrix} \text{ y } \vec{v} = \begin{bmatrix} v_1 \\ v_2 \\ \vdots \\ v_n \end{bmatrix} entonces el producto punto uv\vec{u} \cdot \vec{v} de u\vec{u} y v\vec{v} se define mediante uv=u1v1+u2v2++unvn \vec{u} \cdot \vec{v} = u_1 v_1 + u_2 v_2 + \dotsb + u_nv_n

Comentarios