Introduction Matrices Systemofeq
Introduction Matrices Systemofeq
2 1 2 2
1 3 0 2
2 1 0 2
1 4 ?!...
2 3 4 1
2 0 6
7 2 1 2
4.3
Scalar Multiplication (Multiplication by a Number):
The product of any m⨉n matrix A [a jk ] and any scalar
c (number c) is written cA and is the m ⨉n matrix
cA [ca jk ]
1 3 0 1 3 0
1 2 1 4 2 1 4
2 0 6 2 0 6
4.4
Transposition of Matrices
The transpose of an m⨉n matrixA [a jk ] is the n⨉m matrix AT
(read A transpose) that has the first row of A as its first
column, the second row of A as its second column, and so on. Thus
AT [akjof] A is
the transpose written out
a11 a21 am1
a a22 am 2
AT 12
a1n a2 n amn
As a special case, transposition converts row vectors to column
vectors and conversely.
5 4
5 8 1
A AT 8 1
4 1 0 1 0
4.5
Triangular Matrices:
Upper triangular matrices are square matrices that can have non-
zero entries only on and above the main diagonal, whereas any entry
below the diagonal must be zero.
Similarly, lower triangular matrices can have nonzero entries only
on and below the main diagonal. Any entry on the main diagonal of a
triangular matrix may be zero or not.
4.6
Symmetric and Skew-Symmetric Matrices:
2 12 20
A 12 1 21 is symmetric matrix
20 21 4 0 1 2
A 1 0 2 is skew-symmetric matrix
2 2 0
4.7
Elementary Row Operations for Matrices:
Interchange of two rows
Addition of a constant multiple of one row to another row
Multiplication of a row by a nonzero constant c
4.8
Row Echelon Form:
4.9
Rank of a Matrix:
4.10
Inverse of the matrix
The inverse of an n⨉n matrix
1
A [ a ]
jk is denoted by A and is
an n⨉n matrix such that
1 1
AA A A I where I is the unit matrix.
1
The inverse A of an n×n matrix A exists if and only if ,
rank A = n thus if and only ifdet A 0 . Hence A is non-
singular if rank A = n and is singular if rank A < n.
4.11
Linear system:
A linear system of m equations in n unknowns is a set of
equations of the form
4.13
Matrix Form of the Linear System:
4.14
Elementary Row Operations for Matrices:
Interchange of two rows
Addition of a constant multiple of one row to another row
⇕
Multiplication of a row by a nonzero constant c
4.18
Consider the following system of equations
2 x 3 y 5 2 x 3 y 5 2 x 3 y 5
4 x y 3 4 x 6 y 3 4 x 6 y 10
2 x 3 y 4 z 7 2 x 3 y 4 z 7
4 x 6 y 3 z 7 4 x 6 y 3 z 7
5 x y 3z 7 6 x 9 y z 14
4.19