Chapter 2.3 Flashcards

0
Q

Let A, B, and C be nxn matrices of the same size then det(C) = det(A) + det(A) iff

A

They only differ in one row, say the r:th, and the r:th row of C can be obtained by adding the corresponding entries in te r:th row of A and B. The same holds for columns.

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

If A is an nxn matrix then det(kA) equals

A

K^n*det(A)

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

If A and B are square matrices of the same size then det(AB) equals

A

det(A) * det(B)

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

A square matrix is invertible if it’s determinant

A

Does not equal zero

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

If A is invertible, then the determinant is

A

det(inv(A)) = 1/det(A)

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

Def: the adjoint of A

A

If A is any nxn matrix and C(ij) is the cofactor of a(ij). Then the corresponding nxn matrix, where the entries are the cofactors coresponding to the entries of A, is called the matrix of A. The transpose of this matrix is called the adjoint of A.

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

If A is invertible then inv(A) can be expressed as

A

Inv(A) = 1/det(A)*adj(A)

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

Cramer’s Rule

A

If Ax=b is a systen of n linear equations in n unknowns such that det(A) != 0, then the system has a unique solution. The solution is

X(1) = det(A(1))/det(A)
X(2) = det(A(2))/det(A)
.
.
.
X(n) = det(A(n))/det(A)

Where A(n) is the matrix obtained by replacing the entries in the n:th column of A by the entries in B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
Equivalent statements (3) (6)
A is invertible iff
A

1) Ax=0 only has the trivial solution
2) The reduced row echelon form of A is I
3) A is expressible as a product of elementary matrices
4) Ax=b is consistent for every nx1 matrix b
5) Ax=b has exactly one solution for every nx1 matrix b
6) det(A) != 0

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