Detailed study on what is matrix and different kinds of matrices with suitable examples and exercises
Size: 4.27 MB
Language: en
Added: Jun 09, 2024
Slides: 12 pages
Slide Content
Josterilo rosary j matrices and it’s types
Matrix A matrix is a rectangular array or arrangement of entries or elements displayed in rows and columns put within a square bracket [ ].If a matrix A has m rows and n columns, then it is written as A = [ a ij ] mxn ;1≤ i ≤m,1≤ j ≤ n
If a matrix A has m rows and n columns, then the order or size of the matrix A is defined to be m x n (read as m by n). ORDER OF THE MATRIX
example ORDER = 4
Types of matrices Row Matrix Column Matrix Unit Matrix Zero Matrix Square Matrix Diagonal Matrix
A matrix having only one row is called a row matrix. A=[a 1j ] 1xn is a row matrix of order. Example: A = [2, 9, 3] ROW MATRIX
A matrix having only one column is called a column matrix. A=[a 1 ] mx1 is a column matrix of order mx1. Column Matrix
Zero Matrix / Null Matrix / Void Matrix A matrix A = [a i ] mxn is said to be a zero matrix or null matrix or void matrix denoted by O if a= 0 for all values of 1≤ i ≤ m and 1 ≤ j ≤ n Example:
Square Matrix A matrix in which number of rows is equal to the number of columns, is called a square matrix i.e., a matrix of order nxn is often referred to as a square matrix of order n. Example:
Diagonal Matrix A squre matrix A=[ a ij ] is said to be a diagonal matrix if a ij =0 whenever i ≠ j Note: A square zero matrix is a diagonal Matrix
Unit Matrix A square matrix in which all the diagonal entries are 1 and the rest are all zero is called a unit matrix. Example: