Q&A for How to Multiply Matrices

Return to Full Article

Search
Add New Question
  • Question
    How can I find the inverse with my final answer?
    Danoyachtcapt
    Top Answerer
    This article should be helpful: how to find the inverse of a function .
  • Question
    How do I multiply a 2x1 matrix with a 2x2 matrix?
    Pimemorized
    Top Answerer
    You cannot multiply a 2x1 matrix with a 2x2 matrix together. To multiply two matrices together, the first matrix's columns and the second matrix's rows have to be the same. In this case, the first matrix only has 1 column, whereas the second one has two rows.
  • Question
    How do I multiply a 1×3 matrix by a 3×1 matrix?
    I_l1ke_gam3s
    Community Answer
    Use the dot product shown in the article above. (Note: You cannot switch the order and get the same answer, as matrix multiplication isn't commutative.)
  • Question
    Where are matrices used?
    Community Answer
    They're used a lot in linear algebra and in solving systems of equations.
Ask a Question

      Return to Full Article