Inverting Matrices In-Place
· 9 min read
Over the last couple days I've been working out how to solve overdetermined systems of relatively short linear equations as part of a program that needs to fit conics, specifically ellipses.
Linear Algebra related topics, such as matrices and systems of equations
View All TagsOver the last couple days I've been working out how to solve overdetermined systems of relatively short linear equations as part of a program that needs to fit conics, specifically ellipses.