Learn Before
Concept

Matrix Representation via Row Vectors

A matrix ARmimesn\mathbf{A} \in \mathbb{R}^{m imes n} can be visualized as a vertical stack of mm row vectors. Formally, it is expressed as:

A=[aop1 aop2  aopm ]\mathbf{A}= \begin{bmatrix} \mathbf{a}^ op_{1} \ \mathbf{a}^ op_{2} \ \vdots \ \mathbf{a}^ op_m \ \end{bmatrix}

where each aopiRn\mathbf{a}^ op_{i} \in \mathbb{R}^n is a row vector representing the iextrmthi^ extrm{th} row of the matrix A\mathbf{A}.

0

1

Updated 2026-05-01

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Learn After