How a Shopkeeper's Stock Register Is Already a Matrix
Define a matrix and its order, test when two matrices are equal, recognise row, column, square, diagonal, scalar, identity and zero matrices, add, subtract and scale matrices using their properties, and solve matrix equations for unknown entries.
Why are matrices so useful for organising numbers?
A shopkeeper's register showing how many bags of rice, dal and sugar are stored in two godowns is a rectangular arrangement of numbers — a matrix.
This part covers what a matrix is and when two are equal, types of matrices, addition and scalar multiplication, and solving matrix equations.
This part covers what a matrix is and when two are equal, types of matrices, addition and scalar multiplication, and solving matrix equations.
What is a matrix, how is its order written, and when are two matrices equal?
**A matrix is a rectangular array of numbers in rows and columns, its order gives the number of rows and columns, and two matrices are equal only when they have the same order and every pair of corresponding entries is equal.
Notation.** A matrix is written , where is the entry in the **th row and th column**. An matrix has entries.
Worked example 1 — reading entries.
The order is , so there are entries; and .
Possible orders. A matrix with entries can have order , , , , or — six orders in all.
An everyday example. A school timetable with 6 days as rows and 8 periods as columns is a matrix of subjects.
The substance. Matrices of different orders are never equal, even if they contain the same numbers.
Notation.** A matrix is written , where is the entry in the **th row and th column**. An matrix has entries.
Worked example 1 — reading entries.
The order is , so there are entries; and .
Possible orders. A matrix with entries can have order , , , , or — six orders in all.
An everyday example. A school timetable with 6 days as rows and 8 periods as columns is a matrix of subjects.
The substance. Matrices of different orders are never equal, even if they contain the same numbers.
How do you identify row, column, square, diagonal, scalar, identity and zero matrices?
A row matrix has one row, a column matrix has one column, a square matrix has as many rows as columns, a diagonal matrix is square with zeros off the main diagonal, a scalar matrix is diagonal with equal diagonal entries, an identity matrix is scalar with diagonal entries 1, and a zero matrix has every entry 0.
Types with examples:
- Row matrix — order :
- Column matrix — order :
- Square matrix — ; its main diagonal is
- Diagonal matrix — square, with whenever :
- Scalar matrix — diagonal, with every diagonal entry equal to some :
- Identity matrix — scalar with :
- Zero matrix — every entry , of any order
An everyday example. One column listing every student's marks in a single test is a column matrix; one student's marks across five subjects is a row matrix.
The substance. A diagonal matrix may have zeros on its diagonal too — the only condition is that off-diagonal entries are zero.
Types with examples:
- Row matrix — order :
- Column matrix — order :
- Square matrix — ; its main diagonal is
- Diagonal matrix — square, with whenever :
- Scalar matrix — diagonal, with every diagonal entry equal to some :
- Identity matrix — scalar with :
- Zero matrix — every entry , of any order
An everyday example. One column listing every student's marks in a single test is a column matrix; one student's marks across five subjects is a row matrix.
The substance. A diagonal matrix may have zeros on its diagonal too — the only condition is that off-diagonal entries are zero.
How do you add, subtract and scalar-multiply matrices, and which properties do these operations follow?
**Matrices of the same order are added or subtracted entry by entry, a matrix is multiplied by a scalar by multiplying every entry, and matrix addition is commutative and associative, with the zero matrix as additive identity and as additive inverse.
Operations:
- Addition** — , only when and have the same order
- Scalar multiplication —
- Negative and subtraction — and
Worked example. Let and .
Properties of addition for matrices of the same order:
- Commutative —
- Associative —
- Additive identity —
- Additive inverse —
An everyday example. Two stationery shops' monthly sales matrices of pens and notebooks add entry by entry to give combined sales, and multiplying by shows the sales for two such months.
The substance. **Adding a matrix to a matrix is undefined**, even though both have six entries.
Operations:
- Addition** — , only when and have the same order
- Scalar multiplication —
- Negative and subtraction — and
Worked example. Let and .
Properties of addition for matrices of the same order:
- Commutative —
- Associative —
- Additive identity —
- Additive inverse —
An everyday example. Two stationery shops' monthly sales matrices of pens and notebooks add entry by entry to give combined sales, and multiplying by shows the sales for two such months.
The substance. **Adding a matrix to a matrix is undefined**, even though both have six entries.
How do you solve matrix equations to find unknown entries?
To solve a matrix equation, simplify each side into a single matrix using addition and scalar multiplication, then equate corresponding entries and solve the resulting ordinary equations.
Worked example 1. Find and if
The left side is . Equating entries:
Worked example 2 — two unknown matrices. Solve
Adding the equations gives , so . Subtracting gives , so .
An everyday example. Knowing a shop's closing stock matrix and its sales matrix for a month gives the opening stock matrix by the same entry-by-entry reasoning.
The substance. Substitute your answers back to check, since one wrong entry makes the matrices unequal.
Worked example 1. Find and if
The left side is . Equating entries:
Worked example 2 — two unknown matrices. Solve
Adding the equations gives , so . Subtracting gives , so .
An everyday example. Knowing a shop's closing stock matrix and its sales matrix for a month gives the opening stock matrix by the same entry-by-entry reasoning.
The substance. Substitute your answers back to check, since one wrong entry makes the matrices unequal.
Exam tip
What earns full marks on matrices?
Write the order of every matrix before adding, subtracting or equating, so an undefined operation is caught at once.
- Equality: same order and equal corresponding entries
- Addition and subtraction: entry by entry, same order only
- Properties: commutative, associative, identity , inverse
- Equations: simplify each side, then equate entries
The trap. Multiplying only the diagonal by a scalar. **In , every entry of is multiplied by .**
- Equality: same order and equal corresponding entries
- Addition and subtraction: entry by entry, same order only
- Properties: commutative, associative, identity , inverse
- Equations: simplify each side, then equate entries
The trap. Multiplying only the diagonal by a scalar. **In , every entry of is multiplied by .**
Did you know
How do phones brighten photos using matrices?
A black-and-white digital photo is stored as a matrix of numbers, one entry per pixel, where a larger number means a brighter dot.
Brightening the whole photo means adding the same number to every entry, and boosting contrast involves scaling entries by a constant.
So every time a phone brightens a picture, it is doing exactly the matrix addition and scalar multiplication from this lesson — on matrices with millions of entries.
Brightening the whole photo means adding the same number to every entry, and boosting contrast involves scaling entries by a constant.
So every time a phone brightens a picture, it is doing exactly the matrix addition and scalar multiplication from this lesson — on matrices with millions of entries.
Exam relevance
How are matrices tested in JEE Main?
Matrices belongs to the JEE Main unit Matrices and Determinants, and these basics are the foundation for everything that follows in it.
What gets asked. Orders and numbers of entries, **constructing matrices from rules, recognising special matrices, and solving matrix equations. These lead directly to matrix multiplication, transpose, symmetric and skew-symmetric matrices, determinants and inverses, all recurring JEE Main topics.
Question types. Multiple-choice and numerical-value questions, often on the number of possible orders or matrices that meet a condition.
The trap that costs marks. Treating every scalar matrix as an identity matrix** — only a scalar matrix with diagonal entries is an identity.
What gets asked. Orders and numbers of entries, **constructing matrices from rules, recognising special matrices, and solving matrix equations. These lead directly to matrix multiplication, transpose, symmetric and skew-symmetric matrices, determinants and inverses, all recurring JEE Main topics.
Question types. Multiple-choice and numerical-value questions, often on the number of possible orders or matrices that meet a condition.
The trap that costs marks. Treating every scalar matrix as an identity matrix** — only a scalar matrix with diagonal entries is an identity.
Key takeaways
What must you be able to do from this part?
- Matrix: with entries; equal matrices share their order and every entry
- Types: row, column, square, diagonal, scalar, identity and zero; identity is scalar, scalar is diagonal, diagonal is square
- Operations: add and subtract entry by entry for equal orders; scales every entry; addition is commutative and associative with identity and inverse
- Equations: reduce each side to one matrix and equate entries
How many different orders can a matrix with entries have? List them, and decide whether any of them is a square matrix.
- Types: row, column, square, diagonal, scalar, identity and zero; identity is scalar, scalar is diagonal, diagonal is square
- Operations: add and subtract entry by entry for equal orders; scales every entry; addition is commutative and associative with identity and inverse
- Equations: reduce each side to one matrix and equate entries
How many different orders can a matrix with entries have? List them, and decide whether any of them is a square matrix.