Chapter 1 + 2 Flashcards
(81 cards)
What is the coefficent matrix?
Augmented matrix without RHS of equation.
T or F. All elementary matrices are invertible.
True.
T or F. Let A be a matrix, and let a and B be EROS, then B(a(A)) = Evb Eva A.
True.
T or F. Applying an inverse ERO to a matrix is the same as applying the ERO to the inverse of the matrix.
True
T or F. If we switch rows, if p is the ERO it is not equal to p^-1.
False.
What is p^-1 if p is an ERO multiplying a row by a scalar?
1 / scalar by the same row.
What is p^-1 if p is an ERO adding a scalar multiple of another row?
p^-1 is subtracting a scalar mutliple from the same row.
T or F. If A is a matrix and p is an ERO than p(A) is row equivalent to A.
True.
T or F. Row equivalent matrices don’t necessarily have the same RREF.
False.
T or F. In REF form, all pivots must be ones.
False.
What is unique between different REF’s?
The number of non-zero rows.
Give some examples of fields.
the rational numbers
the real numbers
the complex numbers
the integers modulo prime p
Give some non-examples of fields.
the integers
the matrices
the quaternions H
the integers modulo non-prime n
T or F. There are three planes in R^3 only two of them intersect how many solutions are there?
None. All three must intersect all three.
Define a field.
A field is a triple (F, +, .)
where F: non-empty set, + and . are binary ops. Contains 0subF and 1subF such that 0subF != 1subF.
Also 7 operations rules hold true.
Define 7 operation rules for a field.
For all a,b,c ∈ F
(i) a + b ∈ F a.b ∈ F
(ii) Commutative + and .
(iii) Associative + and .
(iv) Distributed . over +
(v) a + 0subF = a and 1subF.a = a
(vi) For all a ∈ F, there is elt denoted -a ∈ F s.t. a + (-a) = 0subF
(vii) For all a ∈ F \ {0} there is an elt a^-1 s.t. a . a^-1 = 1subF
Define a vector space.
Let F be a field. A vector space over F is a non-empty set V, with two operations:
x + y ∈ V -> x + y ∈ V
c ∈ F, x ∈ V -> c . x ∈ V
also 8 vector operation laws hold true.
Define 8 vector operation laws.
(V1) x + y = y + x
(V2) x + (y + z) = (x + y) + z
(V3) There is a unique vector 0subV ∈ V such that x + 0subV = x
(V4) For every x ∈ V there is a unique vector -x such that x + (-x) = 0subV
(V5) 1subF.x = x
(V6) (cd)x = c(dx)
(V7) c(x + y) = cx + cy
(V8) (c + d)x = cx + dx
How can you tell whether F +,. or V +,. are being used?
Field + and . are only used for a.b, a+b when both a and b ∈ F.
State Lemma 2.8.
Let V be a vector space with scalar field F.
(1) Given x,z ∈ V there is a unique y ∈ V s.t. x + y = z
(2) λ.0subV = 0subV for all λ ∈ F
(3) 0subF.v = 0subV for all v ∈ V
(4) (-1)v = -v for all v ∈ V
(5) If v != 0subV then λ.v = 0subV implies λ = 0
T or F. A field is always a vector space of itself.
True
What is the trivial vector space?
{0subV}
T or F. A is not a vector space of the field is equivalent to the statement the field does not contain the zero vector.
True
Define a subspace.
Let V be a F v.s. W ⊆ V.
W is a subspace of V if W itself is an F v.s. with respect to the ops + and s.m. that W inherits from V.