#Matrixs

11 messages · Page 1 of 1 (latest)

leaden parcel
#

Hello, I m just interested why is the multiplication so complicated?
I'm learning ML actually, and there are many times i should do that, although it is not evident.
Simply we could just cover one matrix by another, but we do a lot of strange things, mulipling columns rows etc.
Why is it necessairy? What is the difference between the way of multipllication I mentioned?

brittle jungleBOT
leaden parcel
#

And why exactly the right complicated way to muliply them is so beneficial?

jaunty sigil
#

it stems from the way linear transformations (which are represented by matrices) compose

austere solstice
#

yes

#

if A is the matrix of f, and B is the matrix of g, then AB is the matrix of f o g

#

in fact, if $B$ has columns $B_1, \ldots, B_n$, then $AB$ has columns $AB_1, \ldots, AB_n$

viscid surgeBOT
#

giovanni75

austere solstice
#

which is the way linear transformations work, they act on each vector of the chosen basis

rough tendon
austere solstice