🔬 Tutorial problems epsilon \(\epsilon\)#
Note
This problems are designed to help you practice the concepts covered in the lectures. Not all problems may be covered in the tutorial, those left out are for additional practice on your own.
\(\epsilon\).1#
What is the rank of the \(N \times N\) identity matrix \(I\)?
What about the upper-triangular matrix which diagonal elements are 1?
Check all relevant definitions
\(\epsilon\).2#
Show that if \(T: \mathbb{R}^N \to \mathbb{R}^N\) is nonsingular, i.e. linear bijection, the inverse map \(T^{-1}\) is also linear.
Check all relevant definitions
\(\epsilon\).3#
Chose an orthonormal basis in \(\mathbb{R}^3\) which is not canonical basis \(\{e_1,e_2,e_3\}\) and verify by direct computation that the transformation matrix is orthogonal.
To come up with an orthonormal basis in \(\mathbb{R}^3\) think first of three orthogonal vectors (directions from the origin), then write them as vectors, and normalize each to length 1.
\(\epsilon\).4#
For each of the linear maps defined by the following matrices
perform the following tasks:
Find eigenvalues
Find at least one eigenvector for each eigenvalue
Form a new basis from the eigenvectors (normalized or not)
Compute the transformation matrix to the new basis
Find the matrix \(T\) in the new basis and verify that it is diagonal
See example in the lecture notes
\(\epsilon\).5#
Compute 10th power of the following matrix
No way you should compute tenth power directly. Consider diagonalization of \(A\).
\(\epsilon\).6#
A stochastic matrix is a square matrix, whose rows sum up to 1.
Consider the following \(n \times n\) stochastic matrix:
where \(\alpha_i \in [0,1]\) for \(i=1,2,\dots,n\).
Show that the maximum eigenvalue of \(A_n\) is 1 for all \(n \in \mathbb{N}\).
Both direct proof and proof my mathematical induction will work. In both cases it is worth starting with the simple case of \(n=2\).