Benedict Irwin deleted file untitled.tex  over 9 years ago

Commit id: 25284a8bcab260c153a30a52b6a4261f4b4f4437

deletions | additions      

         

\section{Abstract}  Investigate the results of a vector stacking operator in analogy to the matrix multiplication or inner and outer vector products.  \section{Introduction}  We have vector dot product \begin{equation}  \begin{bmatrix}  a & b  \end{bmatrix}  \cdot  \begin{bmatrix}  c \\ d  \end{bmatrix}  =ac+bd  \end{equation}  and outer 'dyadic' of this product by reversing the position of row and column vectors  \begin{equation}  \begin{bmatrix}  a \\ b  \end{bmatrix}  \cdot  \begin{bmatrix}  c & d  \end{bmatrix}  =  \begin{bmatrix}  ac & ad \\  bc & bd  \end{bmatrix}  \end{equation}  So investigate coupling of row and column vectors such that \begin{equation}  \begin{bmatrix}  a \\ b  \end{bmatrix}  \cdot  \begin{bmatrix}  c \\ d  \end{bmatrix}  =  \begin{bmatrix}  ac \\ ad \\ bc \\ bd  \end{bmatrix}  \end{equation}