Skip to content

Alxmis/QR-decomposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-decomposition

Various algorithms for computing the QR-decomposition of a matrix.

Description

  1. Realized identifying of the intersection point of two parametric cubic splines through the QR-algorithm. (Task for 10)
  2. Implemented QR-decomposition based on Gram-Schmidt orthogonalization. The stability of the new algorithm is compared with the method based on Householder matrices. (Task for 10)
  3. Written a parallel algorithm for computing QR-decomposition. (Task for 10)

Also:

  1. Realized the eigennumbers of a square matrix based on a QR-algorithm using the "qr" function from the "linalg" submodule of the Numpy library. In this case:
  • the input matrix can have either complex-conjugate or multiple real roots;
  • the input matrix has either only non-multiple real or complex eigenvalues, or real eigenvalues of multiplicity 2. (Task for 6-7)
  1. Built QR-decomposition of the matrix from task for 6-7 using Householder reflection matrices. (Task for 8)

About

Algorithms for computing the QR-decomposition of a matrix

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors