Direct methods
Direct methods
Linear Equation
Lesson 2
By Carlos Hortinela IV
Linear Equations
Matrix Form:
[A] [x] = [C]
Linear Equations
Properties of Determinants:
If the value of a single row or column are all 0 then D
= 0.
Properties of Determinants:
If each element of a row or column of a determinant
can be multiplied by a common factor then the
determinant is multiplied by that number.
Properties of Determinants:
If two rows or columns are identical then the
determinant D is equivalent to 0.
Properties of Determinants:
If three determinants D1, D2 and D3 have
corresponding equal elements except for a single
row or column in which the elements at D3 are the
sum of the corresponding elements of D1 and D2 then
D3 = D 1 + D 2
Linear Equations
Properties of Determinants:
The product of two determinants of the same order
is also a determinant of the same order whose
element in the ith row and jth column is the sum of
the products of the ith row of the first determinant
and the jth column of the second determinant.
Linear Equations
Properties of Determinants:
The value of a determinant is the algebraic sum of
the products obtained by multiplying each element
of a column or row by its co-factor or signed minor.
+
Linear Equations
EVALUATION OF DETERMINANTS
Conventional Method is a technique used for 2nd
degree determinants and commonly denoted as
cross product method
Linear Equations
Expansion by Column
Linear Equations
Expansion by Row
Linear Equations
Expansion by Column
Linear Equations
Alteration by zero
Linear Equations
Alteration by zero
Linear Equations
A1 X1 + B1 X2 + C1 X3 = Z1
A2 X1 + B2 X2 + C2 X3 = Z2
Hence,
A3 X1 + B3 X2 + C3 X3 = Z3
Linear Equations
MATRIX
It is a rectangular array of numbers or functions
enclosed in a pair of brackets and subject to certain
rules of operation.
Square Matrix
It is a matrix whose elements have equal number of
rows and columns.
Diagonal Matrix
It is a square matrix wherein the values lie in the
main diagonal and the rest are all zeros.
Symmetric Matrix
It is a square matrix whose element Aij is equal to
the element Aji or the elements of the rows
corresponds to that of the column.
Skew Matrix
It is a square matrix whose element Aij is equal to
the negative of the element Aji.
Linear Equations
Singular Matrix
It is a square matrix whose determinant value is
equivalent to 0.
Non-singular Matrix
It is a square matrix whose determinant value is not
equivalent to 0.
Linear Equations
MATRIX LAWS
1. A + B = B + A
(Matrix addition is commutative)
2. A + 0 = 0 + A = A
(0 is the zero for matrix addition)
3. A + (-A) = (-A) + A = 0
(-A is the negative of A)
4. (A + B) + C = A + (B + C)
(Matrix addition is associative)
5. (sA)B = A (sB) = s(AB)
(Scalars can be moved through products)
Linear Equations
MATRIX LAWS
MATRIX OPERATION
In matrix operation, only addition, subtraction, and
multiplication are defined. Division is done by a
different technique.
Addition / Subtraction
-two matrices may be conformable to
addition/subtraction, if and only if the size of the two
matrices are equal.
Amxn + Bmxn = Cmxn
Linear Equations
Addition/Subtraction
Linear Equations
Multiplication
a. Scalar multiplication is done by multiplying the
scalar element to each element in the matrix.
Linear Equations
Multiplication
b. By another matrix
-two matrices can be multiplied if the number of
column (left hand) of the first matrix is equal to the
number of row (right hand) of the second matrix.
Linear Equations
Multiplication
b. By another matrix
Linear Equations
Division
Inverse of a matrix
Transpose of a matrix ( AT )
-to determine the transpose of a matrix, interchange
the corresponding rows and columns of the given
determinant.
Linear Equations
Inverse of a Matrix
Linear Equations
Row-by-Row transformation
- to interchange the elements of the given matrix
with that of the unity matrix, apply a determinant
technique similar to alteration by zero (i.e. making
the element of the main diagonal 1’s and the rest
0’s).
Linear Equations
Row-by-Row transformation
Linear Equations
Row-by-Row transformation
Linear Equations
Matrix Decomposition
A. Crout’s / Cholesky’s Method
Linear Equations
Matrix Decomposition
B. Doolittle’s Method
Linear Equations
Linear Equations
GAUSS-JORDAN METHODS
Gauss-Jordan Elimination
A11 X1 + A12 X2 + A13 X3 = C1
A21 X1 + A22 X2 + A23 X3 = C2
A31 X1 + A32 X2 + A33 X3 = C3
Linear Equations