Unit 4 Flashcards

1
Q

A blank organizes a group of numbers, or variables, using specific rules of arithmetic

A

matrix

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

A blank is a rectangular array of numbers or expressions arranged in columns and rows.

A

matrix

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

the size of a matrix is given by blank
where m is the number of rows and
n is the number of columns.

A

m x n

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

A blank is composed of a single column.

A

column matrix

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

A blank is composed of a single row.

A

row matrix

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

A blank is a matrix in which all entries are 0

A

zero matrix

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

A blank has an equal number of rows and columns. n X n

A

square matrix

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

A blank is a square matrix in which all non-diagonal entries are 0

A

diagonal matrix

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

An blank is a diagonal matrix in which all of the entries along the main diagonal are 1 and all other entries are 0

A

identity matrix

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

The transpose of ab
cd
is blank
. In general, the transpose of a square matrix is another square matrix.

A

ac
bd

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

The transpose of a matrix has as blank the rows of the original matrix.

A

columns

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

Two matrices with the same size are blank by adding the corresponding entries.

A

added

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

Two matrices with the same size are blank by subtracting the corresponding entries.

A

subtracted

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

Matrices with different sizes cannot be blank.

A

added

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

To distinguish between an ordinary real number and a matrix, the term blank refers to a real number,

A

scalar

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

A blank of a matrix is a matrix in which each entry is multiplied by a scalar.

A

scalar multiple

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

The product of a matrix A
and a scalar r
is denoted
as blank

A

rA

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

A + B = B + A

A

Commutative property of addition

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

(A + B) + C = A + (B + C)

A

Associative property of addition

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

r(sA) = (rs)A

A

Associative property of matrix multiplication

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

r(A + B) = rA + rB

A

Distributive property of matrix addition

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

(r + s)A = rA + sA

A

Distributive property of matrix scalar multiplication

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

For blank, an matrix m x n can only be multiplied by an n x p matrix to yield an m x p matrix . If the number of columns in is not equal to the number of rows in, then the product is undefined

A

matrix multiplication

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

Matrices are multiplied using the blank.

A

row-column rule

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

Matrix multiplication is not blank. AB
does not equal BA

A

commutative.

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

Similar in concept to set identities, the blank is a square matrix where all the elements of the principal diagonal are ones and all other elements are zeros. The identity matrix is denoted In
.

A

identify matrix

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

If you multiply a matrix by an identity matrix the given matrix blank. For example, m x n matrix A multiplied by In yields A.

A

remains unchanged

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

Associative property of matrix multiplication:

A

A(BC) = (AB)C

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

Left distributive property:

A

A(B + C)= AB + AC

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

Right distributive property:

A

(B + C) A = BA + CA

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

Associative property of scalars in matrix multiplication

A

r(AB) = (rA)B = A(rB)

32
Q

Identity for matrix multiplication

A

ImA = AIn = A

33
Q

For any three matrices changing the order of factors does not change the matrix product. You can multiply matrix B by matrix C, and then multiply the result by matrix A; or you can multiply matrix A by matrix B, and then multiply the result by matrix C.

A

Associative property

34
Q

If matrix A is distributed from the left side, each product in the resulting sum has A on the left. (Remember, order matters in matrix multiplication.)

A

Left distributive property

35
Q

If matrix A is distributed from the right side, each product in the resulting sum has A on the right. (Remember, order matters in matrix multiplication.)

A

Right distributive property

36
Q

The m x m identity matrix is denoted Im. The product of any m x m matrix A and Im is always A, regardless of the order in which the multiplication was performed.

A

Identify for matrix multiplication

37
Q

Given a square matrix A
, the matrix A^-1
is called the blank of matrix. Only square matrices can have an inverse.

A

inverse

38
Q

Multiplying two nonsquare matrices can result in the blank.

A

identity matrix

39
Q

Not all square matrices have an blank.

A

inverse

40
Q

An blank (or nonsingular matrix) is a square matrix that has an inverse.

A

invertible matrix

41
Q

A blank is a square matrix that does not have an inverse.

A

singular matrix

42
Q

How do you find the determinant?

A

Multiply ad
and subtract bc

43
Q

if the determinant equals 0, then blank

A

the inverse does not exist

44
Q

if the determinant is not 0, then what is the inverse of the matrix

A

d -b
-c a

45
Q

If matrix A is nonsingular, then blank

A

A^-1 is unique

46
Q

A square matrix is singular if and only if what?

A

the determinant = 0

47
Q

Any matrix that has a zero row or a zero column is blank.

A

singular

48
Q

If A
and Bare nonsingular matrices of the same size, then the matrix AB
is blank

A

also nonsingular

49
Q

Given a nonsingular matrix A
whose components are all integers, the inverse matrix A^-1
will contain all integer components (and no proper fractions) if and only if
blank.

A

the determinant = +1 or -1

50
Q

