Comprehensive Lecture Notes & Core Formula Study
Guide
1. Introduction to Matrices & Linear Algebra
Linear Algebra is a fundamental branch of modern
mathematics that deals with linear equations, vectors,
vector spaces, and linear transformations. In the
international academic curriculum, this subject forms the
core bedrock for advanced fields such as Data Science,
Computer Graphics, Machine Learning algorithms, and
structural Engineering physics.
At the very heart of linear algebra lies the concept of a
Matrix. A matrix is fundamentally a rectangular array or
grid of numbers, symbols, or expressions arranged
systematically in horizontal rows and vertical columns.
,Matrices allow mathematicians and computer systems to
store large datasets and solve highly complex systems
of linear equations simultaneously with absolute
computational efficiency.
2. Dimensions & Dimensions Rules
The size or order of a matrix is strictly determined by its
dimensions. Dimensions are universally expressed as m
× n, where the structural parameters represent the
following criteria:
■ Row Value (m): This parameter counts the total
number of horizontal lines of elements present
inside the grid structure.
■ Column Value (n): This parameter counts the total
number of vertical lines of elements extending
downwards through the grid.
■ Square Matrix: A special matrix sub-type where the
number of rows equals the number of columns (m =
n, such as a 2x2 or 3x3 grid).
, ■ Identity Matrix (I): A square matrix with ones along
the main diagonal and zeros everywhere else,
acting like the number 1 in matrix math.
Exam Definition Note: Matrix Dimensions
An element inside a matrix is identified by the notation
a_ij, where i specifies its precise horizontal row location
and j denotes its vertical column location. Master this
notation, as university lab exams frequently require
students to locate matrix indices explicitly.
3. Matrix Addition & Subtraction Rules
Performing basic operations like addition and
subtraction on matrices requires strict adherence to
algebraic rules. Students must evaluate the dimensions
of the involved matrices before attempting any
calculation pipeline to avoid structural mathematical
errors during university examinations.