What is det(det(A)) ?
Det(A)=4
Which is the answer
- 4
- 16
when I think of this question I thought answer
to be 4
As det(det(A)) = det(4) { now I will treat it as a single element } = 4
But this turns out to be wrong why ??
det(det(A)) = det(A).det(A) ?