Practice Problem2
Practice Problem2
Basis of subspace:
1.
2.
Interpolation:
1. Find a polynomial p(x) of degree 3, such that p(0) = 1, p0 (0) = 2, p(1) = 4, p0 (1) = 4.
2. Find the equation of circle passing through points (2,-2), (3,5) and (-4,6).
Linear Transformation:
1. Which of the following map is linear transform:
• T1 : R2 → R2 , T1 (x, y) = (|x|, 0).
• T2 : P2 → R2 , T2 (a0 + a1 t + a2 t2 ) = (a0 + a1 , a2 )
• T3 : P2 → R3 , T3 (a0 + a1 t + a2 t2 ) = (a1 − a2 , a0 + 1)
a b
• T4 : M2×2 → R3 , T4 = (a + d, b + c, a).
c d
• T5 : M2×2 → R3 , T5 (A) = AT .
1
d
• T6 : P3 → P2 , T6 (p(t)) = dt p(t).
2. Check the invertibility of the following linear transformations and also find the inverse transform if exist:
• T1 : R2 → R2 , T1 (x, y) = (x + y, x − y)
• T2 : R3 → R3 , T2 (x, y, z) = (2x + 3y, z − 4y, x + z)
• T3 : P2 → R3 , T3 (a0 + a1 t + a2 t2 ) = (a0 − a1 , 0, a1 − a2 ).
• T4 : P2 → R3 , T4 (a0 + a1 t + a2 t2 ) = (0, a2 − a0 , a1 − a3 ).
• T5 : P2 → R3 , T5 (p(t)) = T3 (p(t)) + T4 (p(t)).
• T3 : R4 → R4 , T3 (x, y, z, w) = (x + 2y, y + 3z, w + y − z, x + z). Find [T ]α and hence find [T ]β using similarity
transform, where α is the standard basis of R4 and β = {(1, 1, 1, 1), (1, 1, 1, 0), (1, 1, 0, 0), (1, 0, 0, 0)}.
• Given T4 : R3 → R3 , T4 (x, y, z) = (2x, y + z, 3y) and T5 : R3 → R3 , T5 (x, y, z) = (−x, y − z, 4y). Also α are
β are the bases of R3 , where α is the standard basis and β = {(1, 0, 1), (0, 1, 1), (1, 1, 0)}. Then find (i) [T4 ]βα
(ii) [T5 ]βα (iii) [T4 + T5 ]βα (iv) [T4−1 ]βα (v) [T5−1 ]βα (vi) [(T4 + T5 )−1 ]βα .
Gram-Schmidt ortho-normalization process:
1. α = {(2, 3, 1, 1), (1, 0, 2, 5), (2, 1, 3, 0), (1, 1, 1, 1)} is a basis of R4 . Use the Gram-Schmidt ortho-normalization
process to transform α into orth-onormal basis.
2. β = {2 + t, 2t2 , 3 − t2 }is a basis of P2 . Use the G-S ortho-normalization process to transform β into ortho-
normal basis.
QR-Decomposition/Factorization:
1. Find
the QR factorization
of the following matrices
1 2 −1 1 −1 0 1
(i) 0 1 0 (ii) −1 2 −1 2 .
2 3 −1 4 2 2 1