outputij
Outputij is a notation used to denote the element of an output array, matrix, or tensor at the intersection of indices i and j. The form highlights two-dimensional indexing and is sometimes used as an alternative to the more common o_{ij} or the programming-style output[i, j]. While not a formal, universally standardized term, outputij appears in some mathematical texts, algorithm descriptions, and code comments to make explicit the specific entry of an output structure being referred to.
In linear algebra, if O is an m-by-n output matrix, the element in the i-th row and
In tensor notation, outputij can denote a two-dimensional slice or a particular component of a higher-dimensional
Examples: for O = [[1, 2, 3], [4, 5, 6]], the entry at row 1, column 2 is