Single-entry matrix

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In mathematics a single-entry matrix is a matrix where a single element is one and the rest of the elements are zero,[1][2] e.g.,

\mathbf{J}^{23} = \left[\begin{matrix}
0 & 0 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{matrix}\right].

It is a specific type of a sparse matrix. The single-entry matrix can be regarded a row-selector when it is multiplied on the left side of the matrix, e.g.:


 \mathbf{J}^{23}\mathbf{A} = \left[ \begin{matrix} 0 & 0& 0 \\ a_{31} & a_{32} & a_{33} \\ 0 & 0 & 0 \end{matrix}\right]

Alternatively, a column-selector when multiplied on the right side:


 \mathbf{A}\mathbf{J}^{23} = \left[ \begin{matrix} 0 & 0 & a_{12} \\ 0 & 0 & a_{22} \\ 0 & 0 & a_{32}  \end{matrix}\right]

The name, single-entry matrix, is not common, but seen in a few works.[3]

References

<templatestyles src="Reflist/styles.css" />

Cite error: Invalid <references> tag; parameter "group" is allowed only.

Use <references />, or <references group="..." />


<templatestyles src="Asbox/styles.css"></templatestyles>

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Examples:
    • Lua error in package.lua at line 80: module 'strict' not found.
    • Lua error in package.lua at line 80: module 'strict' not found.