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