Problems from General method for the calculation of determinants

Invent a 4×4 matrix and compute its determinant.

See development and solution

Development:

C=(1010031110120110)

det(C)=1det(B)+1|031102010|=

1(3)+1[000+11(1)+02300(1)120013]=

=3+(01+0000)=31=4

Solution:

det(C)=2.

Hide solution and development
View theory