Finite Mathematics I - Matrix Reviewer Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core concepts, matrix types, properties, determinants, and elementary row operations from Finite Mathematics I.

Last updated 10:40 AM on 8/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

Matrix

A rectangular arrangement of elements in rows and columns, usually enclosed in brackets and named with a capital letter, e.g., matrix AA.

2
New cards

Element (or Entry)

Each individual number inside a matrix, where the element in row ii and column jj is denoted aija_{ij}.

3
New cards

Order (or Dimension/Size)

Describes the number of rows and columns of a matrix, written as m×nm \times n (read "m by n"), where mm is the number of rows and nn is the number of columns.

4
New cards

Row

A horizontal line of elements in a matrix.

5
New cards

Column

A vertical line of elements in a matrix.

6
New cards

Principal (Main) Diagonal

The set of elements aija_{ij} where i=ji = j, running from the top-left to the bottom-right corner of a square matrix.

7
New cards

Row Matrix

A matrix with only one row (order 1×n1 \times n).

8
New cards

Column Matrix

A matrix with only one column (order m×1m \times 1).

9
New cards

Square Matrix

A matrix with the same number of rows and columns (order n×nn \times n).

10
New cards

Rectangular Matrix

A matrix in which the number of rows is not equal to the number of columns.

11
New cards

Zero (Null) Matrix

A matrix in which every element is zero, denoted OO.

12
New cards

Diagonal Matrix

A square matrix in which every element off the main diagonal is zero (diagonal entries may be zero or nonzero).

13
New cards

Scalar Matrix

A diagonal matrix in which all the main-diagonal elements are equal.

14
New cards

Identity Matrix

A scalar matrix whose main-diagonal elements are all 11, denoted II, which acts like the number 11 in matrix multiplication.

15
New cards

Symmetric Matrix

A square matrix that is equal to its own transpose (A=ATA = A^T).

16
New cards

Transpose of a Matrix

The matrix ATA^T formed by interchanging the rows and columns of matrix AA.

17
New cards

Equality of Matrices

The condition where two matrices AA and BB have the same order and their corresponding elements are equal (aij=bija_{ij} = b_{ij} for every ii and jj).

18
New cards

Determinant

A single real number associated with a square matrix that provides important information about the matrix, written as det(A)\det(A) or A|A|.

19
New cards

Cramer's Rule

A method that uses determinants to solve a system of linear equations directly, provided the determinant of the coefficient matrix is not zero.

20
New cards

Coefficient Matrix (D)

The determinant formed from the coefficients of the variables in a system of linear equations.

21
New cards

Elementary Row Operations

Operations performed on the rows of a matrix (often an augmented matrix representing a system of equations) that produce an equivalent system.

22
New cards

Augmented Matrix

A matrix formed by combining the coefficient matrix of a system with the column of constants, typically separated by a vertical line.

23
New cards

Equivalent Matrices

Matrices obtained from one another through elementary row operations; they represent systems with the same solution set.

24
New cards

Row Echelon Form (REF)

A matrix in which all nonzero rows are above any all-zero rows, and the leading entry of each row is to the right of the leading entry of the row above it.

25
New cards

Reduced Row Echelon Form (RREF)

A row echelon form matrix in which every leading entry is 11, and each leading 11 is the only nonzero entry in its column.

26
New cards

Pivot (Leading Entry)

The first nonzero number in a row, from left to right, used as the reference point for eliminating entries in the rows above or below it.

27
New cards

Row Interchange

An elementary row operation that swaps the positions of two rows, denoted RiRjR_i \leftrightarrow R_j.

28
New cards

Row Scaling

An elementary row operation that multiplies every element of a row by a nonzero constant kk, denoted kRiRikR_i \rightarrow R_i.

29
New cards

Row Addition (Combination)

An elementary row operation that adds a multiple of one row to another row, replacing that row, denoted Ri+kRjRiR_i + kR_j \rightarrow R_i.