#the determinant of a matrix is equal to its transpose
b=[0,1,2]
det=b[0]*b[1]*b[2]
det_t=b[0]*b[1]*b[2]
c=det*det_t
c

Strang-5.1.29.2-U (last edited 2010-12-18 11:25:40 by YASHWANTH)