||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{ A=matrix([[1,2],[0,0],[0,0]]) B=matrix([[1,0],[0,2],[0,0]]) C=matrix([[1,0],[2,0],[0,0]]) print "coloumn space of A:",A.column_space() print "coloumn space of B:",B.column_space() print "coloumn space of C:",C.column_space() }}} /* code_ends */ * '''Solution by''': * , , * , ,