After The School
Class 12MathematicsChapter 3: Matrices

3.1 Introduction

Definition of a matrix, notation, and order of a matrix.

Matrices

3.1 Introduction

A matrix is a rectangular arrangement of numbers (or functions) in rows and columns, enclosed in brackets.

A matrix of order m×nm \times n has mm rows and nn columns:

A=[a11a12a1na21a22a2nam1am2amn]=[aij]m×nA = \begin{bmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn} \end{bmatrix} = [a_{ij}]_{m \times n}