Talk:Tridiagonal matrix algorithm
Appearance
Tridiagonal matrix algorithm l'exemple de trensport de la chaleure dans un bare
Edited the C example to clarify parts of the algorithm. Specifically, the C algorithm computed 1/m and then multiplied, instead of just dividing by m. This is dangerous in floating point arithmetic, and should be avoided. The code also more closely matches the algorithm in the example above. David Souther (talk) 16:17, 30 October 2008 (UTC)