Matrices (plural for matrix) are named by a capital letter.
Rows and Columns
One way to represent data is in a matrix. An m×n matrix has m rows and n columns, and each entry is given a unique name, based on its row and column:![]() |
| Rows are horizontal |
![]() |
| Columns are vertical |
Matrix Dimensions
For example in the matrices below, matrix E has dimensions 4x2, matrix F is 5x1, and matrix G is 1x4.
Matrix Dimensions Practice: Find the dimensions of each matrix.
#1) A
#2) B
Entries
Each entry in a matrix has a specific address. The letter "a" refers to the entry coming from A and the first number after the letter refers to the row number and the second letter refers to the column number.
So for example, a34 = 28 refers to the entry in row 3 and column 4 from matrix A.
So for example, b21 = 4 refers to the entry in row 2 and column 1 from matrix B.
Entries Practice: Find the value of each entry.
#1) a41 =
#2) a21 =
#3) b32 =
#4) b12 =
Homework
Dimensions
Name the dimensions of each matrix.
#1) A
#2) B
#3) C
#4) D
#5) E
#6) F
Entries
Using A and B, find the values of each entry.
#1) a11 =
#2) b11 =
#3) a21 =
#4) a31 =
#5) b12 =
#6) b13 =
#7) b24 =
#8) a32 =
#9) a34 =
Answers Dimensions
#1) A1x5
#2) B2x5
#3) C8x1
#4) D4x3
#5) E2x2
#6) F3x6
Answers Entries
#1) a11 = 52
#2) b11 = 1
#3) a21 = 78
#4) a31 = 20
#5) b12 = 2
#6) b13 = 7
#7) b24 = 9
#8) a32 = 22
#9) a34 = 26











No comments:
Post a Comment