||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{ a=matrix([[0,0,1],[1,0,0],[0,1,0]]) print det(a) b=matrix([[0,1,1],[1,0,1],[1,1,0]]) print det(b) c=matrix([[1,1,1,],[1,1,1],[1,1,1]]) print det(c) }}} /* code_ends */ * '''Solution by''': * Swetha kumari G, student, SNIST * Radha Bhukya, student, SNIST * Usha Rani,student,SNIST