Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 09:19:14
Size: 316
Editor: 172
Comment:
Revision 2 as of 2010-12-17 09:35:31
Size: 358
Editor: jyothi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Your Code Goes Here
Copy the sage notebook text and paste/yank it here!
A=matrix(QQ,([2,3,0],[4,5,-1],[2,-1,-3]))
print A
b=vector([0,3,5])
c=A.augment(b.transpose())
print
print c.echelon_form()
Line 15: Line 20:
   * <jyothi>, <student>, <vits>
   * <swathi>, <student>, <vits>
   * jyothi,student,vits
   * swathi,student,vits
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

A=matrix(QQ,([2,3,0],[4,5,-1],[2,-1,-3]))
print A
b=vector([0,3,5])
c=A.augment(b.transpose())
print
print c.echelon_form()

  • Solution by:

    • jyothi,student,vits
    • swathi,student,vits

Strang-1.3-21-U (last edited 2010-12-18 12:11:08 by 10)