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

    Asking why matrix multiplication isn't just componentwise multiplication is an excellent question: in fact, componentwise multiplication is in some sense the most "natural" generalization of real …

  2. block matrix multiplication - Mathematics Stack Exchange

    I think this is wrong. You can't partition both of them same way. If you partition after x rows in first matrix , you've to partition after x columns (not rows ) in the second matrix. Otherwise while …

  3. Matrix multiplication notation - Mathematics Stack Exchange

    Explore related questions linear-algebra matrices notation See similar questions with these tags.

  4. linear algebra - When is matrix multiplication commutative ...

    5 A particular case when orthogonal matrices commute. Orthogonal matrices are used in geometric operations as rotation matrices and therefore if the rotation axes (invariant …

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

    My question is intact no matter whether matrix multiplication was done this way only after it was used as representation of composition of transformations, or whether, on the contrary, matrix …

  6. 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 …

  7. Practical uses of matrix multiplication - Mathematics Stack Exchange

    May 28, 2011 · 7 Matrix multiplication — more specifically, powers of a given matrix A — are a useful tool in graph theory, where the matrix in question is the adjacency matrix of a graph or a …

  8. 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 …

  9. linear algebra - Dot product vs Matrix multiplication, is the later a ...

    Dot product has a specific meaning. Matrix multiplication has no specific meaning, than may be a mathematical way to solve system of linear equations Why, historically, do we multiply …

  10. Reordering of matrix multiplication - Mathematics Stack Exchange

    Sep 14, 2019 · I want to compute the matrix multiplication $ABA$, where $A$ and $B$ are real and orthogonal matrices. In fact, they are specifically $3\\times3$ rotation matrices ...