Exam 1 Flashcards

1
Q

Det(I) = ?

A

1

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

(A^T)^T = ?

A

A

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

(A + B)^T = ?

A

A^T + B^T

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

(AB)^T = ?

A

B^T x A^T

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

(AB)^-1 = ?

A

B^-1 x A^-1

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

(A^T)^-1 =

A

(A^-1)^T

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

AA^-1 = ?

A

I

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

What is the inverse of an elementary matrix?

A

The opposite operation.

Ex: - e.m. multiply r1 by 2;
inverse multiply r1 by 1/2

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

I

Inverse of E1E2E3

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

For any nxn matrix, the following (5) statements are equivalent:

A

(1) A is invertible
(2) Ax=b had a unique solution
(3) A is row-equivalent to I (can be converted using EROs
(4) Ax=0 only has the trivial solution
(5) A is a product of elementary matrices

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

What is prime factorization? Is it unique?

A

Factoring a matrix into a product of elementary matrices.

Factorization is not unique.

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

Determinants:

If B is obtained from A by switching two rows or columns then det(B) = ?

A

-det(A)

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

Determinants:

If C is obtained from A by multiplying a row or column by a scalar k, then det(C) = ?

A

kdet(A)

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

Determinants:

If D is obtained from A by adding a multiple of one row or column to another, then det(D) = ?

A

det(A)

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

Can determinants be found on any size matrix?

A

No, only nxn matrices.

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

If A and B are nxn, det(AB) = ?

A

det(A)det(B)

17
Q

If A is not invertible, det(A) = ?

A

0

18
Q

det(A^-1) = ?

A

1/[det(A)]

19
Q

Det(A^T) = ?

A

det(A)

20
Q

Vector spaces:

What is axiom (1)?

A

(1) If u and v belong to V, then u+v belongs to V

V is closed under addition

21
Q

Vector spaces:

What is axiom (4)?

A

(4) The 0 vector belongs to V such that 0 + u = u

22
Q

Vector spaces:

What is axiom (5)?

A

(5) For each u in V, there is a vector -u

s. t. u + (-u) = 0

23
Q

Vector spaces:

What is axiom (6)?

A

(6) Closed under scalar multiplication

24
Q

What subspaces of R^2 exist?

A

(1) Just 0
(2) Everything
(3) A straight line through the origin

25
Q

Is the 0 matrix invertible?

A

No

26
Q

What is a singular matrix?

A

A singular matrix is not invertible

it’s determinant is 0

There may be no solution or infinitely many solutions.

27
Q

What is a non singular matrix?

A

An invertible matrix

Determinant = NONzero

One unique solution

28
Q

What is an inconsistent system of equations?

A

One with no solution

Ex: x+y+z=1
x+y+z=12

29
Q

Can all matrices be multiplied together?

A

No, inner numbers must match. Outer numbers tell what size the new matrix will be.

Ex: 2x2 and 2x3 will become 2x3

  2x2 and 3x3 undefined
30
Q

What does a row of all 0’s tell you?

A

Infinitely many solutions

31
Q

What does a row of 0’s followed by a nonzero in an augmented matrix tell you?

A

No solution.

0x+0y cannot equal a nonzero number.

32
Q

What is an augmented matrix?

A

A matrix containing the coefficients and the constant terms in a system of equations.

33
Q

What is a coefficient matrix?

A

A matrix containing only the coefficients of a l.s.

34
Q

What are the EROs?

A
  1. Interchange two rows
  2. Multiply a row by a NONZERO constant
  3. Add a multiple of one row to another
35
Q

What is a homogenous system?

A

A l.s. in which all of the constant terms are 0

36
Q

What is the trivial solution?

A

If all of the variables in a homogenous system are equal to zero

37
Q

Is matrix multiplication commutative?

A

No!

AB is NOT EQUAL to BA

38
Q

If A is an invertible nxn matrix and AB = AC, does B=C?

A

Yes, let B & C be inverses of A.

AB=I & AC=I

AB=I -> mult. both sides by C, reduce

B=C