Mathematics Grade 12 15 min

Matrix vocabulary

Matrix vocabulary

Tutorial Preview

1

Introduction & Learning Objectives

Learning Objectives Define a matrix, its elements, and its dimensions (order). Identify the location and value of a specific element using row and column indices. Distinguish between different types of matrices: row, column, square, zero, and identity matrices. Define and identify the main diagonal of a square matrix. Explain the conditions required for two matrices to be equal. Define the transpose of a matrix and correctly find the transpose of a given matrix. How does your phone rotate a video from portrait to landscape so flawlessly? 📱 It uses the language of matrices to transform every single pixel! This tutorial introduces the fundamental vocabulary of matrices. Mastering these core terms is the essential first step before you can perform powerful matrix operations u...
2

Key Concepts & Vocabulary

TermDefinitionExample MatrixA rectangular array or grid of numbers, symbols, or expressions, arranged in rows and columns. Matrices are typically denoted by uppercase letters.A = \begin{bmatrix} 1 & -3 & 5 \\ 2 & 0 & 4 \end{bmatrix} Dimensions (or Order)The size of a matrix, expressed as the number of rows by the number of columns (rows × columns).The matrix A = \begin{bmatrix} 1 & -3 & 5 \\ 2 & 0 & 4 \end{bmatrix} has dimensions 2 × 3 because it has 2 rows and 3 columns. Element (or Entry)An individual value within a matrix. The element in the i-th row and j-th column is denoted by a_{ij}.In matrix A = \begin{bmatrix} 1 & -3 & 5 \\ 2 & 0 & 4 \end{bmatrix}, the element a_{12} is -3 (the entry in the 1st row, 2nd column). Square MatrixA matri...
3

Core Formulas

Element Notation a_{ij} This notation is used to specify a unique element within a matrix A. The first subscript, 'i', always indicates the row number, and the second subscript, 'j', always indicates the column number. Matrix Equality A = B if and only if they have the same dimensions and a_{ij} = b_{ij} for all i and j. Two matrices are considered equal only if they are identical in size and every corresponding element is the same. This rule is often used to solve for unknown variables within matrices. Transpose Rule If A is an m × n matrix, then A^T is an n × m matrix where the element (A^T)_{ji} = a_{ij}. This rule formalizes the process of transposition. The element in the i-th row and j-th column of the original matrix becomes the element in...

4 more steps in this tutorial

Sign up free to access the complete tutorial with worked examples and practice.

Sign Up Free to Continue

Sample Practice Questions

Challenging
A square matrix A is called 'symmetric' if A = A^T. Based on the definition of a transpose, what must be true about the elements of a symmetric matrix for all i and j?
A.a_{ij} = a_{ji}
B.a_{ij} = -a_{ji}
C.a_{ij} = 1
D.a_{ij} = 0
Challenging
If matrix A has dimensions 3 × 5, and B = (A^T)^T, what are the dimensions of B^T?
A.3 × 5
B.5 × 3
C.3 × 3
D.5 × 5
Challenging
Given the matrix equality \begin{bmatrix} x-1 & 8 \\ 5 & y+3 \end{bmatrix} = \begin{bmatrix} 7 & z \\ 5 & 2x \end{bmatrix}, what is the value of y - z?
A.16
B.8
C.5
D.13

Want to practice and check your answers?

Sign up to access all questions with instant feedback, explanations, and progress tracking.

Start Practicing Free

More from Matrices

Ready to find your learning gaps?

Take a free diagnostic test and get a personalized learning plan in minutes.