User Tools

Site Tools


Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
row-column_multiplication

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
row-column_multiplication [2015/02/12 10:49] – created rupertrow-column_multiplication [2015/02/17 13:08] (current) rupert
Line 1: Line 1:
-If $a=\begin{bmatrix}a_1&a_2&\dots&a_n\end{bmatrix}$ is a $1\times n$ row vector and $b=\begin{bmatrix}b_1\\b_2\\\vdots\\b_n\end{bmatrix}$ is an $n\times 1$ column vector, then the product of $a$ and $b$ is defined to be+If $a=\begin{bmatrix}a_1&a_2&\dots&a_n\end{bmatrix}$ is a $1\times n$ row vector and $b=\begin{bmatrix}b_1\\b_2\\\vdots\\b_n\end{bmatrix}$ is an $n\times 1$ column vector, then the **row-column product**, or simply the **product** of $a$ and $b$ is defined to be
 \[ ab=\begin{bmatrix}a_1&a_2&\dots&a_n\end{bmatrix}\begin{bmatrix}b_1\\b_2\\\vdots\\b_n\end{bmatrix}=a_1b_1+a_2b_2+\dots+a_nb_n.\] \[ ab=\begin{bmatrix}a_1&a_2&\dots&a_n\end{bmatrix}\begin{bmatrix}b_1\\b_2\\\vdots\\b_n\end{bmatrix}=a_1b_1+a_2b_2+\dots+a_nb_n.\]
 +
 +If we want to emphasize that we are multiplying in this way, we sometimes write $a\cdot b$ instead of $ab$.
 +
 +The product $ab$ of a $1\times m$ row vector $a$ with an $n\times 1$ column vector $b$ is undefined if $m\ne n$.
row-column_multiplication.1423738175.txt.gz · Last modified: by rupert

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki