FGBFG
FGBFG
OPERATIONS
Week 1
SKILLS OBJECTIVES
At the end of this lesson, you are expected to demonstrate
the following:
1. Perform the arithmetic operations of matrix addition,
subtraction, scalar multiplication and multiplication.
2. Compute the transpose of the matrix.
3. Compute the trace of the matrix.
4. Determine whether the product of two given matrices is
defined.
5. Compute matrix products using row-column method, the
column method and the row method.
6. Express the product of a matrix and a column vector as a
linear combination of the columns of the matrix.
7. Express a linear system as a matrix equation and identify
the coefficient matrix.
The following rectangular array with three rows and seven
columns might describe the number of hours that a student spent
studying three subjects during a certain week:
1 2 3 1 2 3
Suppose A = , the columns of A are: c1= c2= c2= the
4 5 6 4 5 6
rows are r1= 1 2 3 , r2 = [4 5 6]
Transpose of a matrix
tr(A) = 1 + 4 + 6= 11
• OPERATIONS ON MATRICES
If A and B are matrices of the same size , then the sum A+B is the
matrix obtained by adding the entries of B to the corresponding
entries of A, and the difference A-B is the matrix obtained by
subtracting the entries of B from the corresponding entries of A.
Matrices of different sizes cannot be added or subtracted. In matrix
notation,
If A = 𝑎𝑖𝑗 and B= 𝑏𝑖𝑗 have the same size, then
𝐴+𝐵 𝑖𝑗 = 𝐴 𝑖𝑗 + 𝐵 𝑖𝑗 = 𝑎𝑖𝑗 + 𝑏𝑖𝑗 and
𝐴−𝐵 𝑖𝑗 = 𝐴 𝑖𝑗 − 𝐵 𝑖𝑗 = 𝑎𝑖𝑗 − 𝑏𝑖𝑗
1 2 5 6 1 − 5 2 − 6 −4 −4
Ex: Let A = and B = then A-B = =
3 4 7 8 3 − 7 4 − 8 −4 −4
Scalar Multiplication
If A is any matrix and c is any scalar, then the product cA is the matrix
obtained by multiplying each entry of the matrix A by c. The matrix cA
is said to be a scalar multiple of A. If A = 𝑎𝑖𝑗 , then 𝑐𝐴 𝑖𝑗 = c 𝐴 𝑖𝑗
=c𝑎𝑖𝑗 .
1 −2 3 −6
Let A= 3 5 then 3A = 9 15
−4 2 −12 6
Zero Matrix
No. 17 p. 37
Solve the matrix equation for a, b, c and d.
Answers to Questions
No.7
No. 11
References