Hacker News new | ask | show | jobs
Solving overdetermined systems with the QR decomposition (glowingpython.blogspot.com)
2 points by Manuelito 5255 days ago
This post explains how to solve an overdetermined linear system of equation using the QR decomposition provided by the python's library numpy.