Skip to content

Commit

Permalink
Update website for MatricesForHomalg 2024.06-01
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Jun 22, 2024
1 parent 709d15b commit c6f2703
Show file tree
Hide file tree
Showing 34 changed files with 101 additions and 101 deletions.
4 changes: 2 additions & 2 deletions MatricesForHomalg/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SetPackageInfo( rec(

PackageName := "MatricesForHomalg",
Subtitle := "Matrices for the homalg project",
Version := "2024.02-01",
Date := "2024-02-20",
Version := "2024.06-01",
Date := "2024-06-22",
License := "GPL-2.0-or-later",

Persons := [
Expand Down
6 changes: 3 additions & 3 deletions MatricesForHomalg/doc/chap0.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h1>MatricesForHomalg</h1>
<h2>Matrices for the homalg project</h2>

<p>
2024.02-01</p>
2024.06-01</p>

<p>
20 February 2024
22 June 2024
</p>

</div>
Expand Down Expand Up @@ -611,6 +611,6 @@ <h3>Contents<a id="contents" name="contents"></a></h3>
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a> <a href="chap1.html">1</a> <a href="chap2.html">2</a> <a href="chap3.html">3</a> <a href="chap4.html">4</a> <a href="chap5.html">5</a> <a href="chap6.html">6</a> <a href="chapA.html">A</a> <a href="chapB.html">B</a> <a href="chapC.html">C</a> <a href="chapD.html">D</a> <a href="chapE.html">E</a> <a href="chapF.html">F</a> <a href="chapBib.html">Bib</a> <a href="chapInd.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
4 changes: 2 additions & 2 deletions MatricesForHomalg/doc/chap0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
 Matrices for the homalg project 


2024.02-01
2024.06-01


20 February 2024
22 June 2024


Mohamed Barakat
Expand Down
8 changes: 4 additions & 4 deletions MatricesForHomalg/doc/chap0_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<title>GAP (MatricesForHomalg) - Contents</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Expand All @@ -32,10 +32,10 @@ <h1>MatricesForHomalg</h1>
<h2>Matrices for the homalg project</h2>

<p>
2024.02-01</p>
2024.06-01</p>

<p>
20 February 2024
22 June 2024
</p>

</div>
Expand Down Expand Up @@ -614,6 +614,6 @@ <h3>Contents<a id="contents" name="contents"></a></h3>
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a> <a href="chap1_mj.html">1</a> <a href="chap2_mj.html">2</a> <a href="chap3_mj.html">3</a> <a href="chap4_mj.html">4</a> <a href="chap5_mj.html">5</a> <a href="chap6_mj.html">6</a> <a href="chapA_mj.html">A</a> <a href="chapB_mj.html">B</a> <a href="chapC_mj.html">C</a> <a href="chapD_mj.html">D</a> <a href="chapE_mj.html">E</a> <a href="chapF_mj.html">F</a> <a href="chapBib_mj.html">Bib</a> <a href="chapInd_mj.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
4 changes: 2 additions & 2 deletions MatricesForHomalg/doc/chap1.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h5>1.1-2 <span class="Heading"><strong class="pkg">homalg</strong> delegates ..

</li>
</ul>
<p>The matrix operations are divided into two classes called "Tools" and "Basic". The "Tools" operations include addition, subtraction, multiplication, extracting certain rows or columns, stacking, and augmenting matrices (--&gt; Appendix <a href="chapB.html#X7B2993CB7B012115"><span class="RefLink">B</span></a>). The "Basic" operations include the two basic operations in linear algebra needed to solve an inhomogeneous linear system <span class="SimpleMath">XA=B</span> with coefficients in a not necessarily commutative ring <span class="SimpleMath">R</span> (--&gt; Appendix <a href="chapA.html#X7CB422647C7DD289"><span class="RefLink">A</span></a>):</p>
<p>The matrix operations are divided into two classes called <q>Tools</q> and <q>Basic</q>. The <q>Tools</q> operations include addition, subtraction, multiplication, extracting certain rows or columns, stacking, and augmenting matrices (--&gt; Appendix <a href="chapB.html#X7B2993CB7B012115"><span class="RefLink">B</span></a>). The <q>Basic</q> operations include the two basic operations in linear algebra needed to solve an inhomogeneous linear system <span class="SimpleMath">XA=B</span> with coefficients in a not necessarily commutative ring <span class="SimpleMath">R</span> (--&gt; Appendix <a href="chapA.html#X7CB422647C7DD289"><span class="RefLink">A</span></a>):</p>


<ul>
Expand Down Expand Up @@ -137,6 +137,6 @@ <h4>1.2 <span class="Heading">This manual</span></h4>
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a> <a href="chap1.html">1</a> <a href="chap2.html">2</a> <a href="chap3.html">3</a> <a href="chap4.html">4</a> <a href="chap5.html">5</a> <a href="chap6.html">6</a> <a href="chapA.html">A</a> <a href="chapB.html">B</a> <a href="chapC.html">C</a> <a href="chapD.html">D</a> <a href="chapE.html">E</a> <a href="chapF.html">F</a> <a href="chapBib.html">Bib</a> <a href="chapInd.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
6 changes: 3 additions & 3 deletions MatricesForHomalg/doc/chap1_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<title>GAP (MatricesForHomalg) - Chapter 1: Introduction</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Expand Down Expand Up @@ -88,7 +88,7 @@ <h5>1.1-2 <span class="Heading"><strong class="pkg">homalg</strong> delegates ..

</li>
</ul>
<p>The matrix operations are divided into two classes called "Tools" and "Basic". The "Tools" operations include addition, subtraction, multiplication, extracting certain rows or columns, stacking, and augmenting matrices (--&gt; Appendix <a href="chapB_mj.html#X7B2993CB7B012115"><span class="RefLink">B</span></a>). The "Basic" operations include the two basic operations in linear algebra needed to solve an inhomogeneous linear system <span class="SimpleMath">\(XA=B\)</span> with coefficients in a not necessarily commutative ring <span class="SimpleMath">\(R\)</span> (--&gt; Appendix <a href="chapA_mj.html#X7CB422647C7DD289"><span class="RefLink">A</span></a>):</p>
<p>The matrix operations are divided into two classes called <q>Tools</q> and <q>Basic</q>. The <q>Tools</q> operations include addition, subtraction, multiplication, extracting certain rows or columns, stacking, and augmenting matrices (--&gt; Appendix <a href="chapB_mj.html#X7B2993CB7B012115"><span class="RefLink">B</span></a>). The <q>Basic</q> operations include the two basic operations in linear algebra needed to solve an inhomogeneous linear system <span class="SimpleMath">\(XA=B\)</span> with coefficients in a not necessarily commutative ring <span class="SimpleMath">\(R\)</span> (--&gt; Appendix <a href="chapA_mj.html#X7CB422647C7DD289"><span class="RefLink">A</span></a>):</p>


<ul>
Expand Down Expand Up @@ -140,6 +140,6 @@ <h4>1.2 <span class="Heading">This manual</span></h4>
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a> <a href="chap1_mj.html">1</a> <a href="chap2_mj.html">2</a> <a href="chap3_mj.html">3</a> <a href="chap4_mj.html">4</a> <a href="chap5_mj.html">5</a> <a href="chap6_mj.html">6</a> <a href="chapA_mj.html">A</a> <a href="chapB_mj.html">B</a> <a href="chapC_mj.html">C</a> <a href="chapD_mj.html">D</a> <a href="chapE_mj.html">E</a> <a href="chapF_mj.html">F</a> <a href="chapBib_mj.html">Bib</a> <a href="chapInd_mj.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
2 changes: 1 addition & 1 deletion MatricesForHomalg/doc/chap2.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ <h3>2 <span class="Heading">Installation of the <strong class="pkg">MatricesForH
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a> <a href="chap1.html">1</a> <a href="chap2.html">2</a> <a href="chap3.html">3</a> <a href="chap4.html">4</a> <a href="chap5.html">5</a> <a href="chap6.html">6</a> <a href="chapA.html">A</a> <a href="chapB.html">B</a> <a href="chapC.html">C</a> <a href="chapD.html">D</a> <a href="chapE.html">E</a> <a href="chapF.html">F</a> <a href="chapBib.html">Bib</a> <a href="chapInd.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
4 changes: 2 additions & 2 deletions MatricesForHomalg/doc/chap2_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<title>GAP (MatricesForHomalg) - Chapter 2: Installation of the MatricesForHomalg Package</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Expand Down Expand Up @@ -42,6 +42,6 @@ <h3>2 <span class="Heading">Installation of the <strong class="pkg">MatricesForH
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a> <a href="chap1_mj.html">1</a> <a href="chap2_mj.html">2</a> <a href="chap3_mj.html">3</a> <a href="chap4_mj.html">4</a> <a href="chap5_mj.html">5</a> <a href="chap6_mj.html">6</a> <a href="chapA_mj.html">A</a> <a href="chapB_mj.html">B</a> <a href="chapC_mj.html">C</a> <a href="chapD_mj.html">D</a> <a href="chapE_mj.html">E</a> <a href="chapF_mj.html">F</a> <a href="chapBib_mj.html">Bib</a> <a href="chapInd_mj.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
2 changes: 1 addition & 1 deletion MatricesForHomalg/doc/chap3.html
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,6 @@ <h4>3.5 <span class="Heading">Rings: Operations and Functions</span></h4>
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a> <a href="chap1.html">1</a> <a href="chap2.html">2</a> <a href="chap3.html">3</a> <a href="chap4.html">4</a> <a href="chap5.html">5</a> <a href="chap6.html">6</a> <a href="chapA.html">A</a> <a href="chapB.html">B</a> <a href="chapC.html">C</a> <a href="chapD.html">D</a> <a href="chapE.html">E</a> <a href="chapF.html">F</a> <a href="chapBib.html">Bib</a> <a href="chapInd.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
4 changes: 2 additions & 2 deletions MatricesForHomalg/doc/chap3_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<title>GAP (MatricesForHomalg) - Chapter 3: Rings</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Expand Down Expand Up @@ -1149,6 +1149,6 @@ <h4>3.5 <span class="Heading">Rings: Operations and Functions</span></h4>
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a> <a href="chap1_mj.html">1</a> <a href="chap2_mj.html">2</a> <a href="chap3_mj.html">3</a> <a href="chap4_mj.html">4</a> <a href="chap5_mj.html">5</a> <a href="chap6_mj.html">6</a> <a href="chapA_mj.html">A</a> <a href="chapB_mj.html">B</a> <a href="chapC_mj.html">C</a> <a href="chapD_mj.html">D</a> <a href="chapE_mj.html">E</a> <a href="chapF_mj.html">F</a> <a href="chapBib_mj.html">Bib</a> <a href="chapInd_mj.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
4 changes: 2 additions & 2 deletions MatricesForHomalg/doc/chap4.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h5>4.2-1 RingMap</h5>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">&#8227; RingMap</code>( <var class="Arg">images</var>, <var class="Arg">S</var>, <var class="Arg">T</var> )</td><td class="tdright">(&nbsp;operation&nbsp;)</td></tr></table></div>
<p>Returns: a <strong class="pkg">homalg</strong> ring map</p>

<p>This constructor returns a ring map (homomorphism) of finitely generated rings/algebras. It is represented by the images <var class="Arg">images</var> of the set of generators of the source <strong class="pkg">homalg</strong> ring <var class="Arg">S</var> in terms of the generators of the target ring <var class="Arg">T</var> (--&gt; <a href="chap3.html#X7C7962B97E6CDFE2"><span class="RefLink">3.2</span></a>). Unless the source ring is free <em>and</em> given on free ring/algebra generators the returned map will cautiously be indicated using parenthesis: "homomorphism". If source and target are identical objects, and only then, the ring map is created as a selfmap.</p>
<p>This constructor returns a ring map (homomorphism) of finitely generated rings/algebras. It is represented by the images <var class="Arg">images</var> of the set of generators of the source <strong class="pkg">homalg</strong> ring <var class="Arg">S</var> in terms of the generators of the target ring <var class="Arg">T</var> (--&gt; <a href="chap3.html#X7C7962B97E6CDFE2"><span class="RefLink">3.2</span></a>). Unless the source ring is free <em>and</em> given on free ring/algebra generators the returned map will cautiously be indicated using parenthesis: <q>homomorphism</q>. If source and target are identical objects, and only then, the ring map is created as a selfmap.</p>

<p><a id="X85DA972D8701BC7C" name="X85DA972D8701BC7C"></a></p>

Expand Down Expand Up @@ -218,6 +218,6 @@ <h4>4.5 <span class="Heading">Ring Maps: Operations and Functions</span></h4>
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a> <a href="chap1.html">1</a> <a href="chap2.html">2</a> <a href="chap3.html">3</a> <a href="chap4.html">4</a> <a href="chap5.html">5</a> <a href="chap6.html">6</a> <a href="chapA.html">A</a> <a href="chapB.html">B</a> <a href="chapC.html">C</a> <a href="chapD.html">D</a> <a href="chapE.html">E</a> <a href="chapF.html">F</a> <a href="chapBib.html">Bib</a> <a href="chapInd.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
6 changes: 3 additions & 3 deletions MatricesForHomalg/doc/chap4_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<title>GAP (MatricesForHomalg) - Chapter 4: Ring Maps</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Expand Down Expand Up @@ -110,7 +110,7 @@ <h5>4.2-1 RingMap</h5>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">&#8227; RingMap</code>( <var class="Arg">images</var>, <var class="Arg">S</var>, <var class="Arg">T</var> )</td><td class="tdright">(&nbsp;operation&nbsp;)</td></tr></table></div>
<p>Returns: a <strong class="pkg">homalg</strong> ring map</p>

<p>This constructor returns a ring map (homomorphism) of finitely generated rings/algebras. It is represented by the images <var class="Arg">images</var> of the set of generators of the source <strong class="pkg">homalg</strong> ring <var class="Arg">S</var> in terms of the generators of the target ring <var class="Arg">T</var> (--&gt; <a href="chap3_mj.html#X7C7962B97E6CDFE2"><span class="RefLink">3.2</span></a>). Unless the source ring is free <em>and</em> given on free ring/algebra generators the returned map will cautiously be indicated using parenthesis: "homomorphism". If source and target are identical objects, and only then, the ring map is created as a selfmap.</p>
<p>This constructor returns a ring map (homomorphism) of finitely generated rings/algebras. It is represented by the images <var class="Arg">images</var> of the set of generators of the source <strong class="pkg">homalg</strong> ring <var class="Arg">S</var> in terms of the generators of the target ring <var class="Arg">T</var> (--&gt; <a href="chap3_mj.html#X7C7962B97E6CDFE2"><span class="RefLink">3.2</span></a>). Unless the source ring is free <em>and</em> given on free ring/algebra generators the returned map will cautiously be indicated using parenthesis: <q>homomorphism</q>. If source and target are identical objects, and only then, the ring map is created as a selfmap.</p>

<p><a id="X85DA972D8701BC7C" name="X85DA972D8701BC7C"></a></p>

Expand Down Expand Up @@ -221,6 +221,6 @@ <h4>4.5 <span class="Heading">Ring Maps: Operations and Functions</span></h4>
<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a> <a href="chap1_mj.html">1</a> <a href="chap2_mj.html">2</a> <a href="chap3_mj.html">3</a> <a href="chap4_mj.html">4</a> <a href="chap5_mj.html">5</a> <a href="chap6_mj.html">6</a> <a href="chapA_mj.html">A</a> <a href="chapB_mj.html">B</a> <a href="chapC_mj.html">C</a> <a href="chapD_mj.html">D</a> <a href="chapE_mj.html">E</a> <a href="chapF_mj.html">F</a> <a href="chapBib_mj.html">Bib</a> <a href="chapInd_mj.html">Ind</a> </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>
Loading

0 comments on commit c6f2703

Please sign in to comment.