Matrices-Short Notes Sample
Matrices-Short Notes Sample
Matrices-Short Notes Sample
A gate way to all Physics exams: GATE, CSIR-NET, JEST, IIT-JAM, M.Sc entrance
Topic Matrices
Short notes
MULTPLICATION OF MATRICES
If 𝐴 and 𝐵 are any two matrices, their product 𝐴𝐵 is defined only when the number of
columns in 𝐴 is equal to the number of rows in 𝐵. Let 𝐴 = [𝑎𝑖𝑗 ]𝑚×𝑛 and 𝐵 = [𝑏𝑗𝑘 ]𝑛×𝑝 .
Then, their product 𝐴𝐵 = 𝐶 = [𝐶𝑖𝑘 ]𝑚×𝑝 will be a matrix of order 𝑚 × 𝑝, where 𝐶𝑖𝑘 =
∑𝑛𝑗=1 𝑎𝑖𝑗 𝑏𝑗𝑘 .
If 𝐴, 𝐵 and 𝐶 are three matrices such that their product is defined, then
(f) (𝐴𝐵)𝑇 = 𝐵𝑇 𝐴𝑇
[Date] 1
Matrices The Physics
TRANSPOSE OF A MATRIX
The transpose of a matrix 𝐴 is created by switching its rows with its columns. This
new matrix is denoted as 𝐴𝑇 . Consequently, if the original matrix 𝐴 has dimensions
𝑚 × 𝑛, the transpose 𝐴𝑇 will have dimensions 𝑛 × 𝑚.
Properties of transpose
(a) (𝐴𝑇 )𝑇 = 𝐴
(b) (𝐴 ± 𝐵)𝑇 = 𝐴𝑇 ± 𝐵𝑇
(c) (𝐴𝐵)𝑇 = 𝐵𝑇 𝐴𝑇
DETERMINANT OF A MATRIX
The determinant is a special number that can be calculated from a square matrix. For
a 3 × 3 matrix 𝐴, the determinant, denoted as |𝐴|, is a value that helps in
understanding various properties of the matrix, such as whether it is invertible. The
determinant of a 3 × 3 matrix 𝐴 is given by:
|𝐴| = 𝑎11 (𝑎22 𝑎33 − 𝑎23 𝑎32 ) − 𝑎12 (𝑎21 𝑎33 − 𝑎23 𝑎31 ) + 𝑎13 (𝑎21 𝑎32 − 𝑎22 𝑎31 )
This formula involves summing and subtracting products of elements from the matrix
in a specific pattern.
2
Matrices The Physics
Properties of the determinant of a matrix
(e) If 𝐴 and 𝐵 are square matrices of same order then |𝐴𝐵| = |𝐵𝐴|
RANK OF A MATRIX
1 The rank of a zero matrix (a matrix with all elements equal to zero) is zero.
2 The rank of a matrix does not change under elementary row operations (row
swapping, row multiplication, and row addition).
3 The rank of a matrix 𝐴 is equal to the rank of its transpose 𝐴𝑇 . That is, 𝜌(𝐴) =
𝜌(𝐴𝑇 ).
3
Matrices The Physics
4 For any two matrices 𝐴 and 𝐵, the rank of their product satisfies 𝜌(𝐴𝐵) ≤
min(𝜌(𝐴), 𝜌(𝐵))
5 For any two matrices 𝐴 and 𝐵 of the same dimensions, 𝜌(𝐴 + 𝐵) ≤ 𝜌(𝐴) + 𝜌(𝐵).
6 The rank of a matrix is greater than or equal to the rank of any of its submatrices.
7 Full Rank:
A matrix 𝐴 is said to have full row rank if its rank is equal to the number of its
rows.
A matrix 𝐴 is said to have full column rank if its rank is equal to the number of its
columns.
ADJOINT OF A MATRIX
The adjoint of a square matrix 𝐴 is obtained by replacing each element of 𝐴 with its
corresponding cofactor, and then taking the transpose of the resulting matrix. This
adjoint matrix is denoted as adj𝐴.
Formally, if 𝐴 = [𝑎𝑖𝑗 ] is a square matrix, and 𝐹𝑖𝑗 is the cofactor of 𝑎𝑖𝑗 in the
determinant |𝐴|, then the adjoint of 𝐴 is given by:
𝑇
adj𝐴 = [𝐹𝑖𝑗 ]
Here, [𝐹𝑖𝑗 ] is the matrix of cofactors of 𝐴, and the superscript 𝑇 denotes the
transpose operation.
4
Matrices The Physics
(c) adj(adj𝐴) = |𝐴|𝑛−2 𝐴
2
(d) |adj(adj𝐴)| = |𝐴|(𝑛−1)
INVERSE OF A MATRIX
If 𝐴 and 𝐵 are two matrices such that 𝐴𝐵 = 𝐼 = 𝐵𝐴, where 𝐼 is the identity matrix,
then 𝐵 is called the inverse of 𝐴 and is denoted by 𝐴−1 . Thus, we have:
𝐴−1 = 𝐵 ⟺ 𝐴𝐵 = 𝐼 = 𝐵𝐴
adj𝐴
𝐴−1 =
|𝐴|
Let 𝐴 and 𝐵 are two invertible matrices of the same order, then
−1
(c) (𝐴𝑘 ) = (𝐴−1 )𝑘 , 𝑘 ∈ 𝑁
5
Matrices The Physics
1
(e) |𝐴−1 | = |𝐴| = |𝐴|−1
(g) 𝐴𝐵 = 𝐴𝐶 ⇒ 𝐵 = 𝐶 if |𝐴| ≠ 0,
Rank Method
The system 𝑷𝒖 = 𝑸 is consistent and has a solution (either unique or infinite) if and
only if the rank of matrix 𝑃 is equal to the rank of the augmented matrix [𝑃: 𝑄], i.e.,
𝜌([𝑃: 𝑄]) = 𝜌(𝑃). For a system with 𝑛 equations, the following conclusions can be
made:
If 𝜌([𝑃: 𝑄]) = 𝜌(𝑃) = 𝑛 (where 𝑛 is the number of unknowns), the system has
a unique solution.
If 𝜌([𝑃: 𝑄]) = 𝜌(𝑃) < 𝑛, then 𝑛 − 𝜌(𝑃) unknowns can have arbitrary values,
and the remaining unknowns are uniquely determined. In this case, the
system will have infinitely many solutions.
6
Matrices The Physics
EIGENVALUES AND EIGENVECTORS
Consider a square matrix 𝐴 of order 𝑛, and let 𝐼 be the identity matrix of the same
order. The expression |𝐴 − 𝜆𝐼|, where 𝜆 is a scalar, is known as the characteristic
matrix.
The determinant |𝐴 − 𝜆𝐼| set to zero forms the characteristic equation of the matrix
𝐴. The solutions to this equation are called the eigenvalues of 𝐴.
Properties of Eigenvalues
(a) The eigenvalues of a matrix 𝐴 and its transpose 𝐴𝑇 are identical.
(b) The determinant of 𝐴 is equal to the product of its eigenvalues.
(c) If 𝜆 is an eigenvalue of 𝐴, then 𝑘 + 𝜆 is an eigenvalue of 𝐴 + 𝑘𝐼, where 𝑘 is a scalar.
(d) The sum of the eigenvalues of 𝐴 equals the sum of the elements on its main
diagonal (the trace of 𝐴 ).
(e) Matrices 𝐴 and 𝐵−1 𝐴𝐵 share the same eigenvalues.
(f) For an invertible matrix 𝐴, the eigenvalues of 𝐴−1 𝐵 and 𝐵𝐴−1 are the same.
|𝐴|
(g) If |𝐴| ≠ 0 and 𝜆 is an eigenvalue of 𝐴, then is an eigenvalue of 𝐴−1 .
𝜆
1 1 1
The eigenvalues of 𝐴−1 are 𝜆 , 𝜆 , … , 𝜆 .
1 2 𝑛
CAYLEY-HAMILTON THEOREM
Every square matrix satisfies its own characteristic equation. In other words, if 𝐴 is a
square matrix of order 𝑛, the characteristic equation |𝐴 − 𝜆𝐼| = 0 is also satisfied by
substituting 𝜆 with the matrix 𝐴 itself.
7
Matrices The Physics
Properties of the Cayley-Hamilton Theorem
5 The theorem can be used to express higher powers of 𝐴 in terms of lower powers.
This is particularly useful for simplifying expressions involving 𝐴𝑘 where 𝑘 > 𝑛.
0 = 𝐴𝑛 + 𝑐𝑛−1 𝐴𝑛−1 + ⋯ + 𝑐1 𝐴 + 𝑐0 𝐼
8
Matrices The Physics