Definition:Outer Product
Jump to navigation
Jump to search
![]() | This page has been identified as a candidate for refactoring of basic complexity. Until this has been finished, please leave {{Refactor}} in the code.
New contributors: Refactoring is a task which is expected to be undertaken by experienced editors only. Because of the underlying complexity of the work needed, it is recommended that you do not embark on a refactoring task until you have become familiar with the structural nature of pages of $\mathsf{Pr} \infty \mathsf{fWiki}$.To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Refactor}} from the code. |
Definition
Given two vectors $\mathbf u = \tuple {u_1, u_2, \ldots, u_m}$ and $\mathbf v = \tuple {v_1, v_2, \ldots, v_n}$, their outer product $\mathbf u \otimes \mathbf v$ is defined as:
- $\mathbf u \otimes \mathbf v = A = \begin{bmatrix} u_1 v_1 & u_1 v_2 & \dots & u_1 v_n \\ u_2 v_1 & u_2 v_2 & \dots & u_2 v_n \\ \vdots & \vdots & \ddots & \vdots \\ u_m v_1 & u_m v_2 & \dots & u_m v_n \end{bmatrix}$
Index Notation
Given two vectors $u_i$ and $v_j$, their outer product $u_i \otimes v_j$ is defined as
- $u_i \otimes v_j = a_{ij} = u_i v_j$
Matrix Multiplication
Given two vectors expressed as column matrices $\mathbf u$ and $\mathbf v$, their outer product $\mathbf u \otimes \mathbf v$ is defined as
- $\mathbf u \otimes \mathbf v = A = \mathbf u \mathbf v^T$
Also known as
The outer product is sometimes referred to as the dyad product between two vectors.
Also see
![]() | This page or section has statements made on it that ought to be extracted and proved in a Theorem page. In particular: Create pages for these, and demonstrate them You can help $\mathsf{Pr} \infty \mathsf{fWiki}$ by creating any appropriate Theorem pages that may be needed. To discuss this page in more detail, feel free to use the talk page. |
- $A \mathbf v = \mathbf u \norm {\mathbf v}^2$: see Vector Length.
- $\mathbf u \otimes \mathbf v = \paren {\mathbf v \otimes \mathbf u}^T$
Sources
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): outer product
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): outer product