Conjugate gradient squared method: Difference between revisions

Content deleted Content added
Started background section
Background: Fixed link
Line 14:
 
== Background ==
A system of linear equations <math>Ax = b</math> consists of a known [[matrixMatrix (linear algebramathematics)|matrix]] A and a known vector b. To solve the system is to find the value of the unknown vector x.
 
== The Algorithm ==