Lecture 08 - Matrices
Lecture 08 - Matrices
MATRICES
A matrix is a collection of numbers arranged in a row-by-row and
column-by-column arrangement. The elements of a matrix must be
enclosed in parenthesis or brackets
MATRICES
• Matrices are the main ingredient of a branch of mathematics
called linear algebra.
• Matrix is a rectangular array of numbers arranged in rows &
columns
• The individual items in a matrix are called entries or elements.
• A Matrix is usually shown by a Capital Letter (Such as A, or B)
Addition Subtraction
Exercise
a) b)
d)
c) Find A + A.
e) f)
Exercise
g) Find A + B. h)
i)
j)
Find A + B - C.
MULTIPLICATION
1.
2.
3. If Find 5B.
MULTIPLYING BY ANOTHER MATRIX
• The number of columns of the 1st matrix must equal the number of
rows of the 2nd matrix.
• And the result will have the same number of rows as the 1st matrix,
and the same number of columns as the 2nd matrix.
Dot Product
c) e)
Exercise
a)
Find A A
b) Find AB and BA