Problems from Notation, complementary minors and adjoint matrix

Write a 2×2 matrix and its determinant (only writing, no need to compute it). Then do the same for a 3×3 matrix.

See development and solution

Development:

If we write the 2×2 matrix, (1121) the determinant is written |1121|

And the same for the 3×3 case (100110011)|100110011|

Solution:

The determinant is written |1121| and |100110011|

Hide solution and development

Find the complementary minor of every element of the main diagonal of the following 4×4 matrix (1010110211101231)

See development and solution

Development:

We have to find the complementary minors of the elements of the main diagonal, that is, of the elements a11,a22,a33,a44.

a11=(1010110211101231)=|102110231|102110= =111+132+200212031101=1+64=3

Using the formula of Sarrus to calculate the determinant 3×3.

The rest of minors must be calculated in the same way

a22=(1010110211101231)=|110110131|=0 (since there are repeated rows)

a33=(1010110211101231)=|100112121|= =111+120+102011221101=3

a44=(1010110211101231)=|101110111|= =111+111+100111011101=1

Solution:

a11=3,a22=0,a33=3,a44=1

Hide solution and development

Find the adjoint matrix A=(102031310)

See development and solution

Development:

We have to find adj(A). The first step is to calculate all the complementary minors.

a11=|102031310|=|3110|=1

a12=|0130|=3

a13=|0331|=9

a21=|0210|=2

a22=|1230|=6

a23=|1031|=1

a31=|0231|=6

a32=|1201|=1

a33=|1003|=3

To calculate the adjugate matrix we must bear in mind the signs!

(+++++) And finally, adj(A)=(139261613)

Solution:

adj(A)=(139261613)

Hide solution and development
View theory