Appendix BMatrix Operations with MATLAB
B.1 Addition and Subtraction
B.2 Multiplication
- (cf.) For this multiplication to be done, the number of columns of A must equal the number of rows of B.
- (cf.) Note that 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
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 ckn = (−1)k+nMkn is called the cofactor of akn.
Especially, the determinants of a 2 × 2 matrix A2×2 and a 3 × 3 matrix A3×3 are
Get Electronic Circuits with MATLAB, PSpice, and Smith Chart 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.