||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{ a=matrix([[0,0],[1,0]]) b=matrix([[0,-1],[0,0]]) (e^((a+b).det()))==(e^(a.det()) * e^(b.det())) /*returns false }}} /* code_ends */ * '''Solution by''': * Manisha,student,snist * Deepthi,student,snist