2020-11-21 16:46:57 +08:00
<!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 >
2021-07-10 03:05:05 +08:00
Random content from my math adventures (Both from WACE and now uni)< br >
2020-11-21 16:46:57 +08:00
< div class = "card" >
< div class = "card-body" >
2021-07-10 03:05:05 +08:00
< 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 >
2020-12-08 15:07:12 +08:00
< b > Year 12< / b > < br >
2021-06-14 16:25:47 +08:00
< 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 >
2021-01-16 00:41:14 +08:00
< a href = "https://classpad.github.io/" > 🔗 Classpad page - Download classpad programs I've made in year 12 for free!< / a > < br >
2021-01-16 00:48:00 +08:00
< 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 >
2020-12-08 15:07:12 +08:00
< b > Year 11< / b > < br >
2021-06-14 16:25:47 +08:00
< a href = "https://peter-tanner.github.io/maths/2.5d rotations.html" > '2.5d' rotations using matrix transformations ⚠< / a >
2020-12-08 15:07:12 +08:00
< br >
< br >
2021-07-10 03:05:05 +08:00
*< b > ⚠ Very losely related to the actual content...< / b > Probably not useful.
2020-11-21 16:46:57 +08:00
< / div >
< / div >
2021-06-14 16:25:47 +08:00
< a class = "link" style = "left:1%; bottom: 1%; position: absolute;" href = "https://peter-tanner.github.io" > 🔗 Back to home page< / a > < br >
2020-11-21 16:46:57 +08:00
< / body >