Matrix Multiplication - How to Multiply Matrices and Avoid ERRORS!

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 10

  • @laurendoe168
    @laurendoe168 2 หลายเดือนก่อน +5

    I'd first like an explanation of WHY matrices are used. How is the solution used?? Arithmetic, algebra, geometry, trigonometry, calculus, statistics... are all fairly self-explanatory. Before you need to know how to multiply matrices, you need to know why you would do so.

    • @robertbrandywine
      @robertbrandywine 2 หลายเดือนก่อน

      You would use this in changing the basis in a vector space or tensor product space. Watch 3Blue1Brown's Linear Algebra series.

    • @laurendoe168
      @laurendoe168 2 หลายเดือนก่อน

      @@robertbrandywine I recently learned that a more practical use is solving multiple variable linear equations.

  • @dazartingstall6680
    @dazartingstall6680 2 หลายเดือนก่อน +2

    Am I right in thinking that multiplication of matrices is non-commutative. ie, [matrix a][matrix b] yields a different result from [matrix b][matrix a]? Or is there some rule that determines the order they should be placed in?
    My memory of matrices from schoolwork is almost completely gone. Only the memory of slogging through seemingly endless series of rough-book calculations remains.

    • @henkhu100
      @henkhu100 2 หลายเดือนก่อน

      @@erniemorris9991 What do you mean by "unless all values(elements) in a matrix are the same"? Suppose A and B are 2x2 matrices and B is the inverse of A. Then A*B and B*A are equal to the unit matrix. No need that the elements in A and B "are the same".

  • @Poult100
    @Poult100 2 หลายเดือนก่อน

    Takes me back to school. I'd totally forgotten about operating with matrices. But then, I am 64! Thanks! 👍

  • @TheSimCaptain
    @TheSimCaptain 2 หลายเดือนก่อน

    We touched on matrices briefly in school. It seemed that even the teacher didn't know how these things were useful.

  • @smbsmb31
    @smbsmb31 2 หลายเดือนก่อน

    Great lesson i just remember how to solve the matrix !!!

  • @tikaanipippin
    @tikaanipippin 2 หลายเดือนก่อน +1

    The question is why would you want to do this?

    • @TubeLVT
      @TubeLVT หลายเดือนก่อน

      Matrix multiplication is part of linear algebra. Matrix operations simplify mathematics on combinations of vectors. Nearly all of the programming that I did during my years in computer-aided design and manufacturing was based on linear algebra and matrix operations.