Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 19:06:59
Size: 365
Editor: 10
Comment:
Revision 2 as of 2010-12-17 19:10:56
Size: 317
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
   * <Your Name>, <Profession>, <Organization>
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

A = matrix([[ 1,1],[2,2]])
print A
B = matrix([[ -1,1],[1,-1]])
print B
print A * B
print A * B == 0

  • Solution by:

    • <s.n.v.sainadh,student,vycet>

Strang-6.2-5 (last edited 2010-12-17 19:10:56 by sai9876543210abcd)