Waivio

05-02-2025 - Analytic Geometry - The determinant of a matrix [EN]-[IT]

13 comments

stefano.massari3.6 K5 months agoPeakD4 min read

https://files.peakd.com/file/peakd-hive/stefano.massari/23xerUwDrMAeJFY2oCvfSTD9qYyr9Gyt6C8dCTW7GCHCDFWfkXUnz78LoeEQ7LFzdPWm9.png


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


ENGLISH
05-02-2025 - Analytic Geometry - The determinant of a matrix [EN]-[IT]
With this post I would like to give a short instruction about the topic mentioned in the subject
(code notes: X_84)

The determinant of a matrix
The determinant of a square matrix is ​​a number that provides information about the properties of the matrix.
That is:
If the determinant of a matrix is ​​different from zero, it means that the matrix is ​​invertible
If the determinant of a matrix is ​​equal to zero, it means that the matrix is ​​not invertible and is also called singular.

The calculation of the determinant of a 2x2 matrix is ​​simple and is calculated as follows:
Matrix A

https://files.peakd.com/file/peakd-hive/stefano.massari/23tcNRVyjEXNF2zA315wHMPqm8SBEBr6qvtQVApUqKbxir3f3BiW9HH9BioBdffUiQpgy.png

I identify the diagonals

https://files.peakd.com/file/peakd-hive/stefano.massari/23tw9kE948pmCvTVnjjCqJDE97YW6kR9KEh18HsieKBKA6rQV6VUjJTgiFeQj3ZGsA3dB.png

The determinant is calculated with the following formula

https://files.peakd.com/file/peakd-hive/stefano.massari/23uFwixbFcyajTLh1VibpqHnHT7admWuvsePZTpmmnV3uYPcQEgL5HpBRAzY5bXwdtHsf.png

Example with 4 x 4 matrix
I will not explain all the steps, but I will perform the main phases
Let's take the following matrix as an example

https://files.peakd.com/file/peakd-hive/stefano.massari/23tSym8QDkaPv9yytq9jsunf1o1CUMfW3MKgtw2xajwDL9NDAqcGNzStDmYaeuZLb8dqk.png

To calculate the determinant we can use the expansion of Laplace

Step 1
Laplace expansion with respect to the first row
To expand the determinant we use the first row

https://files.peakd.com/file/peakd-hive/stefano.massari/23viTgJnscaE58M7Ag6oCUDMmh5NXb7Zpg4qpDbp5Chv6pWrY41m5ZqgzqT5CvDGDTBKD.png

NOTE: Mij is the minor obtained by eliminating the i-th row and the j-th column

Step 2
Calculating minors
M11 eliminating the first row and the first column will be shown so

https://files.peakd.com/file/peakd-hive/stefano.massari/Eo6S6U3zeup2RrGySitAbwwFDPLACWtm6sousSj7BCodNCEDfeeyXgbpd8LrnNN4wzC.png

The calculation of the determinant would be next

https://files.peakd.com/file/peakd-hive/stefano.massari/EoH56SDQtqPnZNJ8aBitPvZQ86UWpHV8fvW4XYtcEsSP35KZH8ymcE5yxoQxvrKA39x.png

https://files.peakd.com/file/peakd-hive/stefano.massari/23vsrLgNPUrwGEotxKnW6NHvLeD1dpvuJySrkBdsdLhLcrwxucRwE45iR6DStQgQaBRjF.png

At this point I follow the same procedure for M12 and M14
I get M12 by eliminating the first row and the second column
I will have that M12 = -7
M14 I will get by eliminating the first row and the fourth column
I will have that M14 = -13

Step 3
I intervene in the calculation of the determinant with the substitution in the formula and I will get this

https://files.peakd.com/file/peakd-hive/stefano.massari/EoeMEyVruTP7sq6VuM2TK8dKoxpMt4JQMcyGL1rCYvuXMnZwNPbtnejs4cPqBiu7oVL.png

So, the determinant of the matrix taken as an example is 38.

Conclusions
To calculate the determinant of a 2x2 matrix we have the diagonal rule, to calculate a 3x3 matrix we use the Sarrus rule and for nxn matrices (with n>=4) we use the Laplace expansion

Question
Have you ever tried to calculate the determinant of a matrix? Do you remember studying matrices at school?




https://images.hive.blog/1536x0/https://files.peakd.com/file/peakd-hive/green77/gGQutTRs-hive-spacer.png


