Content deleted Content added
Line 59:
==Matrix-to-vector diag operator==
The inverse matrix-to-vector <math>\operatorname{diag}</math> operator is sometimes denoted by the identically named <math>\operatorname{diag}(\mathbf{D}) = \begin{bmatrix}a_1 & \dotsm & a_n\end{bmatrix}^\textsf{T}</math> where the argument is now a matrix and the result is a vector of its diagonal entries.
The following property holds:
<math display="block">\operatorname{diag}(
== Scalar matrix ==
|