Exam 2 Flashcards

1
Q

Testing for row equivalence

A

Every matrix row equivalence class reduces to the same rref matrix.

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

Showing row operations to relate two matrices as row-equivalent

A

A = (α1, α2…)

Show that B = (β1=α1, β2=2α2… etc)

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

Echelon form definition

A

No non-zero row is a linear combination of any of the other rows.
Verify:
row1 /= (row2)c1 + (row3)c2 …+ (rowN)cN

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

A system of equations has ___ matrices associated with it.

A

3:
Coefficient matrix
Homogeneous matrix
Non-homogeneous matrix

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

Equivalent statements for:

A is nonsingular

A

A is nonsingular.
rref [A] = identity matrix.
The homogeneous system has one solution: the zero vector.

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

T/F: All nonsingular matrices are in the same row-equivalence class.

A

True.

Nonsingular means rref[A]= identity matrix

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

T/F: All NxN (square) matrices are in the same row equivalence class.

A

False

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

If two systems (“systems” includes “=d”, nonhomogeneous) have row equivalent matrices, do they have the same solution?

A

Yes

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

How many members can there be in a row equivalence class?

A

Either one (the zero matrix) or infinite.

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

Rules to determine if a set is a vector space.

A

Addition: u+v ε V
Scalar multiplication: rv ε V
Zero vector: 0 ε V

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

The improper subspaces of V

A

V itself and the trivial subspace (0)

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

Constructing a subset

A

Put some restriction on the vector space.

I.e. “such that…”

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

Constructing a subset that is a subspace of the vector space.

A

Put a restriction on the vector space “such that…” which abides by the rules of a space (addition, scalar multiplication, zero vector).

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

Equivalent statements:

S is a subspace of V

A

S is a subspace of V.

S is “closed” (valid) under linear combinations of any N of its vectors.

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

S is a subspace of V. Find all vectors that can be used in equivalent statements.

A

Parameterize the statement (free variables times vectors) so that S is the set of all linear combinations of those vectors

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

What is a linear combination?

A

Coefficients times the vectors of a system

17
Q

What is span?

A

The span of a subset S is:
the set of all linear combinations of vectors within S

Note: [S] is a vector space, and will be in the form of a line (one parameter), plane (two parameters) etc

18
Q

Test for linear independence

A

Set S is linearly independent iff
c1s1 + … + cNsN = 0
has ONLY the trivial solution:
c1 = c2 = … = cN = 0

Note: S is linearly dependent if the restriction is c1 = c2 = etc… Or if the zero vector is included in the set

19
Q

How to identify/remove the unnecessary vectors in a linearly dependent set? (How to create a subset with the same span)

A

Vectors times coefficients (c1, c2, etc) = 0.
Convert to a system or matrix, solve, discard any of the original vectors that are attached to the resulting free variables

20
Q

Minimal =

A

Linearly independent

21
Q

Maximal =

A

Spans the space

22
Q

Linearly dependent subset of a linearly dependent set S:

A

Does not exist

23
Q

Linearly independent subset of a linearly independent set S:

A

S, the original set itself

24
Q

Define: basis

A

A minimal and maximal set

linearly independent and spans the space

25
Q

Does it span the space?

A

= “Do c1, c2, etc… exist such that you can produce all the vectors in the space?”

For a matrix: transpose, reduce to rref, number of nonzero rows must match # of dimensions in a space if it spans (bc that’s the # of linearly independent vectors in the set)

26
Q

“Representation of vector v with respect to basis B”

RepBv =

A
RepBv =
( c1 )
( c2 )
( ...  )
( cN )

Where v = c1b1 +…+ cNbN
(b’s = members of basis B)

27
Q

Find span(S) in V.

A

Parameterize the set (c1, c2, etc) and
set equal to the span of V
(like (x, y, z) or (a0 + a1x + a2x^2),
Put into a system of eq’s and solve. Right side of eq’s are either unrestrained (then [S]=V) or restrained by some combo of parameters (a’s or xyz’s). Put parameters with the span of V (like R3 vector or P2 polynomial) to get the span of S