About 491,000 results
Open links in new tab
  1. matrices - Intuition behind Matrix Multiplication - Mathematics Stack ...

    In linear algebra, the entities that gets multiplied are vectors, the "multiplier" objects are matrices, the operation ⋅ generalizes to the matrix-vector product, and the operation × × extends to the product …

  2. The five ways to multiply matrices - Mathematics Stack Exchange

    Feb 20, 2017 · 1 I'm studying linear algebra using the online MIT course, and in the third lecture, the professor showed us 5 ways to multiply matrices, they can be found here: MIT Linear Algebra, …

  3. Why, historically, do we multiply matrices as we do?

    The eventual coefficients obtained from a double transformation of (x, y, z) require row elements of the left transform matrices to be multiplied by their corresponding column element of the right transform …

  4. Order of operations for multiplying three matrices

    Jan 11, 2018 · Matrix multiplication is associative, so you can do it in whichever order you like. You can prove it by writing the matrix multiply in summation notation each way and seeing they match.

  5. Matrix multiplication notation - Mathematics Stack Exchange

    Dec 18, 2016 · first multiply all elements of the $i$th row of the matrix $A$ pairwise with all the elements of the $j$th column of the matrix $B$; and then you add these $n$ products.

  6. matrices - Matrix addition/multiplication with different sizes ...

    Dec 19, 2020 · The sum of matrices corresponds to the transformation which is the sum of the two given transformations. Addition of linear transformations require the domain and range to be identical. The …

  7. linear algebra - What does it mean to multiply two matrices with ...

    Jan 30, 2025 · To answer your question how my Problem is different to the proposed problem you linked: I completely understood, why we calculate rows by columns, but I wonder, if there is any …

  8. Number of elementary multiplications for multiplying $4\\times4

    May 15, 2025 · Applying recursively Strassen's algorithm on $4\\times4$ matrices results in $49$ elementary multiplications. Are there methods tailored for $4\\times4$ matrices which can do better? …

  9. Left and right multiplying of matrices - Mathematics Stack Exchange

    Sep 8, 2015 · Matrix multiplication is defined so that it works right to left, just like function composition. This allows matrices to represent linear transformations more intuitively. It's also why we …

  10. matrices - matrix multiplication by columns - Mathematics Stack …

    Apparently there is another way to multiply matrices where you work with whole columns of A to get the product AB. Does anyone know how to do that? If so, could you please provide a general algorithm? …