For any n×n matrix: det(kA)=kn×det(A)
Since A is a 3×3 matrix:
det(2A)=23×det(A)
det(2A)=8×det(A)
Given: A=2−1001−4330
Expanding along Row 3 (which contains the most zeros):
det(A)=0⋅C31−(−4)⋅C32+0⋅C33
det(A)=4⋅M32
where M32 is the minor obtained by removing Row 3 and Column 2.
M32=2−133
M32=(2)(3)−(3)(−1)
M32=6−(−3)
M32=6+3
M32=9
det(A)=4×9
det(A)=36
det(2A)=8×det(A)
det(2A)=8×36
det(2A)=288
Therefore, the value of det(2A)=288.