det(A) 就是求矩阵A的行列式。
I*det(A)=diag(det(A), det(A), ... , det(A))例如 det(A)= cI*c = cI = diag(c, c, ... , c)