Jan2024 (1)
Jan2024 (1)
Jan2024 (1)
January 8, 2024
Instructions
• This is a 4 hour written exam with all written and printed aids allowed (A33)
• The point value of each problem and the distribution of points among questions is given explicitly.
• Access to aid in the form of books, own notes, e-books, also on laptops and iPads is permitted.
• Use of any other hardware or software such as MatLab or pocket calculators is not permitted
• Any form of communication between students or with the outside world is not permitted.
1
1 Systems of linear equations (15 points)
a) [10 points] Compute the set of solutions to the following system of linear equations.
4w − 8x + 4y = 24
2w − 4x + y + 3z = 8
3w − 6x + 2y + 3z = 14
b) [5 points] Compute the rank and the dimensions of the row and column space of A. Give a basis for
the null space of A.
2 Subspaces (8 points)
Consider the following subset of P2 , the vector space of polynomials of degree at most 2:
V = {p ∈ P2 | 0 ≤ p(1) ≤ 1}
3 2 2 −1 0 7 1 2
A= B= C= D=
1 1 3 0 −7 2 0 1
We will consider these matrices as vectors in the vector space M2,2 of 2 × 2 matrices.
c) [5 points] Is Span({E}) a subset of Span({A, B})? In other words, is any element in Span({E})
also an element in Span({A, B})? Argue for your answer
2
4 Bases (8 points)
Consider the following three vectors in R4 :
2 1 1
2 1 5
u=
4
v=
3
w=
12
8 −2 8
5 PageRank (9 points)
Consider the web consisting of 5 pages with links as indicated in the below diagram.
1 2 5
3 4
a) [9 points] Construct the matrix M for which the page ranking for the above web is an eigenvector
for eigenvalue 1. The matrix should take dangling nodes into account and should use damping factor 0.
Note that you are not asked to compute the eigenvector of M .
3
6 Gradients (20 points)
For this problem, consider the function f defined as
1
f (x, y) = (x3 − y 2 )5
5
Now, let
−1
C = (x, y) f (x, y) =
5
√
and let l be the tangent line to C at the point 1, 2 .
√
b) [7 points] For which values of x is the point (x, 2 2) on l?
√
Let g(t) = (e2t , 2(t + 1)2 ), and let h(t) = (f ◦ g)(at) for some real number a.
a) [10 points] Find the critical points for f (x, y) = y 3 + 4xy − 2x2 . Decide for each one of these if it
is a local minimum, local maximum, or a saddle point