Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 09:32:09
Size: 374
Editor: vsowjanya
Comment:
Revision 2 as of 2010-12-17 11:52:13
Size: 355
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
A = array([[1,2,0,2,1],[-1,-2,1,1,0],[1,2,-3,-7,-2]])
  A[1]=A[0]+A[1]
  A[2]=A[2]-A[0]
a=matrix([[1,2,0,2,1],[-1,-2,1,1,0],[1,2,-3,-7,-2]])
a.echelon_form()
Line 17: Line 15:
   * vsowjanya, faculty, cvr college of engineering
   * gharitha, student, prakasam engineering college
   * g.mamatha, pr, cvr cakasam engg college
   * VVL Amruhavallit, student, prakasam engineering college
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

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

  • Solution by:

    • g.mamatha, pr, cvr cakasam engg college
    • VVL Amruhavallit, student, prakasam engineering college

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