||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{ a=matrix([[1,0],[0,0]]) b=matrix([[0,0],[0,1]]) m=matrix([[1,1],[1,1]]) t=a*b*m t(m)_left.nullspace() }}} /* code_ends */ * '''Solution by''': * , , * , , * , ,