1 <?xml version=
"1.0" encoding=
"utf-8" ?>
2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" lang=
"en">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
6 <meta name=
"generator" content=
"Docutils 0.4.1: http://docutils.sourceforge.net/" />
7 <title>SympyCore references
</title>
8 <meta name=
"author" content=
"Pearu Peterson" />
9 <style type=
"text/css">
12 :Author: Pearu Peterson
13 :Contact: pearu.peterson AT gmail DOT com
14 :Copyright: This stylesheet has been placed in the public domain.
16 Stylesheet for use with Docutils.
19 @import url(html4css1.css);
21 /* Your customizations go here. For example: */
26 background-color: #ccc;
27 font-size:
13px; font-family: arial, sans-serif;
34 background-color: #fff;
36 border:
5px solid #ddd;
41 border: medium outset ;
43 background-color: #ffffee ;
48 div.sidebar p.rubric {
49 font-family: sans-serif ;
53 font-family: sans-serif ;
58 font-family: sans-serif ;
62 font-family: consolas, lucida console, courier new, monospace;
66 pre.literal-block, pre.doctest-block {
68 border-top:
1px solid #ccc;
69 border-bottom:
1px solid #ccc;
70 background-color:#f0f0f0;
74 div.admonition, div.attention, div.caution, div.danger, div.error,
75 div.hint, div.important, div.note, div.tip, div.warning {
77 border: medium outset ;
79 background-color: #fffacd;
82 div.admonition p.admonition-title, div.hint p.admonition-title,
83 div.important p.admonition-title, div.note p.admonition-title,
84 div.tip p.admonition-title {
86 font-family: sans-serif }
88 div.attention p.admonition-title, div.caution p.admonition-title,
89 div.danger p.admonition-title, div.error p.admonition-title,
90 div.warning p.admonition-title {
93 font-family: sans-serif }
98 <div class=
"document" id=
"sympycore-references">
99 <h1 class=
"title">SympyCore references
</h1>
100 <table class=
"docinfo" frame=
"void" rules=
"none">
101 <col class=
"docinfo-name" />
102 <col class=
"docinfo-content" />
104 <tr><th class=
"docinfo-name">Author:
</th>
105 <td>Pearu Peterson
</td></tr>
106 <tr class=
"field"><th class=
"docinfo-name">Website:
</th><td class=
"field-body"><a class=
"reference" href=
"http://sympycore.googlecode.com">http://sympycore.googlecode.com
</a></td>
108 <tr class=
"field"><th class=
"docinfo-name">Created:
</th><td class=
"field-body">March
2008</td>
112 <!-- -*- rest -*- -->
113 <div class=
"sidebar">
114 <p class=
"first sidebar-title">Table of contents
</p>
115 <div class=
"contents local last topic">
116 <ul class=
"auto-toc simple">
117 <li><a class=
"reference" href=
"#introduction" id=
"id5" name=
"id5">1 Introduction
</a></li>
118 <li><a class=
"reference" href=
"#linear-algebra" id=
"id6" name=
"id6">2 Linear Algebra
</a></li>
122 <div class=
"section">
123 <h1><a class=
"toc-backref" href=
"#id5" id=
"introduction" name=
"introduction">1 Introduction
</a></h1>
124 <p>This document collects references to various algorithms that sympycore
125 implements or should do that.
</p>
127 <div class=
"section">
128 <h1><a class=
"toc-backref" href=
"#id6" id=
"linear-algebra" name=
"linear-algebra">2 Linear Algebra
</a></h1>
129 <ol class=
"arabic simple">
130 <li><a class=
"reference" href=
"http://en.wikipedia.org/wiki/Determinant">http://en.wikipedia.org/wiki/Determinant
</a></li>
131 <li>Thom Mulders.
<a class=
"reference" href=
"http://dx.doi.org/10.1006/jsco.2000.0409">A Generalized Sylvester Identity and Fraction-free
132 Random Gaussian Elimination
</a>. Journal of Symbolic Computation. Volume
133 31, Issue
4, April
2001, Pages
447-
460 (
<a class=
"reference" href=
"../copies/Mulders_JSymbComp2001_31_p447-460.pdf">PDF
</a>)
</li>
134 <li>Erwin H. Bareiss.
<a class=
"reference" href=
"http://www.jstor.org/view/00255718/di970527/97p0185w/0">Sylvester's Identity and Multistep Integer-Preserving Gaussian Elimination
</a>.
135 Mathematics of Computation, Vol.
22, No.
103. (Jul.,
1968), pp.
565-
578. (
<a class=
"reference" href=
"../copies/Bareiss_MathComp1968_22_103_pp565-578.pdf">PDF
</a>)
</li>