-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ee6566
commit 58bfd95
Showing
12 changed files
with
363 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>Free Semimodules and Their Examples | Elias Judin</title> | ||
<meta name="description" content="Free semimodules and their examples by Elias Judin" /> | ||
<link rel="stylesheet" href="/assets/css/style.css" type="text/css"> | ||
<meta name="google-site-verification" content="woicpQb3QYBpCMz2BHOxKJ5K0KwbH2FN-PYSu8jYaaI" /> | ||
<meta rel="me" href="https://mathstodon.xyz/@e_l" /> | ||
</head> | ||
<body> | ||
|
||
<a href="/"> | ||
|
||
<img src="/assets/images/banner.svg" /> | ||
|
||
</a> | ||
<hr \> | ||
<footer> | ||
<ul> | ||
|
||
<li> | ||
<a href=/>about</a> | ||
</li> | ||
|
||
<li> | ||
<a href=/gallery>gallery</a> | ||
</li> | ||
|
||
<li> | ||
<a href=/blog>blog</a> | ||
</li> | ||
|
||
<li> | ||
<a href=/archives>(list)</a> | ||
</li> | ||
|
||
<li> | ||
<a href=/conversation>conversation</a> | ||
</li> | ||
|
||
<li> | ||
<a href=/cv>cv</a> | ||
</li> | ||
|
||
|
||
</ul> | ||
</footer> | ||
<main> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>Free Semimodules and Their Examples</h2> | ||
|
||
|
||
|
||
|
||
<em>August 22, 2024</em> | ||
|
||
|
||
|
||
|
||
<div class="pdf-container"> | ||
<object data="#ZgotmplZ" | ||
type="application/pdf" | ||
width="100%" | ||
height="600px"> | ||
<p>It appears you don't have a PDF plugin for this browser. | ||
No worries, you can <a href="#ZgotmplZ">click here to download the PDF file.</a></p> | ||
</object> | ||
</div> | ||
|
||
|
||
<p> | ||
|
||
</p> | ||
|
||
<p> | ||
|
||
|
||
<em>Tags: | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href=https://eliasjudin.github.io/tags/category-theory/>category-theory</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href=https://eliasjudin.github.io/tags/universal-algebra/>universal-algebra</a> | ||
|
||
|
||
|
||
</em> | ||
|
||
|
||
|
||
</p> | ||
|
||
|
||
</main> | ||
<footer> | ||
<hr /> | ||
<ul> | ||
<li> | ||
<em id="updated">Updated: August 22, 2024</em> | ||
</li> | ||
</ul> | ||
</footer> | ||
<script type="text/javascript" async | ||
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [['$','$'], ['\\(','\\)']], | ||
displayMath: [['$$','$$']], | ||
processEscapes: true, | ||
processEnvironments: true, | ||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'], | ||
TeX: { equationNumbers: { autoNumber: "AMS" }, | ||
extensions: ["AMSmath.js", "AMSsymbols.js"] } | ||
} | ||
}); | ||
MathJax.Hub.Queue(function() { | ||
|
||
|
||
|
||
var all = MathJax.Hub.getAllJax(), i; | ||
for(i = 0; i < all.length; i += 1) { | ||
all[i].SourceElement().parentNode.className += ' has-jax'; | ||
} | ||
}); | ||
|
||
MathJax.Hub.Config({ | ||
|
||
TeX: { equationNumbers: { autoNumber: "AMS" } } | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.