Comments on: A Programmer’s Intuition for Matrix Multiplication https://betterexplained.com/articles/matrix-multiplication/ Math lessons that click Fri, 08 Jan 2021 00:19:01 +0000 hourly 1 By: Mike https://betterexplained.com/articles/matrix-multiplication/#comment-336206 Wed, 06 Dec 2017 04:20:51 +0000 https://betterexplained.com/?p=6425#comment-336206 In reply to Kishore V..

Very interesting Kishore, much appreciated.

]]>
By: Arunpradhap Natarajan https://betterexplained.com/articles/matrix-multiplication/#comment-336058 Fri, 27 Oct 2017 21:12:21 +0000 https://betterexplained.com/?p=6425#comment-336058 why matrix multiplication takes row and multiplies with column? why it should not be row and row multiplication ? like for example let [20 10 5] be the cost of [rice wheat sugar] if I want to buy a 4 kg of rice 2 kg of wheat 3 kg of sugar
the [20 10 5]*[4 2 3]=20*4+10*2+5*3=80+20+15=115
why the multiplier should be column ?

]]>
By: Kishore V. https://betterexplained.com/articles/matrix-multiplication/#comment-335730 Mon, 04 Sep 2017 18:39:59 +0000 https://betterexplained.com/?p=6425#comment-335730 This post is useful: https://kishorepv.github.io/Matrix-Multiplication/

]]>
By: NIHAL V S https://betterexplained.com/articles/matrix-multiplication/#comment-335317 Fri, 23 Jun 2017 11:50:50 +0000 https://betterexplained.com/?p=6425#comment-335317 Can you write up a physical intuition for the usage of matrix?

]]>