Skip to content
#

solver-qr

Here is 1 public repository matching this topic...

QR-decomposition-solver-course

QR decomposition, or QR factorization, is a fundamental linear algebra method that decomposes a matrix into a product of an orthogonal matrix and an upper triangular matrix. It is widely used for solving linear least squares problems, computing eigenvalues, Gram-Schmidt, Householder reflections, or Givens rotations.Solver

  • Updated Mar 1, 2026
  • Python

Improve this page

Add a description, image, and links to the solver-qr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the solver-qr topic, visit your repo's landing page and select "manage topics."

Learn more