||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{ a=matrix([[1,2,3],[2,2,2],[-2,-2,-2]]) print a b=vector([1,10,100],[0,0,0]) x=a.solve_right(b) print x }}} /* code_ends */ * '''Solution by''': * , , * , ,