Skip to content

plibither8/qr-decomposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Decomposition by Gram-Schmidt Process

The Problem

Write a program in either Python or Julia to find the QR factorization of an m×n matrix. The program should take both m and n, as well as the entries of the matrix A, as inputs.

The output of the program should be an m×n matrix Q and an n×n matrix R such that A = QR. Q should be a matrix which has the property that Q'Q = I and R should be triangular.

About

QR Decomposition by the Gram-Schmidt Process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors