Matrices and Determinants
Matrices and Determinants
(1) MATRIX:
𝑎11 𝑎12 𝑎13
(i) (𝑎21 𝑎22 𝑎23 ) , 𝑤ℎ𝑒𝑟𝑒 𝑎𝑖𝑗 => 𝑖𝑡ℎ 𝑟𝑜𝑤 𝑎𝑛𝑑 𝑗 𝑡ℎ 𝑐𝑜𝑙𝑢𝑚𝑛. Order 𝑚 × 𝑛
𝑎31 𝑎32 𝑎33
(ii) Types: Square Matrix (m=n), Horizontal matrix (n>m), Vertical matrix (m>n),
row matrix (m=1), column matrix (n=1), diagonal matrix: (if 𝑎𝑖𝑗 = 0, 𝑖 ≠ 𝑗)
1 0 0
diagonal: 𝑑𝑖𝑎𝑔(1, 3, 5) = [0 3 0], scalar matrix: diagonal matrix with 𝑑1 = 𝑑2 = 𝑑3
0 0 5
If d=1, then identity matrix. Upper triangular matrix: 𝑓𝑜𝑟 𝑎𝑙𝑙 𝑖 > 𝑗, 𝑎𝑖𝑗 = 0
Lower triangular matrix: for all 𝑖 < 𝑗, 𝑎𝑖𝑗 = 0
𝑛(𝑛−1)
(iii) Minimum number of zeroes in triangular matrix: 𝑤ℎ𝑒𝑟𝑒 𝑛 × 𝑛 𝑖𝑠 𝑜𝑟𝑑𝑒𝑟
2
𝑛(𝑛+1)
For max number of distinct elements: 0 is also a distinct element: + 1 = 𝑚𝑎𝑥
2