Differences between revisions 4 and 5
Revision 4 as of 2005-12-16 10:54:46
Size: 628
Editor: hoxide
Comment:
Revision 5 as of 2007-01-19 16:13:58
Size: 276
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:

=== 基础工具集 szcom.lisp ===
[[Include(/szcom.lisp)]]

=== LU 分解法解线性方程组 ===
[[Include(/LU.lisp)]]

=== 三对角阵的追赶法 ===
[[Include(/TLU.lisp)]]

=== 对称阵的LLT 分解法 ===
[[Include(/LLT.lisp)]]

=== 对称阵的LDLT分解法 ===
[[Include(/LDLT.lisp)]]

=== SOR 迭代法解线性方程组 ===
[[Include(/SOR.lisp)]]
[[Include(/codecollect)]]

::-- hoxide [DateTime(2005-10-02T02:51:44Z)] TableOfContents

1. LISP

2. 资源

3. 代码合集

3.1. 数值分析

Include(/codecollect)

Hoxide/Lisp (last edited 2009-12-25 07:14:36 by localhost)