Download Homework2-F14-LinearAlgebra.pdf

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

Resultant wikipedia , lookup

Polynomial greatest common divisor wikipedia , lookup

Factorization wikipedia , lookup

Euclidean vector wikipedia , lookup

Fundamental theorem of algebra wikipedia , lookup

Factorization of polynomials over finite fields wikipedia , lookup

Quadratic form wikipedia , lookup

Determinant wikipedia , lookup

Tensor operator wikipedia , lookup

System of linear equations wikipedia , lookup

Oscillator representation wikipedia , lookup

Vector space wikipedia , lookup

Geometric algebra wikipedia , lookup

Eigenvalues and eigenvectors wikipedia , lookup

Covariance and contravariance of vectors wikipedia , lookup

Perron–Frobenius theorem wikipedia , lookup

Jordan normal form wikipedia , lookup

Dual space wikipedia , lookup

Non-negative matrix factorization wikipedia , lookup

Singular-value decomposition wikipedia , lookup

Cartesian tensor wikipedia , lookup

Gaussian elimination wikipedia , lookup

Linear algebra wikipedia , lookup

Bra–ket notation wikipedia , lookup

Matrix multiplication wikipedia , lookup

Cayley–Hamilton theorem wikipedia , lookup

Basis (linear algebra) wikipedia , lookup

Four-vector wikipedia , lookup

Matrix calculus wikipedia , lookup

Transcript
F14 Homework 2
Linear Algebra, Dave Bayer
[1] Find the 2 × 2 matrix which reflects across the line 3x − y = 0.
[2] Find the 3 × 3 matrix which vanishes on the plane 4x + 2y + z = 0, and maps the vector (1, 1, 1) to
itself.
[3] Find the 3 × 3 matrix which vanishes on the vector (1, 1, 0), and maps each point on the plane x + 2y +
2z = 0 to itself.
[4] Find the 3 × 3 matrix that projects orthogonally onto the line
 


x
1
 y  =  −2  t
3
z
[5] Find the 3 × 3 matrix that projects orthogonally onto the plane
x + 2y + 3z = 0
[6] Find the row space and the column space of the matrix


0 0 1 1 1 1
0 0 1 2 3 4
0 0 1 3 6 10
[7] By least squares, find the equation of the form y = ax + b that best fits the data




x1 y1
0 1
 x2 y2  =  1 0 
x3 y3
2 3
[8] Find an orthogonal basis for the subspace V of R4 spanned by the vectors
(1, 2, 0, 0)
(0, 1, 2, 0)
(1, 3, 3, 2)
(0, 0, 1, 2)
(1, 3, 3, 2)
Extend this basis to an orthogonal basis for R4 .
[9] Let V be the vector space of all polynomials of degree 6 2 in the variable x with coefficients in R. Let W
be the subspace consisting of those polynomials f(x) such that f(−1) = 0. Find the orthogonal projection
of the polynomial x + 1 onto the subspace W , with respect to the inner product
Z1
hf, gi =
f(x)g(x) dx
0