Size: 431
Comment:
|
← Revision 3 as of 2010-12-17 12:41:12 ⇥
Size: 431
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