Chapter 7: Problem 22
A skew-symmetric matrix is a matrix \(S\) that satisfies $$ s^{T}=-S $$ (a) Show that for any general matrix \(A\), the matrix \(\left(A-A^{T}\right) / 2\) is skew-symmetric. (This matrix is in fact referred to as the "skew- symmetric part" of \(A\).) (b) Show that the diagonal of a skew-symmetric matrix \(S\) must be zero component-wise. (c) Show that the eigenvalues of \(S\) must be purely imaginary. (d) If \(S\) is \(n \times n\) with \(n\) an odd number, then it is necessarily singular. Why? (e) Suppose that the skew-symmetric \(S\) is nonsingular and sparse. In the process of solving a linear system associated with \(S\), a procedure equivalent to Arnoldi or Lanczos is applied to form an orthogonal basis for the corresponding Krylov subspace. Suppose the resulting matrices satisfy the relation $$ S Q_{k}=Q_{k+1} U_{k+1, k} $$ where \(Q_{k}\) is an \(n \times k\) matrix whose orthonormal columns form the basis for the Krylov subspace, \(Q_{k+1}\) is the matrix of basis vectors containing also the \((k+1)\) st basis vector, and \(U_{k+1, k}\) is a \((k+1) \times k\) matrix. i. Determine the nonzero structure of \(U_{k+1, k} .\) Specifically, state whether it is tridiagonal or upper Hessenberg, and explain what can be said about the values along the main diagonal. ii. Preconditioners for systems with a dominant skew-symmetric part often deal with the possibility of singularity by solving a shifted skew-symmetric system, where instead of solving for \(S\) one solves for \(S+\beta_{k} I\) with \(\beta_{k}\) a scalar. Suppose we have the same right-hand-side, but we need to solve the system for several values of \(\beta_{k}\). Can the Arnoldi or Lanczos type procedure outlined above be applied once and for all and then be easily adapted? iii. Describe the main steps of a MINRES-like method for solving a skew- symmetric linear system.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.