Determinantsmedium
0:00.0

Starting with matrix AA, the following sequence of row operations produces matrix BB:

R2R23R1R_2 \leftarrow R_2 - 3R_1 (adds a multiple of row 1 to row 2)

R3R3+2R1R_3 \leftarrow R_3 + 2R_1 (adds a multiple of row 1 to row 3)

R1R3R_1 \leftrightarrow R_3 (swaps rows 1 and 3)

If the resulting matrix BB has det(B)=10\det(B) = 10, what is det(A)\det(A)?