Conjugate gradient squared method: Difference between revisions

Content deleted Content added
m The Algorithm: Explanation
Background: Link to vector
Line 14:
 
== Background ==
A system of linear equations <math>A{\bold x} = {\bold b}</math> consists of a known [[Matrix (mathematics)|matrix]] <math>A</math> and a known [[Vector (mathematics)|vector]] <math>{\bold b}</math>. To solve the system is to find the value of the unknown vector <math>{\bold x}</math>.
 
== The Algorithm ==