[ITALIAN]
05-02-2025 - Geometria analitica - Il determinante di una matrice [EN]-[IT]
Con questo post vorrei dare una breve istruzione a riguardo dell’argomento citato in oggetto
(code notes: X_84)

Il determinante di una matrice
Il determinante di una matrice quadrata è un numero che fornisce informazioni sulle proprietà della matrice.
Cioè:
Se il determinante di una matrice è diverso da zero vuol dire che la matrice è invertibile
Se il determinante di una matrice è uguale a zero vuol dire che la matrice non è invertibile ed è detta anche singolare.

Il calcolo del determinante di una matrice 2x2 è semplice e si calcola come segue:
Matrice A

https://files.peakd.com/file/peakd-hive/stefano.massari/23tcNRVyjEXNF2zA315wHMPqm8SBEBr6qvtQVApUqKbxir3f3BiW9HH9BioBdffUiQpgy.png

Individuo le diagonali

https://files.peakd.com/file/peakd-hive/stefano.massari/23tw9kE948pmCvTVnjjCqJDE97YW6kR9KEh18HsieKBKA6rQV6VUjJTgiFeQj3ZGsA3dB.png

Il determinante si calcola con la seguente formula

https://files.peakd.com/file/peakd-hive/stefano.massari/23uFwixbFcyajTLh1VibpqHnHT7admWuvsePZTpmmnV3uYPcQEgL5HpBRAzY5bXwdtHsf.png


Esempio con matrice 4 x 4
Non spiegherò tutti i passaggi, ma eseguirò le fasi principali
Prendiamo come esempio la seguente matrice

https://files.peakd.com/file/peakd-hive/stefano.massari/23tSym8QDkaPv9yytq9jsunf1o1CUMfW3MKgtw2xajwDL9NDAqcGNzStDmYaeuZLb8dqk.png

Per calcolare il determinante possiamo usare l'espansione di Laplace

Passaggio 1
Espansione di Laplace rispetto alla prima riga
Per espandere il determinante usiamo la prima riga

https://files.peakd.com/file/peakd-hive/stefano.massari/23viTgJnscaE58M7Ag6oCUDMmh5NXb7Zpg4qpDbp5Chv6pWrY41m5ZqgzqT5CvDGDTBKD.png

NOTA: Mij è il minore ottenuto eliminando la i-esima riga e la j-esima colonna

Passaggio 2
Calcolo dei minori
M11 eliminando la prima riga e la prima colonna si mostrerà così

https://files.peakd.com/file/peakd-hive/stefano.massari/Eo6S6U3zeup2RrGySitAbwwFDPLACWtm6sousSj7BCodNCEDfeeyXgbpd8LrnNN4wzC.png

Il calcolo del determinante sarebbe il seguente

https://files.peakd.com/file/peakd-hive/stefano.massari/EoH56SDQtqPnZNJ8aBitPvZQ86UWpHV8fvW4XYtcEsSP35KZH8ymcE5yxoQxvrKA39x.png

https://files.peakd.com/file/peakd-hive/stefano.massari/23vsrLgNPUrwGEotxKnW6NHvLeD1dpvuJySrkBdsdLhLcrwxucRwE45iR6DStQgQaBRjF.png

A questo punto seguo lo stesso procedimento per M12 e M14
M12 la ottengo eliminando la prima riga e la seconda colonna
Avrò che M12 = -7
M14 la otterrò eliminando la prima riga e la quarta colonna
Avrò che M14 = -13

Passaggio 3
Intervengo nel calcolo del determinante con la sostituzione nella formula e otterrò questo

https://files.peakd.com/file/peakd-hive/stefano.massari/EoeMEyVruTP7sq6VuM2TK8dKoxpMt4JQMcyGL1rCYvuXMnZwNPbtnejs4cPqBiu7oVL.png

Quindi, il determinante della matrice presa come esempio è 38.

Conclusioni
Per calcolare il determinante di una matrice 2x2 abbiamo la regola delle diagonali, per calcolare una matrice 3x3 usiamo la regola di Sarrus e per matrici nxn (con n>=4) usiamo l'espansione di Laplace

Domanda
Avete mai provato a scuola a calcolare il determinante di una matrice? Vi ricordate di aver studiato a scuola le matrici?

THE END


Hashtags 9
A general topic community built around PoB technology and the POB token

Comments

Sort byBest