Matrices And Determinants Flashcards

1
Q

What is a matrix?

A

A matrix is a rectangular array of numbers arranged in rows and columns.

Example:
Matrix A = (egin{pmatrix} 1 & 2 & 3 \ 4 & 5 & 6 end{pmatrix})

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

What is a row matrix?

A

A row matrix has only one row.

Example:
Row matrix R = (egin{pmatrix} 1 & 2 & 3 end{pmatrix})

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

What is a column matrix?

A

A column matrix has only one column.

Example:
Column matrix C = (egin{pmatrix} 4 \ 5 \ 6 end{pmatrix})

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

What is a square matrix?

A

A square matrix has the same number of rows and columns.

Example:
Square matrix S = (egin{pmatrix} 1 & 2 \ 3 & 4 end{pmatrix})

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

How do you denote a matrix?

A

A matrix is usually denoted by a capital letter (e.g., A, B, C).

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

What is matrix addition?

A

Adding corresponding elements of two matrices of the same dimension.

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

What is the rule for matrix multiplication?

A

The number of columns in the first matrix must equal the number of rows in the second matrix.

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

What is an identity matrix?

A

A square matrix with 1s on the diagonal and 0s elsewhere.

Example:
Identity matrix I = (egin{pmatrix} 1 & 0 \ 0 & 1 end{pmatrix})

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

What is the transpose of a matrix?

A

Flipping a matrix over its diagonal, switching rows with columns.

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

What is a symmetric matrix?

A

A matrix that is equal to its transpose.

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

What is a skew-symmetric matrix?

A

A matrix that is equal to the negation of its transpose.

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

What is the determinant of a matrix?

A

A scalar value that can be computed from the elements of a square matrix.

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

What is the determinant of a 2x2 matrix?

A

For matrix (egin{pmatrix} a & b \ c & d end{pmatrix}), the determinant is (ad - bc).

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

What is a cofactor of an element?

A

The signed minor of an element, used in determinant calculations.

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

What is the adjoint of a matrix?

A

The transpose of the cofactor matrix.

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

How do you find the inverse of a matrix?

A

The inverse is found using the formula (A^{-1} = rac{1}{det(A)} ext{adj}(A)).

17
Q

What is a condition for a matrix to be invertible?

A

The determinant of the matrix must be non-zero.

18
Q

What is Cramer’s Rule?

A

A method to solve linear systems using determinants.

19
Q

What is the rank of a matrix?

A

The maximum number of linearly independent row or column vectors.

20
Q

What is row echelon form?

A

A form where each row has more leading zeros than the previous row.

21
Q

What is Gauss-Jordan elimination?

A

A method to solve linear systems by transforming the matrix into reduced row echelon form.

22
Q

What is an orthogonal matrix?

A

A matrix whose rows and columns are orthonormal vectors.

23
Q

What is the trace of a matrix?

A

The sum of the elements on the main diagonal.

24
Q

Cofactor of an Element

A

The signed minor of an element, used in determinant calculation.

25
Q

Adjoint of a Matrix

A

The transpose of the cofactor matrix.

26
Q

Characteristic Equation

A

det(A - λI) = 0, used to find eigenvalues.

27
Q

Orthogonal Matrices

A

Matrices whose rows and columns are orthogonal unit vectors.

28
Q

Trace of a Matrix

A

The sum of the elements on the main diagonal of a square matrix.

29
Q

Rank-Nullity Theorem

A

Rank(A) + Nullity(A) = Number of columns of A