Differences between revisions 3 and 4
Revision 3 as of 2010-12-17 12:08:23
Size: 416
Comment:
Revision 4 as of 2010-12-17 12:14:54
Size: 380
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
   * <Sarvani>, <Student>, <SNIST>
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

A=matrix([[2,1],[1,7]])
B=matrix([[-2,5],[0,8]])
C=matrix([[6,0,3],[1,0,-5]])
D=matrix([[4,0,-4],[-3,4,9]])
6*((C.transpose()+3*D.transpose()).transpose())
6*C+18*D

  • Solution by:

    • <Monica>, <Student>, <SNIST>

Strang-6.1-8-U (last edited 2010-12-17 12:14:54 by kenguvamonica)