All Stories published by 100 days of algorithms on April 18, 2017

Day 25: Conjugate gradients

When you need to solve a system of linear equations, conjugate gradients present a fast way.

The idea is quite clever. Take a function F=L2(X’, X⁰)², that is a squared L2 norm of [not necessarily correct] solution X’ and the real solution X⁰. The…

About
100 days of algorithms
100 days, 100 algorithms - a challenge consisting of many small pieces
More information
Tags
Editors