Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2005-10-02 02:51:44
Size: 661
Editor: hoxide
Comment:
Revision 3 as of 2005-10-02 03:50:03
Size: 835
Editor: hoxide
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
==== 次节标题1 ====
xxx
=== LU 分解法解线性方程组 ===
[[Include(/LU.lisp)]]
Line 24: Line 24:
== 章标题2 == === 三对角阵的追赶法 ===
[[Include(/TLU.lisp)]]
Line 26: Line 27:
=== 小节标题2 ===
{{{
其它
代码引用
}}}
=== 对称阵的LLT 分解法 ===
[[Include(/LLT.lisp)]]
Line 32: Line 30:
==== 次节标题2 ====
yyy
=== 对称阵的LDLT分解法 ===
[[Include(/LDLT.lisp)]]

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

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

1. LISP

2. 资源

3. 代码合集

3.1. 数值分析

3.1.1. 基础工具集 szcom.lisp

Include(/szcom.lisp)

3.1.2. LU 分解法解线性方程组

Include(/LU.lisp)

3.1.3. 三对角阵的追赶法

Include(/TLU.lisp)

3.1.4. 对称阵的LLT 分解法

Include(/LLT.lisp)

3.1.5. 对称阵的LDLT分解法

Include(/LDLT.lisp)

3.1.6. SOR 迭代法解线性方程组

Include(/SOR.lisp)

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