a=matrix([[0,0],[1,0]])
b=matrix([[0,-1],[0,0]])
(e^((a+b).det()))==(e^(a.det()) * e^(b.det()))   /*returns false