Exam 1 Flashcards

(45 cards)

1
Q

tr(A)

A

sum of main diagonal of square matrix

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

row equivalent

A

you can get from A to B using only elementary row operations

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

(A^-1)^-1 =

A

A

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

(A^n)^-1 =

A

A^-n = (A^-1)^n

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

(αA)^-1 =

A

(1/α)A^-1

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

A^r A^s =

A

A^(r+s)

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

(A^r)^s =

A

A^(rs)

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

(A^T)^T =

A

A

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

(A+B)^T =

A

A^T+B^T

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

(αA)^T =

A

αA^T

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

(AB)^T =

A

B^T A^T

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

If you get a zero row while inverting a matrix,

A

it is not invertible

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

A is symmetric if

A

A^T=A

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

M_i,j(A) =

A

det of matrix gotten from A by removing row i and column j.

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

C_i,j(A) =

A

(-1)^(i+j) M_i,j(A)

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

det(αA) =

A

α^n det(A)

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

det(A+B) ≠

A

detA+detB

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

detAB =

A

detAdetB

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

Biggerer Theorem

A

(a) A is invertible
(b) Ax=0 has only trivial solution
(c) A is row equivalent to I
(d) A is a product of elementary matrices
(e) Ax=b is consistent for any b
(f) Ax=b has only one solution for any b
(g) detA≠0

20
Q

detA^-1 =

21
Q

adj(A) =

22
Q

Aadj(A) =

23
Q

Cramer’s Rule

A

For Ax=b and A is square, if detA≠0 then x_i=det(A_i)/det(A) where A_i=A with column i replaced by b.

24
Q

A vector is defined by

A

its end point minus its start point

25
u+v =
v+u
26
u+(v+w) =
(u+v)+w
27
u+0=
u
28
u-u =
0
29
α(u+v)=
αu+αv
30
(α+β)u=
αu+βu
31
α(βu)=
(αβ)u
32
u·v =
v·u
33
u·(v+w) =
u·v + u·w
34
α(u·v) =
(αu)·v = u·(αv)
35
Norm (length) of v =
||v|| = √(v·v)
36
||αv|| =
|α| ||v||
37
normalization of v =
(1/||v||)v
38
distance d(u,v)=
||u-v|| = ||v-u||
39
cosθ =
u·v if u and v are unit vectors
40
Cauchy-Schwartz Inequality
|u·v| ≤ ||u|| ||v||
41
u and v are orthogonal if
u·v = 0
42
(proj_u)v =
(u·v)u if u is a unit vector
43
(proj_u^⊥)v =
v - (proj_u)v
44
Line through point P in the direction of v
r(t) = P + tv
45
Plane through point P in the direction of u and v
x(s,t) = P + su + tv