- 1 Overview ›
- 2 Definition of a Matrix ›
- 3 Rows and Columns of a Matrix ›
- 4 Order of a Matrix ›
- 5 Elements or Entries of a Matrix ›
- 6 How to Locate an Element of a Matrix ›
- 7 Number of Elements in a Matrix ›
- 8 Examples: Basic Concepts ›
- 9 Matrix as a Structured Mathematical Object ›
- 10 Conceptual Connection with Determinants ›
- 11 Significance ›
- 12 Why Matrices Are Important for Class 12 Board Examinations ›
- 13 Exam Tip ›
- 14 Common Mistakes ›
- 15 CBSE Case Study Based Question ›
- 16 Quick Formula and Concept Sheet ›
- 17 One-Minute Revision ›
For CBSE Board examinations and competitive entrance examinations, students should be comfortable with the definition of a matrix, order of a matrix, rows and columns, elements of a matrix, notation, position of an element and different types of matrices. These basic ideas form the foundation for matrix operations and determinants studied later in the chapter.
For example
For the same matrix,
For example
- Always count rows first and columns second.
\[ \boxed{\text{Order}=\text{Rows}\times\text{Columns}} \]
- Therefore, a matrix having 3 rows and 5 columns is a \(3\times5\) matrix, not a \(5\times3\) matrix.
General Form of a Matrix
A matrix having \(m\) rows and \(n\) columns can be represented in the general form\[ A= \begin{bmatrix} a_{11} & a_{12} & a_{13} & \cdots & a_{1n}\\ a_{21} & a_{22} & a_{23} & \cdots & a_{2n}\\ a_{31} & a_{32} & a_{33} & \cdots & a_{3n}\\ \vdots & \vdots & \vdots & \ddots & \vdots\\ a_{m1} & a_{m2} & a_{m3} & \cdots & a_{mn} \end{bmatrix} \]- Here \(a_{ij}\) represents the element situated in the \(i\)-th row and \(j\)-th column.
- Thus, if \[ A=[a_{ij}]_{m\times n}, \]then \(\mathrm{A}\) has \(\mathrm{m}\) rows and \(\mathrm{n}\) columns.
In the notation \(a_{ij}\):
- \(i\) indicates the row number.
- \(j\) indicates the column number.
- \(a_{ij}\) is therefore the element at the intersection of the \(i\)-th row and \(j\)-th column.
For example
Consider
Therefore:
For a matrix \(A=[a_{ij}]_{m\times n}\), the index restrictions are
Matrices provide a compact method for representing large amounts of related information. A system containing several linear equations can be represented using coefficient matrices, which makes matrix methods particularly useful for solving simultaneous equations.
Matrices are also fundamental in:
- solving systems of linear equations;
- coordinate transformations;
- computer graphics and image transformations;
- cryptography and coding theory;
- statistics and data analysis;
- economics and input-output models;
- physics and engineering;
- machine learning and artificial intelligence;
- network analysis;
- linear transformations and vector spaces.
- Writing the order incorrectly: A matrix with 4 rows and 3 columns has order \(4\times3\), not \(3\times4\).
- Reversing subscripts: \(a_{23}\) means second row and third column, not third row and second column.
- Confusing number of elements with order: A \(3\times4\) matrix has 12 elements, but its order is \(3\times4\).
- Assuming every matrix is square: Matrices can be rectangular, row matrices or column matrices.
- Ignoring position: Two matrices containing the same numbers in different positions are generally different matrices.
- Confusing matrix and determinant: A matrix is an array, whereas a determinant is a scalar associated with a square matrix.
A school laboratory records the number of students participating in three mathematical activities over two academic terms. The data is represented by
Questions
- What is the order of matrix \(A\)?
- How many total entries are present in \(A\)?
- What does \(a_{12}\) represent?
- Find \(a_{23}\).
- Is \(A\) a square matrix?
Answers
1. Matrix \(A\) has 2 rows and 3 columns. Therefore,
2. The number of elements is
3. \(a_{12}\) represents the element in the first row and second column:
4. \(a_{23}\) is the element in the second row and third column:
5. No. Since the number of rows and columns are different, \(A\) is a rectangular matrix, not a square matrix.
Higher-Order Thinking Question
Question: A matrix \(A=[a_{ij}]\) has order \(4\times5\). Is it possible for \(a_{54}\) to exist?
Solution
Since \(A\) has 4 rows, the row index can only take values
The notation \(a_{54}\) requires the fifth row, but the matrix has only four rows.
Therefore,
This type of index-based reasoning is useful in higher-level competitive examination problems.
A matrix is an ordered rectangular arrangement of elements in rows and columns. If a matrix has \(m\) rows and \(n\) columns, its order is \(m\times n\), and it contains \(mn\) elements. The element \(a_{ij}\) is located at the intersection of the \(i\)-th row and \(j\)-th column. A matrix with one row is a row matrix, a matrix with one column is a column matrix, and a matrix with equal numbers of rows and columns is a square matrix. In a square matrix, \(a_{11},a_{22},\ldots,a_{nn}\) form the principal diagonal. These basic ideas are essential for understanding every subsequent operation and property of matrices.
Key Concepts
NCERT Class 12 Mathematics Chapter 3 Matrices introduces the fundamental language of matrix algebra, including matrix definition, order of a matrix, rows and columns, elements of a matrix, matrix notation, general form of a matrix, row matrix, column matrix, square matrix, diagonal elements and principal diagonal. Understanding these concepts thoroughly helps students prepare for CBSE Class 12 Mathematics board examinations, JEE Main, JEE Advanced and other competitive entrance examinations.
These concepts also provide the foundation for advanced topics such as types of matrices, equality of matrices, addition and multiplication of matrices, transpose of a matrix, symmetric and skew-symmetric matrices, elementary transformations, inverse of a matrix and applications of matrices.