||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{sage: a=matrix([[4,3],[2,5]]) sage: b=matrix([[12],[-8]]) sage: a.solve_right(b) [ 6] [-4] Your Code Goes Here Copy the sage notebook text and paste/yank it here! }}} /* code_ends */ * '''Solution by''': * , , * , ,