a=matrix([[1,2,0,2,1],[-1,-2,1,1,0],[1,2,-3,-7,-2]])
a.echelon_form()

Strang-2.2-U (last edited 2010-12-18 05:31:10 by mamatha)