Skip to content

Gram-Schmidt for finding orthonormal basis of a vector space and QR decomp using Gram-Schmidt

Notifications You must be signed in to change notification settings

kalkulator413/gram-schmidt-and-qr-decomp

Repository files navigation

gram-schmidt-and-qr-decomp

Finds the orthogonal basis of a vector space given a valid basis using the Gram-Schmidt process, done through recursively calculating projections. Also finds the QR decomposition of a matrix using the Gram-Schmidt process and multiplying by the transpose of the orthogonal matrix.

  • linalg is so cool because this is 100% just scalar multiplication and addition

image

About

Gram-Schmidt for finding orthonormal basis of a vector space and QR decomp using Gram-Schmidt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages