legacy_site/maths/index.html
2021-07-10 03:05:05 +08:00

51 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>📝 Maths!</title>
<meta name="description" content="year 12 WACE specialist ATAR stuff">
<meta name="viewport" content="width=device-width">
<script>
MathJax = {
tex: { macros: {cis: "\\mathop{\\rm{cis}}\\nolimits"} },
chtml: { displayAlign: 'center', scale: 1.1 }
}
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
</head>
<body>
Welcome to my math page.<br>
Random content from my math adventures (Both from WACE and now uni)<br>
<div class="card">
<div class="card-body">
<b>Multivariable calc</b><br>
<del><a href="https://peter-tanner.github.io/maths/1011_potential.html">Scalar potential calculator \(\Psi(x,y,z)=?\)</a> <br></del>
Sorry I got lazy and it's not finished...
</div>
</div><br>
<div class="card">
<div class="card-body">
<div style="text-align:center">Knowledge from WACE</div>
<b>Year 12</b><br>
<a href="https://peter-tanner.github.io/maths/de moivre theorem.html">Polar form of complex number, De Moivre's theorem</a> <br>
<a href="https://peter-tanner.github.io/maths/cis notation rant.html">A little rant on why \(e^{\pi\theta}\) is superior to \(\cis(\theta)\). All my opinion only ⚠</a> <br>
<a href="https://classpad.github.io/">🔗 Classpad page - Download classpad programs I've made in year 12 for free!</a><br>
<a href="https://atar-wace-archive.github.io/">🔗 ATAR/WACE archive - comprehensive archive of past papers (although, not as useful for math subjects compared to others.)</a><br>
<b>Year 11</b><br>
<a href="https://peter-tanner.github.io/maths/2.5d rotations.html">'2.5d' rotations using matrix transformations ⚠</a>
<br>
<br>
*<b>⚠ Very losely related to the actual content...</b> Probably not useful.
</div>
</div>
<a class="link" style="left:1%; bottom: 1%; position: absolute;" href="https://peter-tanner.github.io">🔗 Back to home page</a><br>
</body>