KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesMatrices: Order, Equality, Addition and Scalar MultiplicationEngineering · Engineering MathematicsLesson 3/6← PrevNext →
GuidePublished 15 Aug 20264 min readBy Kevin Joginmatricesordermatrix additionscalar multiplication
On this page

Ask about this page

KEVOS AIMatrices: Order, Equality, Addition and Scalar Multiplication

KEVOS knowledge first · trusted web sources when needed

Matrices and Determinants

Matrices: Order, Equality, Addition and Scalar Multiplication

What a matrix is, how its entries are indexed, when two are equal, and the arithmetic that works entry by entry.

Category Engineering / MathematicsStream Matrices and DeterminantsLevel CoreReading 4 minSource Week 11, pages 8-11

What this page covers

  • State the order of a matrix and index its entries
  • Decide whether two matrices are equal
  • Add and subtract matrices of the same order
  • Multiply a matrix by a scalar
On this page
  1. What a matrix is
  2. Equality
  3. Addition and subtraction
  4. Scalar multiplication
  5. The algebra of matrix addition
  6. Common mistakes
  7. Frequently asked questions

What a matrix is

Matrix

A rectangular array of numbers. Its order is the number of rows by the number of columns.

The source introduces the object with a memorable mispronunciation note, then gets straight to the notation: a matrix A = (aij) has order rows × columns.

Indexing — the source's example

1-3
21
Order 2 × 2, a square matrix
a11 = 1, a12 = -3, a21 = 2, a22 = 1Source, Week 11, page 9
Row index first

a21 is row 2, column 1 — the entry 2 here. Reversing the convention is the commonest indexing error, and for a non-square matrix it produces an entry that does not exist.

Some named shapes
NameConditionExample order
SquareRows equal columns2 × 2
Row matrix (row vector)One row1 × 3
Column matrix (column vector)One column3 × 1
Zero matrixEvery entry zeroAny

The source notes that a column matrix is also called a column vector, which is how a system's unknowns and constants are written when it is put in the form Ax = b.

Equality

Matrix equality

Two matrices are equal if and only if they have the same order and aij = bij for every i and j.

The source's example makes the order condition concrete:

1-24
216
A 2 × 3 matrix

is not equal to

12
-31
46
A 3 × 2 matrix

even though the entries look related. Different orders means not equal, whatever the entries.

Addition and subtraction

Addition

C = A + B if and only if cij = aij + bij for all i, j. Both matrices must have the same order.

Worked example — the source's case

For

1-3
21
A

and

47
2-3
B

the sum is

54
4-2
Source, Week 11, page 9. Entry by entry

Subtraction works the same way: A - B has entries aij - bij. Equivalently it is A + (-B), where -B is B with every sign reversed.

A combined operation — the source's case

With B and C as given, compute 2B - C.

First 2B:

4-6
84
Every entry of B = [[2, -3], [4, 2]] doubled

Then subtract C = [[7, 2], [-1, 4]]:

-3-8
90
Source, Week 11, page 11

Scalar multiplication

Scalar multiple

If B = kA for a scalar k, then bij = k aij for every entry. Every entry is multiplied.

The source's example

Doubling A = [[1, -3], [2, 1]]:

2-6
42
Source, Week 11, page 10

The matrix -A is the special case k = -1. The source computes it and verifies the inverse property:

-13
-2-1
-A
A + (-A) = OSource, Week 11, page 10, where O is the zero matrix
Watch out

Scalar multiplication touches every entry. This differs from multiplying a determinant by a scalar, where only one row need be scaled — a distinction worth keeping in mind later.

The algebra of matrix addition

The source lists the laws for matrices of the same order, and they are exactly the field laws for addition.

The laws the source records
LawStatementNote
CommutativeA + B = B + AHolds — unlike matrix multiplication
AssociativeA + (B + C) = (A + B) + CHolds
IdentityA + O = AO is the zero matrix of the same order
Additive inverseA + (-A) = OAlways exists
Scalar distributivek(A + B) = kA + kBHolds

Every one holds. It is matrix multiplication where the laws start to fail, and that failure is the subject of Matrix Multiplication and Matrix Algebra.

A useful comparison

The same five laws hold for vector addition, as recorded in Week 10. Matrices, vectors and real numbers all share this structure under addition, which is why so much notation transfers between them.

Common mistakes

Errors and checks
MistakeCorrectWhy
a21 read as row 1, column 2Row index firsta21 is row 2, column 1
Adding matrices of different ordersOrders must matchEvery entry needs a partner
Order given as columns by rowsRows first2 × 3 means two rows
Scaling only the first rowEvery entry is multipliedUnlike a determinant
Calling two matrices equal because the entries match in a different arrangementOrder must match too2 × 3 ≠ 3 × 2
Assuming multiplication behaves like additionIt does not commuteSee the multiplication page

Frequently asked questions

What is the order of a matrix?

Rows by columns, in that order. A 2 × 3 matrix has two rows and three columns. The source is explicit: number of rows × number of columns.

When are two matrices equal?

When they have the same order and every corresponding entry matches. The source states both conditions; the first alone is not enough.

Can I add matrices of different orders?

No. Addition is entry by entry, so every entry must have a partner. A 2 × 3 and a 3 × 2 matrix cannot be added.

What does aij mean?

The entry in row i and column j. Row index first, always. So a21 is in the second row, first column.

Related pages

  • Matrix Multiplication and Matrix Algebra
  • Gaussian Elimination and Row-Echelon Form
  • Vectors: Components, Magnitude and Direction
  • The Field Laws of Real Number Arithmetic

Source. Handwritten teaching notes, Week 11, pages 8-11.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

Gauss-Jordan ReductionGuide · Engineering MathematicsNEXT LESSON →Matrix Multiplication and Matrix AlgebraGuide · Engineering MathematicsGaussian Elimination and Row-Echelon FormGuide · Engineering MathematicsMatrix Inverses and Solving Linear SystemsGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®