This is an academic project for Numerical Analysis Course by Prof. Saeed Kazem in spring 2020. We aimed to implement QR Decomposition (also called the QR factorization) using Gram-Schmidt. You can ...
Get a copy of the .py file on the code folder of this project. Follow the steps described below to run it. First of all, a python environment is needed. Conda distribution is highly recommended. The ...