Matrices Flashcards

(13 cards)

1
Q

What is a matrix?

A

A rectangular array of numbers arranged in rows and columns, representing linear transformations.

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

What is the determinant of a 2x2 matrix A = [[a, b], [c, d]]?

A

det(A) = ad − bc

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

What does the determinant signify?

A

It indicates if a matrix is invertible (det ≠ 0) and the scaling factor of the transformation.

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

What is the formula for the inverse of a 2x2 matrix A = [[a, b], [c, d]]?

A

A⁻¹ = (1/det(A)) * [[d, -b], [-c, a]], provided det(A) ≠ 0.

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

What does matrix multiplication represent?

A

Combining two linear transformations sequentially.

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

Is matrix multiplication commutative?

A

No, A ⋅ B ≠ B ⋅ A in general.

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

How do you calculate the transpose of a matrix A?

A

Flip rows and columns: Aᵀ

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

What is the rank of a matrix?

A

The rank is the number of linearly independent rows or columns.

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

How do you find the trace of a matrix A?

A

Sum of the diagonal elements.

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

what is the row echelon form of a matric and which properties does a matrix need to have to be in row echelon form?

A
  1. If a row does not consist entirely of zeros, then the first nonzero number in the row is a 1 (does not apply to all definitions)
  2. All zeros rows are at the bottom of the matrix
  3. In any two successive rows that do not consist rows that do not consist entirely of 0s, the leading 1 in the lower row occurs further to the right than the leading 1 in the higher row
  • it is not unique
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is reduced row echelon form

A

Each column containing a leading 1 has zeros in all its other entries

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

Can every matrix be turned into row echelon form?

A

Yes, through gaussian elimination

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