Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-17 12:31:34
Size: 431
Editor: 172
Comment:
Revision 3 as of 2010-12-17 12:41:12
Size: 431
Editor: 172
Comment:
No differences found!
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

a=matrix([[0,0,1],[1,0,0],[0,1,0]])
print det(a)
b=matrix([[0,1,1],[1,0,1],[1,1,0]])
print det(b)
c=matrix([[1,1,1,],[1,1,1],[1,1,1]])
print det(c)

  • Solution by:

    • Swetha kumari G, student, SNIST
    • Radha Bhukya, student, SNIST
    • Usha Rani,student,SNIST

Strang-4.3 21-U (last edited 2010-12-17 12:41:12 by 172)