1. Multiplying two matrices entry by entry
the whole questionWhat not to write
“”
What to write
“Row against column: , the two columns swapped.”
Why: The entry-by-entry product agrees with the real one only for diagonal matrices, which is why it survives so long. Here the right factor swaps the columns of the left one, and the column reading says so before any arithmetic: column 1 of the product is , the second column of .