LA Lecture 5 Flashcards

1
Q

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

A

ad - bc

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

What is the determinant of a 3x3 matrix
A =
a b c
d e f
g h i

A

(aei + bfg + cdh) - (gec +hfa + idb)

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

What is the determinant of a singular matrix?

A

0

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

What happens to the determinant if two rows of a matrix are exchanged?

A

The determinant changes sign (sign reversal)

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

What is the determinant of a matrix after elimination (EA)?

A

The determinant is the product of the pivots, which equals the determinant of the original matrix (det EA = det A).

a ( d - [c/a]b)

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

What is the determinant of the n by n identity matrix?

A

1

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

What happens to the determinant if a row is multiplied by a number
t?

A

The determinant is multiplied by t

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

What is the determinant if two rows of a matrix are equal?

A

The determinant is 0.

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

What happens to the determinant if a multiple of one row is subtracted from another row?

A

The determinant remains unchanged.

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

What is the determinant of a matrix with a row of zeros?

A

0

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

What is the determinant of a triangular matrix?

A

The product of the diagonal entries.

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

What is the determinant of a diagonal matrix?

A

The product of the diagonal entries.

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

What is the determinant of a singular matrix?

A

0

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

What is the determinant of the product of two matrices AB?

A

det A x det B

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

What is the determinant of the transpose of a matrix A^T?

A

The same as the determinant of A
( det A^T = det A)

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

What is the determinant of a 2x2 matrix
A =
a b
c d

17
Q

How many terms are in the determinant of an n×n matrix using the Big Formula?

18
Q

What is the cofactor Cij of a matrix A?

A

Cij = (-1)^i+j det Mij,

19
Q

What is the relationship between the determinant of a matrix and its pivots in LU decomposition?

A

det A = d1d2…dn

20
Q

What is the determinant of a triangular matrix

A

The product of the diagonal entries.

21
Q

What is the determinant of the identity matrix?

22
Q

What happens to the determinant if two rows of a matrix are exchanged?

A

The determinant changes sign (sign reversal).

23
Q

What is the formula for the inverse of a matrix A using cofactors?

A

A^-1 = C^T/ det A
where C is the cofactor matrix.

24
Q

What is the formula for xij in Cramer’s Rule?

A

x j = det Bj / det A

25
Q

What is the area of a parallelogram formed by vectors (a,b) and (c,d)?

A

the area is |ad-bc|

26
Q

What is the volume of a box (parallelepiped) formed by the columns of a matrix A?

A

the volume is |det A|

27
Q

What is the cross product of two vectors u and v?

A

The cross product u×v is a vector perpendicular to both u and v

28
Q

What is the relationship between v×u and u×v?

A

v x u = - (u x v)

29
Q

what is the area of a triangle?

A

area = 1/2 determinant

30
Q

What is the cross product of i=(1,0,0) and j=(0,1,0)?

A

i x j = k, where k = (0,0,1)

31
Q

What is the determinant of a matrix A if its rows (or columns) are the sides of a box?

A

The determinant detA gives the volume of the box.

32
Q

What is the volume of a box formed by the columns of a 3×3 matrix A?

A

volume is |det A|

33
Q

cross product of u = (1,1,1) and v = (1,1,2)

A

(1, -1, 0)

34
Q

What is the determinant of a matrix A if its rows are linearly dependent?

A

If the rows are linearly dependent, det A = 0