Unit 7-Systems and Matrices Flashcards

7.1 not included because it's just solving systems of equations

1
Q

Matrix

A

Rectangular array of numbers in rows and columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Dimensions/order are written as…

A

Rows X Columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Elements/entries

A

numbers inside
atinyij, ith row and jth column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Square Matrix

A

When I=J

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Two matrices are equal when…

A

they have the same dimensions and corresponding elements are equal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Add/subtract matrices

A

Add/subtract corresponding parts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Additive Inverse

A

Multiply matrix A by -1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Matrix Multiplication

A

Take row of first matrix and multiply it by columns of the second matrix.
Each column, multiplied numbers are added
Can only multiply two matrices if their inner dimensions are the same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Identity Matrix

A

When multiplying identity Matrix with matrix, there is no impact to the OG matrix
Identity matrices are always square
Identity matrix have a diagonal of 1s and 0s everywhere else

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Singular Matrix

A

When a matrix has no inverse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Determinant of a 2X2 matrix

A

ad-bc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Inverse of a 2X2 Matrix

A

1/determinant * [ d -b (on top) -c a (on bottom]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Determinant of 3X3 Matrix

A

Switch +, -, + of the top row. Do determinant thingy for a 2X2 but crossing any numbers that are in the same row and column of that top row number.
1.1 (ad-bc) -2.1 (ad-bc) + 3.1 (ad-bc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Finding Areas of Triangles

A

+/- 0.5 * [ x1 y1 1 (top row) x2 y2 1 (middle row) x3 y3 1 (bottom row)]
xs and ys are coordinate points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Transpose Matrix

A

Switch rows and columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Row Echelon Form

A

Convert matrix so it has 1s in the main diagonal and 0s below this main diagonal

17
Q

Reduced Row Echelon Form

A

Same as Row Echelon Form except there are 0s above the main diagonal too

18
Q

Finding 2X2 Inverse using Row Operations

A

Write matrix and after put a line and write the identity matrix. Change matrix into identity matrix and the numbers on the other side is the inverse

19
Q

Partial Fraction Decomposition

A

Factor Denominator
Put A and B as the numerators
Multiply fractions with opposite denominators
Write two equations; numerator equation and denominator equation
Solve for A and B using matricies

20
Q

Encrypting

A

Put letters in a # X 2 matrix
Multiply by encoding matrix
Write product of the matrices as a string of numbers

21
Q

Decoding

A

Write decoding into a # X 2 matrix
Multiply by inverse to the coding matrix
Match product of the matrices with letters
Multiply coded matrix by inverse of coding matrix = Decoded matrix