An open API service indexing awesome lists of open source software.

https://github.com/desh2608/numerical-linear-algebra

Solutions to exercises in Numerical Linear Algebra by Trefethen and Bau.
https://github.com/desh2608/numerical-linear-algebra

Last synced: 2 days ago
JSON representation

Solutions to exercises in Numerical Linear Algebra by Trefethen and Bau.

Awesome Lists containing this project

README

          

# Numerical Linear Algebra
My solutions to exercises in Numerical Linear Algebra by Trefethen and Bau. Some of the solutions are adapted from [this work](https://www.quantsummaries.com/trefethen_bau.pdf). I will try to update it as frequently as possible.

## Contents

1. [Matrix-Vector Multiplication](Sol1.pdf)
2. [Orthogonal Vectors and Matrices](Sol2.pdf)
3. [Norms](Sol3.pdf)
4. [Singluar Value Decomposition](Sol4.pdf)
5. [More on the SVD](Sol5.pdf)
6. [Projectors](Sol6.pdf)
7. [QR Factorization](Sol7.pdf)