2.12  Review Exercises


2.1. Given two vectors [4,3] and [5,2], find their norms, inner product and angle between them.
2.2. Given two vectors x = [4,0] and y = [5,2], find the projections pyx and pxy and the respective error vectors eyx and exy.
2.3. Is the matrix A = [ 1 5 3 4 ] unitary? Design a unitary matrix B that is similar to A in the sense that its first basis (column) is a vector in the same direction as [1,3]T .
2.4. Assume a 2-d vector space has non orthogonal basis given by i¯ = [2,1] and j¯ = [0,3]. Find the coefficients α and β that allow to represent the vector x = [4,1] as the linear combination x = αi¯ + βj¯.
2.5. Assuming a 2-d vector space with orthonormal basis vectors i¯ and j¯, prove that inner products can be used to find the coefficients α and β that allow to represent a vector x = [x1,x2] as the linear combination x = αi¯ + βj¯.
2.6. Find the inner product between the signals: a) u(t) and e0.9t, b) cos (0.5πn) and δ[n], c) u[n 1] and u[n].