blob: 0a8969b13ff0a70d8e7d600ac099256d3380f860 (
plain) (
blame)
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
|
---
layout: default
---
<header>
<h1>
<a href="https://apropos.codes">apropos</a>
</h1>
<div>
<nav>
<b><a href="/mathematics">mathematics</a></b>
<a href="/linguistics">linguistics</a>
<a href="/computation">computation</a>
</nav>
<nav>
<a href="/mathematics/foundations">foundations</a>
<b><a href="/mathematics/algebra">algebra</a></b>
<a href="/mathematics/analysis">analysis</a>
</nav>
<nav>
<a href="/mathematics/linear-algebra">linear algebra</a>
<a href="/mathematics/coding-theory">coding theory</a>
<a href="/mathematics/abstract-algebra">abstract algebra</a>
</nav>
</div>
</header>
<main>
{{ content }}
</main>
|