Differences between revisions 3 and 4
Revision 3 as of 2010-12-17 06:40:30
Size: 542
Editor: sprint_first
Comment:
Revision 4 as of 2010-12-17 06:41:41
Size: 580
Editor: sprint_first
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
/* A=matrix([[2,6],[3,9]]) */ /* A=matrix([[[[2,6],[3,9]]]]) */
Line 11: Line 11:
/* B=matrix([[1,2],[3,4]]) */ /* B=matrix([[1,2],[3,4|[[1,2],[3,4]]]] ) */
Line 13: Line 13:
/* C=matrix([[-5,5],[5,3]]) */ /* C=matrix([[-5,5],[5,3|[[-5,5],[5,3]]]]) */

  • Book

    Getting started with MATLAB

    Author

    Rudra Pratap

    Edition

(A+B)+C==A+(B+C)

True

k=5

k*(A+B)==k*A+k*B

True

A*(B+C)==A*B+A*C

True

A*B==B*A

False

  • Solution by:

    • <Arun Samayam>, <Student>, <UNCC>

    • <Bala Subrahmanyam. Varanasi>, <Student>, <Vishnu Institute of Technology>

Pratap-2.6-2 (last edited 2010-12-17 06:41:41 by sprint_first)