A blank can be used to represent a system of linear equations, where each row represents an equation, and each column represents a different variable.

A

matrix

51
Q

An blank is formed when two matrices are combined.

A

augmented matrix

52
Q

The matrix A is called the blank because it consists of the coefficients of the equations.

A

coefficient matrix

53
Q

To represent linear equations with a matrix equation, follow what steps

A
  1. To create the coefficient matrix, use the coefficients of each equation to create the rows of the coefficient matrix.
  2. To create the column x vector, place the variables from the equations and in the same order to create the x column.
  3. To create the column constant vector (column b), place the results of each equation in order in the b column.
54
Q

How do you solve the system of equations by finding a vector x that satisfies the equation Ax = b

A

x = A^-1b

55
Q

0perations performed to obtain row-equivalent matrices are called blank.

A

elementary row operations

56
Q

Matrices are blank if a sequence of elementary row operations exists that can transform one matrix into the other. Row equivalence is sometimes denoted by the tilde (~
) symbol.

A

row-equivalent

57
Q

Each elementary row operation performed on an blank corresponds to an operation performed on a system of linear equations.

A

augmented matrix

58
Q

switching rows corresponds to blank.

A

switching equations

59
Q

Multiplying a row by a blank corresponds to multiplying both sides of an equation by the same constant

A

non-zero constant

60
Q

Adding two rows corresponds to blank.

A

adding two equations

61
Q

An blank is a matrix that represents an elementary row operation. An elementary matrix is obtained by performing a row operation on the identity matrix.

A

elementary matrix

62
Q

A blank is a row in a matrix that has no nonzero entries.

A

zero row

63
Q

A blank row is a row in a matrix that has at least one nonzero entry and a nonzero column is a column in a matrix that has at least one nonzero entry.

A

nonzero

64
Q

The blank of a row is the first nonzero entry from the left.

A

leading entry

65
Q

A matrix is in echelon form if the matrix has what three properties:

A

Any zero rows are below all nonzero rows.
The leading entry of each row is to the right of the leading entries in the rows above.
All the entries below a leading entry are zeros.

66
Q

A matrix is in reduced echelon form if the matrix has what properties:

A

Any rows that contain all zeros are below all nonzero rows.
The leading entry of each row is to the right of the leading terms in the rows above.
All the entries below a leading entry are zeros.
The leading entry for each nonzero row is 1
.
Each leading entry of 1
has zeros above. That is, the leading ones are the only nonzero entry in that column.

67
Q

blank is an algorithm used to solve a system of linear equations. The algorithm consists of forward elimination and back-substitution.

A

Gaussian elimination

68
Q

blank is the process of transforming a matrix that represents a system of linear equations into row echelon form.

A

Forward elimination

69
Q

Five steps of Gaussian elimination: Forward elimination

A

Step 1: Find the current pivot of the first column. The current pivot is the first nonzero entry in a matrix column.

Step 2: If the current pivot is not in the first row, switch the first row with the row that contains the current pivot.

Step 3: Perform elementary row operations using the current pivot so that all entries below the current pivot are zeros.

Step 4: Repeat steps 1-3 for the submatrix containing all entries below and to the right of the current pivot.

Step 5: Stop when the entries below each pivot are zero.

70
Q

blank is the process of substituting the value of the last variable into each of the preceding equations to obtain the values of the remaining variables.

A

Back-substitution

71
Q

Gaussian elimination: Back-substitution - what are the steps

A

Step 1: Identify the corresponding system to the augmented matrix in reduced echelon form.

Step 2: Solve the last equation for the basic variable. If the system does not contain any free variables, then the basic variable has a unique value. If the system contains free variables, then write the basic variable in terms of the free variable.

Step 3: Substitute the unique value or expression for the variable into the equation above to obtain the solution for a different variable.

Step 4: Repeat steps 1-3 until a unique value or expression is found for all variables.

72
Q

The blank is an algorithm that transforms a matrix into reduced echelon form. The algorithm consists of forward elimination, pivot scaling, and backward elimination.

A

Gauss-Jordan algorithm

73
Q

Pivot scaling is the process of transforming each pivot into
what?

A

1

74
Q

blank is the process of transforming a matrix that represents a system of linear equations from row echelon form to reduced echelon form.

A

Backward elimination

75
Q

Gauss-Jordan elimination: Pivot scaling and backward elimination - name the steps

A

Step 1: Perform forward elimination.

Step 2: Scale the pivots by multiplying each row by the reciprocal of the corresponding pivot entry. This step should result in having 1s along the diagonal.

Step 3: Perform elementary row operations using the rightmost pivot so that all entries above the rightmost pivot are zeros.

Step 4: Repeat step 3 for the sub matrix containing all entries above and to the left of the rightmost pivot.

Step 5: Stop when the entries above all pivots are zero.

76
Q

Elementary matrices are blank

A

invertible