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:
- Swethakumari G, student,SNIST
- Radha Bhukya, student, SNIST
- Usha Rani,student, SNIST