Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-01-19 16:14:24
Size: 421
Editor: ZoomQuiet
Comment:
Revision 3 as of 2007-01-19 16:19:02
Size: 270
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
=== 基础工具集 szcom.lisp ===
[[Include(/szcom.lisp)]]
Line 5: Line 3:
=== LU 分解法解线性方程组 ===
[[Include(/LU.lisp)]]
[[Include(Hoxide/Lisp/szcom.lisp)]]
Line 8: Line 5:
=== 三对角阵的追赶法 ===
[[Include(/TLU.lisp)]]
Line 11: Line 6:
=== 对称阵的LLT 分解法 ===
[[Include(/LLT.lisp)]]
[[Include(Hoxide/Lisp/LU.lisp)]]
Line 14: Line 8:
=== 对称阵的LDLT分解法 ===
[[Include(/LDLT.lisp)]]
[[Include(Hoxide/Lisp/TLU.lisp)]]
Line 17: Line 10:
=== SOR 迭代法解线性方程组 ===
[[Include(/SOR.lisp)]]
[[Include(Hoxide/Lisp/LLT.lisp)]]

[[Include(Hoxide/Lisp/LDLT.lisp)]]

[[Include(Hoxide/Lisp/SOR.lisp)]]

Hoxide/Lisp/codecollect (last edited 2009-12-25 07:10:00 by localhost)