Samiksha Jaiswal (Editor)

Single entry matrix

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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

J 23 = [ 0 0 0 0 0 1 0 0 0 ] .

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.:

J 23 A = [ 0 0 0 a 31 a 32 a 33 0 0 0 ] .

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

A J 23 = [ 0 0 a 12 0 0 a 22 0 0 a 32 ] .

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

References

Single-entry matrix Wikipedia


Similar Topics