Files
deadlyboringmath.us/index.html
Tyler Clarke 6f759cb171
All checks were successful
Build / Build-Docker-Image (push) Successful in 24s
cosine rose
2025-03-04 11:44:19 -05:00

33 lines
893 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Deadly Boring Math</title>
</head>
<body>
<h1>Deadly Boring Math</h1>
<p>
A collection of articles on a variety of mathematical topics, written by students, ranging from basic algebra to multivariable calculus.
</p>
<p>
Processed in a facility that also makes physics.
</p>
<ul>
<li>
<a href="/mathin-a-cos-rose.html">Mathin' a Cos Rose</a>
<br>Wherein Tyler wishes math weren't stupid.
</li>
<li>
<a href="/physics-thatcircuitsquestion.html">That One Physics Question</a>
<br>this took me way too long to solve<br><br>covers some pretty simple circuitry equations
</li>
<li>
<a href="/a-average-math2551-spring25-exam1">Multivariable Calculus Exam 1 (Thomas 12.1 -> 14.2)</a>
<br>By Tyler Clarke<br>
Note: doesn't include limits of multivariable functions.
</li>
</ul>
</body>
</html>