Definition

Matrix-Vector Product

The matrix-vector product between an mimesnm imes n matrix A\mathbf{A} and an nn-dimensional vector x\mathbf{x} yields a column vector of length mm. The iextrmthi^ extrm{th} element of this resulting vector is calculated as the dot product between the iextrmthi^ extrm{th} row vector of the matrix, denoted as aopi\mathbf{a}^ op_i, and the vector x\mathbf{x}. Mathematically, this operation is defined as:

Ax=[aop1 aop2  aopm ]x=[aop1x aop2x  aopmx ]\mathbf{A}\mathbf{x} = \begin{bmatrix} \mathbf{a}^ op_{1} \ \mathbf{a}^ op_{2} \ \vdots \ \mathbf{a}^ op_m \ \end{bmatrix}\mathbf{x} = \begin{bmatrix} \mathbf{a}^ op_{1} \mathbf{x} \ \mathbf{a}^ op_{2} \mathbf{x} \ \vdots\ \mathbf{a}^ op_{m} \mathbf{x}\ \end{bmatrix}

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Related