Chapter 1 - Determinants Flashcards

1
Q

Det A

A

ad-bc

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

A^-1

A

If detA isn’t 0, then
A^-1 = 1/(ad-bc) * matrix of [d -b]
[-c a]

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

What statements are equivalent to detA not equal to 0?

A

The columns of A are linearly independent.

The rows of A are linearly independent.

The linear map La:R^2 to R^2 is a bijection

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

Cross product of u=(u1,u2,u3) and v=(v1,v2,v3)

A

u × v = (u2v3-u3v2, u3v1-u1v3, u1v2-u2v1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
i × j
j × i
j × k
k × j
k × i
i × k
A
= k
= -k
= i
= -i
= j
= -j
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

-u × v

u × u

A

= u × v

= 0

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

u × v|

A

= |u| |v| sin(theta)

where theta is the angle between u and v, taken such that its between 0 and pi

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

Volume of skewbrick with sides u,v,w

A
The absolute value of u • (v × w)
i.e
determinant of the matrix: 
[u1   u2   u3]
[v1   v2    v3]
[w1  w2  w3]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Are u × (v × w) and (u × v) × w equal?

A

No

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

Are u • (v × w), v • (w × u), and w • (u × v) equal?

A

Yes

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

Det (AB)

A

= det(A) * det(B)

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

Linearly dependent vectors

A

Let r1,r2,r3 be vectors in R^3.
They are linearly dependent if there are scalars (real numbers) t1, t2, t3, not all 0, such that
t1r1 + t2r2 + t3r3 = 0

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

Linearly independent vectors

A

If the only scalars t1, t2, t3 such that
t1r1 + t2r2 + t3r3 = 0,
are t1 =0, t2=0, t3=0

Or if r1 × r2 doesn’t equal 0

Or if r1 • (r2 × r3) doesn’t equal 0

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

What statements are equal to the determinant of a 3x3 matrix not equalling 0?

A

The columns of A are linearly independent.

The linear map La:R^3 to R^3 is injective

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
Basic properties of determinants:
Det (r2,r1)
Det (r1+r1', r2)
Det(tr1, r2)
Det (i,j)
A

Det (r2,r1)= -det (r1,r2)
Det (r1 + r1’, r2) = det (r1, r2) + det (r1’, r2)
Det (tr1, r2) = tdet (r1, r2)
Det (i, j) = 1

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

Area (La (r1), La (r2))

A

= det (A) * Area (r1, r2)

17
Q

Lab

A

= La ° Lb