I know that I can only multiply two matrices when the number of columns in the first matrix is equal to the number of rows in the second matrix
But when looking at the symbol site, it is possible to perform this matrix operation [180; -2450; -140] * [0.11; 0.35; 0.93] = -967.9
My question is: why can these two matrices be multiplied if the number of columns in the first matrix (1) is not the same as the number of rows (3) in the second matrix?