Chapter I
Chapter I
Techniques Related to
Matrix Calculations
a1x1+a2x2+•••+anxn=b
The constant ai is called the coefficient of xi and b is called the constant term of the
equation.
A system of linear equations is a finite collection of linear equations in same variables.
For instance, a linear system of m equations in n variables x1, x2, . . . , xn can be written
as:
A linear system is called a homogeneous linear system if: b1= b2=......... .= bm= 0.
A system does not have any solution would be called an inconsistent system.
1. Matrix Operations
Exp:
Multiplication
2. Matrix transposition
The transpose of a matrix A, denoted AT, is formed by interchanging the rows and columns of
A;
AT = (aij)T = aji
Properties:
(AT )T = A
(A±B)T=AT±BT
(c A)T = c AT
(A B)T=BT AT
If A is symmetric: AT=A
3. Conjugate Transpose:
4. Matrix Trace:
The trace of a square matrix A is defined to be the sum of elements on the main diagonal of
A. The trace is only defined for a square matrix (n × n).
5. Invertible Matrices
The matrix M (n×n) is invertible if, and only if, MM−1 =M-1M= In, where M-1 is the inverse
of M and In is the n × n identity matrix.
6. Special Matrices
Null Matrix
It is a matrix whose all elements are zeros. A zero matrix can be a square matrix, or it can also
have an unequal number of rows and columns.
Diagonal Matrix
Identity Matrix
The n×n identity matrix has ones on its diagonal and zeros elsewhere. It is square, diagonal
and symmetric.
Triangular Matrix
A square matrix A is upper triangular is a square matrix, whose all elements below the
principal diagonal are zeros.
A square matrix A is lower triangular is a square matrix, whose all elements above the
principal diagonal are zeros.
Symmetric and Antisymmetric Matrices
If AT = A, A is a symmetric matrix;
If AT = -A, A is an antisymmetric (skew-symmetric) matrix.
Normal matrix
A complex square matrix A is normal if it commutes with its conjugate transpose A*.
A*A=AA*
AAT=ATA=In
AA*=A*A=In
Idempotent matrix
A2=A
Nilpotent matrix
Singular Matrix
A square matrix A is said to be singular if detA = 0 (which is also written as |A| = 0) (A-1 is
not defined (i.e., A is non-invertible)).
Eigenvalue
Let A be a square matrix. An eigenvalue of A is a number λ that, when subtracted from each
element of the main diagonal of A, transforms A into a singular matrix.
λ is an eigenvalue of A if and only if :
Eigenvectors