03-11-2024 - Analytic Geometry - Matrix Multiplication [EN]-[IT]

image.png


~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~


ENGLISH
03-11-2024 - Analytic Geometry - Matrix Multiplication [EN]-[IT]
With this post I would like to give a short instruction about the topic mentioned in the subject
(code notes: X_086)

Matrix Multiplication
Matrix multiplication may seem complicated at first sight, but if well understood, it is not so difficult to perform.

Suppose we want to multiply two square matrices A and B, how will our matrix C be the source of the product of A x B?

Let's write two matrices in which the elements do not appear as numbers but as indicative elements of the matrices.

image.png

The multiplication between them will give rise to a C matrix

image.png

Here, now we have to understand how we have to get c11, c12, c21 and c22.

Below are the calculations explained.

image.png

Below I explain graphically how to calculate c11

image.png

Below I explain graphically how to calculate c12

image.png

Below I explain graphically how to calculate c21

image.png

Below I explain graphically how to calculate c22

image.png

Conclusions
Matrix multiplication follows the following rule. Each element of the resulting matrix is ​​obtained as the sum of the products between the elements of the row of the first matrix and the elements of the column of the second matrix

Question
Matrix multiplications seem much more difficult to understand than sums, what do you think?



[ITALIAN]
03-11-2024 - Geometria analitica - Moltiplicazione di matrici [EN]-[IT]
Con questo post vorrei dare una breve istruzione a riguardo dell’argomento citato in oggetto
(code notes: X_086)

Moltiplicazione di matrici
La moltiplicazione tra matrici può risultare a prima vista complicata, ma se ben compresa, non è così difficile da eseguire.

Supponiamo di voler moltiplicare due matrici quadrate A e B, come sarà la nostra matrice C fonte del prodotto di A x B?

Scriviamo due matrici in cui gli elementi non appaiono come numeri come come elementi indicativi delle matrici.

image.png

La moltiplicazione tra esse darà origine ad una matrice C

image.png

Ecco, ora dobbiamo capire come dobbiamo fare a ricavare c11, c12, c21 e c22.

Qui di seguito sono spiegati i calcoli.

image.png

Qui di seguito spiego graficamente come si calcola c11

image.png

Qui di seguito spiego graficamente come si calcola c12

image.png

Qui di seguito spiego graficamente come si calcola c21

image.png

Qui di seguito spiego graficamente come si calcola c22

image.png

Conclusioni
La moltiplicazione tra matrici segue la seguente regola. Ogni elemento della matrice risultante si ottiene come somma dei prodotti tra gli elementi della riga della prima matrice e gli elementi della colonna della seconda matrice

Domanda
Le moltiplicazioni tra matrici mi sembrano molto più difficili da comprendere rispetto alle somme, voi che ne pensate?

THE END



0
0
0.000
11 comments
avatar

This is very hard
I remember back then when I used to run away from Matrix class
Thank you though

0
0
0.000
avatar

Multiplying 2x2 square matrices is also understandable, but when you have to multiply asymmetrical matrices I struggle too. !BEER

0
0
0.000
avatar

Ho letto il post ma voglio scusarmi per lo sfogarsi con voi, NON accadrà più, farò quello che faccio sempre, lavorerò e persevererò. Ti auguro una felice giornata.

0
0
0.000