Problems from Sarrus' rule: Computing third-order determinants

Invent a 3×3 matrix and compute its determinant.

See development and solution

Development:

B=(311012110)

det(B)=|311012110|=310+01(1)+112(1)11213010=

=0+0+2+160=3

Solution:

det(B)=3

Hide solution and development

Compute the following determinants.

|100010001|, |321210250|

See development and solution

Development:

|100010001||100010001|100010=111+0+001000=1

|321210250|321210=0+(2)(5)1+01(1)200=12

Solution:

1,12

Hide solution and development
View theory