Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2010-12-17 06:37:31
Size: 456
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 7: Line 7:
/* code_beginsA=matrix([[2,6],[3,9]])
B=matrix([[1,2],[3,4]])
C=matrix([[-5,5],[5,3]])
A+B==B+A */
/* code_begins */

/*
A=matrix([[[[2,6],[3,9]]]]) */

/*
B=matrix([[1,2],[3,4|[[1,2],[3,4]]]] ) */

/*
C=matrix([[-5,5],[5,3|[[-5,5],[5,3]]]]) */



/*
A+B==B+A */

/* True */
Line 14: Line 23:
True
Line 15: Line 26:
Line 16: Line 28:

True
Line 19: Line 33:
True
Line 20: Line 36:

False
  • 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)