Matrix Fundamentals Flashcards

1
Q

What is a “matrix”?

A

A rectangular array (or collection) of numbers. It can contain row(s), or column(s) or both.

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

What is a “row”?

A

A collection of numbers that lie side-by-side in a horizontal line.

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

What is a “column”?

A

A collection of numbers that are placed one-on-top of the other in a vertical line.

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

What is “dimension”?

A

The size of the matrix stated as the ‘number of rows’ and the ‘number of columns’ that make up the entire matrix.

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

What are the “elements” (or “entries”)?

A

The values that are placed at each location within the matrix.

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

What is the “address”?

A

The specific location within the matrix that contains an ‘element’ or ‘entry’. It is based upon the row and column location with the matrix. (The rows start at the top of the matrix. The columns start at the left-side of the matrix).

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

What is a “scalar”?

A

A number that is used to multiply with a matrix. The number can be an integer, a fraction, or a decimal, etc.

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

What is “scalar multiplication”?

A

The multiplication of a matrix by a number. The number can be an integer, a fraction, or a decimal, etc.

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

What is “Matrix Multiplication”?

A

The multiplication of two or more matrices.

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

What is “Matrix Addition”?

A

The addition of two or more matrices.

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

What is “Matrix Subtraction”?

A

The subtraction of two or more matrices.

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

What is a “Square Matrix”?

A

A matrix containing the same number of rows and columns.

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

What is the “Identity Matrix”?

A

A matrix that contains the value “1” as the elements down the main diagonal from the upper-left to the bottom-right. All other elements or entries are zero.

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

What is the “Main ‘Diagonal”?

A

The diagonal that exists from the upper-left corner of a matrix down to the bottom-right corner of the matrix.

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

What is the “Inverse of a Matrix”?

A

A new matrix that when multiplied with the original matrix produces the Identity Matrix.

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

What is a “Coefficient Matrix”?

A

A matrix that contains only the coefficients from a system of equations.

17
Q

What is a “Variable Matrix”?

A

A matrix that contains only the variables from a system of equations.

18
Q

What is a “Constant Matrix”?

A

A matrix that contains only the constant values from a system of equations.

19
Q

What is a “determinant”?

A

A numerical value that is calculated from a square matrix. It has special features which include: 1.) helping to determine the area of a triangle; and 2.) helping to determine if the original square matrix has an inverse.