⇤ ← Revision 1 as of 2010-12-18 06:59:37
Size: 529
Comment:
|
Size: 537
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 25: | Line 25: |
* Swethakumari G, student,SNIST * Radha Bhukya, student, SNIST * Usha Rani,student, SNIST |
* <pratyusha.C>,<student>,<SNIST> *<Reepu Kumari>,<student>,<SNIST> *<Renuka.Y>,<student>,<SNIST> |
Book
Linear Algebra
Author
Gilbert Strang
Edition
a=matrix([[1],[4],[2]])*matrix([[2,-1,2]]) print det(a) U=matrix([[4,4,8,8],[0,1,2,2],[0,0,2,6],[0,0,0,2]]) print U[0,0]*U[1,1]*U[2,2]*U[3,3] l=U.transpose() print l ui=U**(-1) print ui U.swap_rows(0,3) U.swap_rows(1,2) print U print det(U)
Solution by:
<pratyusha.C>,<student>,<SNIST>
<Reepu Kumari>,<student>,<SNIST>
<Renuka.Y>,<student>,<SNIST>