The amazing librarian
Given an $n \times n$ matrix $H$ and a vector $I$ of length $n$, their product $J$ is also vector of length $n$ (strictly speaking we should write $I$ as a column vector here). The \textbf{first} entry of $J$ is the sum: \begin{array}{ll} & the first entry of the \textbf{first} row of $H$ \times \, the first entry of $I$ \\ + & the second entry of the \textbf{first} row of $H$ \times \, the second entry of $I$ \\ +&...

