-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexamples.html
129 lines (120 loc) · 6.96 KB
/
examples.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Examples — FriCAS</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/classic.css?v=514cf933" />
<link rel="stylesheet" href="_static/style.css" type="text/css" />
<script src="_static/documentation_options.js?v=a44cb687"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Development" href="development.html" />
<link rel="prev" title="FriCAS FAQ" href="faq.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="development.html" title="Development"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="faq.html" title="FriCAS FAQ"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">FriCAS</a> »</li>
<li class="nav-item nav-item-this"><a href="">Examples</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="examples">
<h1>Examples<a class="headerlink" href="#examples" title="Link to this heading">¶</a></h1>
<ul class="simple">
<li><p><a class="reference external" href="fricas-notebooks/index.html">FriCAS Demos and Tutorials</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/RischImplementationStatus">Status of Implementation of Risch’s Integration algorithm</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/FriCASIntegration">Integration</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/ExampleIntegration">Integration and defining polynomial</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/FriCASSpecialIntegration">Integration with special functions</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/PolynomialOverFiniteField">Polynomials over finite fields and rings</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/ExampleGroebner">Gröbner bases</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/GuessingFormulasForSequences">Guessing formulas for sequences</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/NoncommutativeGroebnerBases?root=NoncommutativePolynomials">Noncommutative Gröbner bases</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/NonCommutativeLaurentPolynomials">Noncommutative group ring over commuting polynomials</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/ExampleFreeAbelianGroup">FreeAbelianGroup</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/FunWithFunctions">Fun with functions</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/ProgrammingSPAD">Programming in SPAD</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/TutorialIntroductionToFriCAS">An Introduction to Programming in FriCAS</a></p></li>
<li><p><a class="reference external" href="https://www.math.tugraz.at/mathc/compmath2/Demo/fricas-tutorium-0.6.pdf">FriCAS Tutorium (in German)</a></p></li>
<li><p><a class="reference external" href="https://github.com/billpage/ncpoly/blob/master/fdalg_20180907.pdf">Free Fields</a></p></li>
<li><p><a class="reference external" href="http://wiki.fricas.org/SandBoxTensorAlgebra2">Tensor Products</a></p></li>
</ul>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table of Contents</a></h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="api/index.html">FriCAS API</a></li>
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="download.html">Download</a></li>
<li class="toctree-l1"><a class="reference internal" href="help.html">Help</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="citation.html">Citation</a></li>
<li class="toctree-l1"><a class="reference internal" href="history.html">History</a></li>
</ul>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/examples.rst.txt"
rel="nofollow">Show Source</a></li>
<li><a href="https://github.com/fricas/fricas/blob/master/src/doc/sphinx/source/examples.rst"
rel="nofollow">Show on GitHub</a></li>
<li><a href="https://github.com/fricas/fricas/edit/master/src/doc/sphinx/source/examples.rst"
rel="nofollow">Edit on GitHub</a></li>
</ul>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="development.html" title="Development"
>next</a> |</li>
<li class="right" >
<a href="faq.html" title="FriCAS FAQ"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">FriCAS</a> »</li>
<li class="nav-item nav-item-this"><a href="">Examples</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2007-2024, FriCAS Team.
</div>
</body>
</html>