Section outline

  • Matlab scripts for Appendix C
    • Solution of a tri-diagonal linear system using Gauss elimination
    • Cholesky factorization and linear system solution
    • QR factorization
    • Iterative solution of a linear system
    • Eigenvalue/eigenvector calculation
    • Find the solution of the fixed source eigenvalue equation (a-eval*b)*gamma=s using the inverse power method