Appendix BMatrix Operations/Properties

Chapter Outline

B.1 Addition and Subtraction

(B.1.1)equation
(B.1.2)equation

B.2 Multiplication

(B.2.1)equation
B.2.2equation
  1. (cf) For this multiplication to be done, the number of columns of A must equal the number of rows of B.
  2. (cf) The commutative law does not hold for the matrix multiplication, i.e. AB ≠ BA.

B.3 Determinant

The determinant of a K × K (square) matrix A = [amn] is defined by

(B.3.1)equation

where the minor Mkn is the determinant of the (K − 1) × (K − 1) (minor) matrix formed by removing the kth row and the nth column from A and Akn = (−1)k + nMkn is called ...

Get Applied Numerical Methods Using MATLAB, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.