Topic 1: ALGEBRA
Topic 1: ALGEBRA
am1
am 2 amn
a1n
a21
a22
a2 n
... am1
... am 2
amn
Properties:
1.A.(B.C)=(A.B).C
2.A.(B+C)=A.B+A.C
3.A.BB.A
In particular
Sarruss Rule:
a11
a21
a31
a12
a22
a32
a13
a23 = a11a22 a33 + a12 a23 a31 + a13 a21a32 a11a23 a32 a12 a21a33 a13 a22 a31
a33
A1 =
T
1
1
adj ( A) = Co( A)
A
A
Properties:
(A.B)-1= B-1.A-1
(A-1)-1=A
(At)-1=(A-1)t
Determinant Properties
1.
2.
3.
4.
5.
6.
Definition of Vector
A matrix A with only one row is also called a Row Vector, and a
matrix with one column is called a Column Vector. Often they
are denoted by small bold letters
a = [a1 , a2 ,..., an ] = a
k vectors a1 = [a11 , a12 ,..., a1n ], a2 = [a21 , a22 ,..., a2 n ],..., ak = [ak1 , ak 2 ,..., akn ]
are said to be independent if there is a minor of order k of the
matrix
different from 0.
a11 a12 ... a1n
a
A = 21
ak 1
a22 ... a2 n
ak 2 akn
[
]
v
v
v
v
v
=
,
,...,
=
Given a vector
n
1 2
we define the Length or the Norm of
V, that we will denote as V as
v = v12 + v22 + ... + vn2
In fact, the norm V is the distance
from the the origin (0,0,,0) to the
Point (v1 , v2 ,..., vn )
The inner product of two vectors
...................
am1
or
A.X=B
Classification:
Determined Compatible System: One solution
Undetermined Compatible System: More than one solution
Incompatible System: No solutions.
If we call M= (A|B) the amplified matrix,
THEOREM (ROUCH-FRBENIUS)
The system AX=B has solution iff rg(A) = rg(M)
If rg(A)rg(M) then the system is Incompatible.
CASES:
1. rg(A)=rg(M) = m= n. Compatible system. The solution is
unique and we can apply the Cramers Rule:
x1
X = where xi =
xn
GAUSSIAN ELIMINATION
METHOD
Make a staircase with 1 as the coefficient for each
non-zero leading entry.
Produce 0s below each leading entry.
The general solution is found by expressing the
unknowns that occur as leading entries in terms of
those unknowns that do not. The latter unknowns (if
there are any) can be chosen freely. The number of
unknowns that can be chosen freely (possibly 0) is
called the number of degrees of freedom for the
system
5x + 4y + 2z + w = 5
2x + 3y + z 2w = 3
5x 7 y 3z + 9w = 16
x 2y z + 4w = 10
Sol (1,0,-1,2)
Example:
2 x2 x3 =
7
2
x1 + x2 + 3 x3 =
3 x + 2 x + 2 x =
10
2
3
1
4
x + 2y + z =
5
x y+z =
2 x + 3 y z =
1
Sol: (2,-3,1)