Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 10:06:00
Size: 288
Editor: 172
Comment:
Revision 2 as of 2010-12-17 10:06:46
Size: 358
Editor: 172
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(RDF,[[1,1,1], [1,1,3], [2,5,8]])
print A.parent()
P, L, U = A.LU()
print "P"
print P
print "L"
print L
print "U"
print U
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

A = matrix(RDF,[[1,1,1], [1,1,3], [2,5,8]])
print A.parent()
P, L, U = A.LU()
print "P"
print P
print "L"
print L
print "U"
print U 

  • Solution by:

    • D.V.L.Raghavendar,<snist>,student

Strang-1.5-7 (last edited 2010-12-17 10:06:46 by 172)