3rd Question 1
3rd Question 1
Examples Sheet – 3
1. A Givens rotation is a linear transformation from Rn to Rn used in computer programs
to create a zero entry in a vector (usually a column of a matrix). The standard matrix
of a Givens rotation in R2 has the form
a −b
, a2 + b2 = 1.
b a
10 26
Find a and b such that is rotated into .
24 0
SDemir Page 1 of 7
Math 211 Examples Sheet – 1 Spring 2025
SDemir Page 2 of 7
Math 211 Examples Sheet – 1 Spring 2025
SDemir Page 3 of 7
Math 211 Examples Sheet – 1 Spring 2025
is linearly independent.
SDemir Page 4 of 7
Math 211 Examples Sheet – 1 Spring 2025
(a) Define appropriate vectors, and restate the problem in terms of linear combina-
tions. Then solve that problem.
(b) Define an appropriate matrix, and restate the problem using the phrase “columns
of A.”
(c) Define an appropriate linear transformation T using the matrix in (b), and
restate the problem in terms of T .
SDemir Page 5 of 7
Math 211 Examples Sheet – 1 Spring 2025
1 0 2
6. Prove or disprove: If A = u v w and rref(A) = 0 1 3, then the equation
0 0 0
w = 2u + 3v must hold.
(rref(A) denotes the reduced row echelon form of A.)
SDemir Page 6 of 7
Math 211 Examples Sheet – 1 Spring 2025
7. Let λ : Rn → R be linear. Show that there exists L ∈ R1×n such that λ(x) = Lx for all
x ∈ Rn . That
is, there are a1 , a2 , ..., an ∈ R such that λ(x) = a1 x1 +a2 +x2 +...+an xn
x1
x2
where x = .. .
.
xn
SDemir Page 7 of 7