Exam 1 Flashcards

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 =

A

1/detA

21
Q

adj(A) =

A

(CofA)^T

22
Q

Aadj(A) =

A

(detA)I

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
Q

u+v =

A

v+u

26
Q

u+(v+w) =

A

(u+v)+w

27
Q

u+0=

A

u

28
Q

u-u =

A

0

29
Q

α(u+v)=

A

αu+αv

30
Q

(α+β)u=

A

αu+βu

31
Q

α(βu)=

A

(αβ)u

32
Q

u·v =

A

v·u

33
Q

u·(v+w) =

A

u·v + u·w

34
Q

α(u·v) =

A

(αu)·v = u·(αv)

35
Q

Norm (length) of v =

A

||v|| = √(v·v)

36
Q

||αv|| =

A

|α| ||v||

37
Q

normalization of v =

A

(1/||v||)v

38
Q

distance d(u,v)=

A

||u-v|| = ||v-u||

39
Q

cosθ =

A

u·v if u and v are unit vectors

40
Q

Cauchy-Schwartz Inequality

A

|u·v| ≤ ||u|| ||v||

41
Q

u and v are orthogonal if

A

u·v = 0

42
Q

(proj_u)v =

A

(u·v)u if u is a unit vector

43
Q

(proj_u^⊥)v =

A

v - (proj_u)v

44
Q

Line through point P in the direction of v

A

r(t) = P + tv

45
Q

Plane through point P in the direction of u and v

A

x(s,t) = P + su + tv