Download Quiz 2 Solutions 1. Let V be the set of all ordered pairs of real

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Equation wikipedia , lookup

Euclidean vector wikipedia , lookup

Tensor operator wikipedia , lookup

Non-negative matrix factorization wikipedia , lookup

Singular-value decomposition wikipedia , lookup

Jordan normal form wikipedia , lookup

Homomorphism wikipedia , lookup

Eigenvalues and eigenvectors wikipedia , lookup

Perron–Frobenius theorem wikipedia , lookup

Cayley–Hamilton theorem wikipedia , lookup

Cartesian tensor wikipedia , lookup

Fundamental theorem of algebra wikipedia , lookup

Vector space wikipedia , lookup

Dual space wikipedia , lookup

Four-vector wikipedia , lookup

Matrix multiplication wikipedia , lookup

Bra–ket notation wikipedia , lookup

System of linear equations wikipedia , lookup

Basis (linear algebra) wikipedia , lookup

Linear algebra wikipedia , lookup

Matrix calculus wikipedia , lookup

System of polynomial equations wikipedia , lookup

Transcript
Quiz 2 Solutions
1. Let V be the set of all ordered pairs of real numbers with the operations (x, y) ⊕
(x0 , y 0 ) = (x+x0 , y +y 0 ) and r (x, y) = (0, rxy). Check if this satisfies the following
property of a vector space:
(c + d) u = c u ⊕ d u for any u in V and any real numbers c, d
(3 pts)
The elements of V look like (x, y) so replace u with (x, y) in the above property. The
left side is (c+d)(x, y) = (0, (c+d)xy) and the right side is c(x, y)⊕d(x, y) =
(0, cxy)⊕(0, dxy) = (0, cxy +dxy) = (0, (c+d)xy). These are equal so the property
is satisfied.
2. Let A be an m × n matrix and b be a nonzero m-vector. Is the set of all solutions
to the linear system Ax = b a subspace of Rn ? Why or why not?
(3 pts)
This is not a subspace. The set of solutions to Ax = b is contained in Rn , but is not
closed under addition or scalar multiplication and could be the empty set. To show
it’s not closed under addition, let x1 and x2 be two solutions to Ax = b. Then
A(x1 + x2 ) = b + b = 2b 6= b as b is nonzero. To show it is not closed under scalar
multiplication, if x1 is a solution and r is real number, then A(rx1 ) = r(Ax1 ) = rb.
Note: You only need to show that it fails one of the two closure properties. Also,
another argument that it is not a subspace would be that 0 is not in the set.
     
2
−1 
 1





1 , 1 , 2  . Is S a spanning set for R3 ?
(4 pts)
3. Let S =


3
1
2
 
a
This is not a spanning set. If  b  is a vector in R3 , then we want to check if there
c 
 
   
1
2
−1
a
are constants x, y, z such that x 1 + y 1 + z  2  =  b . This is the linear
3
c
2
 1
1 2 −1 a
system with augmented matrix  1 1 2 b . The row operations r2 − r1 →
2 3 1 c


1 2 −1
a
b − a . We
r2 , r3 − 2r1 → r3 , r3 − r2 → r3 give you the matrix  0 −1 3
0 0
0 c−a−b
3
see that if c − a − b 6= 0 then there will
 be
 no solutions, so the span is not all of R .
a

In particular, the span is all vectors b  with c = a + b.
c