S2 Math Exam Review - Matrices

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Matrix

A rectangular arrangement of numbers into rows and columns

2
New cards

Dimensions

The number of rows and columns of the matrix, in that order

3
New cards

Element

Any value entered into a matrix

4
New cards

Augmented matrix

A matrix which represents a system of equations

5
New cards

Scalars

Real numbers (in relation to matrices)

6
New cards

Scalar multiplication

Refers to the product of a real number and a matrix

7
New cards

Additive Commutative Property

For the given two matrices, matrix A and matrix B of the same order, then A + B = B + A

8
New cards

Additive Associative Property

For any three matrices, A , B, C of the same order m x n, we have A + (B + C) = (A + B) + C

9
New cards

Additive Identity

A + 0 = 0 + A = A

10
New cards

Additive Inverse

A + (-A) = (-A) + A = 0 

11
New cards

Multiplication Associative Property

For any three matrices A, B, C following the matrix multiplication conditions, we have (AB)C = A(BC).

12
New cards

Multiplication Distributive Property

For any three matrices A, B, C following the matrix multiplication conditions, we have A(B + C) = AB + AC.

13
New cards

Multiplicative Property

For a square matrix A, having the order m Ă— n, and an identity matrix I of the same order we have AI = IA = A.

14
New cards

Dot Product

The result of multiplying the n-tuples of two matrices together.

15
New cards

N-tuple

An ordered set of numbers fund in a matrix. This is typically written with letters with a subscript denoting which row/column it represents.

16
New cards

Determinant (absolute value)

A scalar value that is a certain function of the entires of a square matrix.

17
New cards

Adjacency Matrix

A matrix used to represent graphs which visualize the relationships between multiple values.

18
New cards

Inverse

A reciprocal of a matrix’s values; the reciprocal of the determinant multiplied by its adjoint (swap top left and bottom right, add negative sign to top right and bottom left).

19
New cards

Multiplicative Inverse

A A^-1 = A^-1 A = I

20
New cards

Multiplicative Identity

The product of any n × n matrix ‍and ‍the identity matrix is always ‍equal to the n x n matrix, regardless of the order in which the multiplication was performed. A I = I A = A

21
New cards

Identity Matrix

A matrix of order n x n such that each main diagonal element is equal to 1, and the remaining elements of the matrix are equal to 0.